summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2018-08-09 00:11:15 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2019-02-26 00:52:21 -0500
commitc4ed17775119898c552f94424a1fc5bae33a58e4 (patch)
tree7f8f41609b05d692ee86901b7d2b26b398caabdc
parent6e3ffab70b83a7fc8cfa4249507e06e95017aa12 (diff)
update PKGBUILD
-rw-r--r--PKGBUILD9
1 files changed, 3 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6664df8..0bc7f86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,21 +2,21 @@
pkgname=parabola-laf
-pkgver=0.11
+pkgver=0.12
pkgrel=1
pkgdesc="User skeleton, artwork, and utilities for Parabola graphical desktop systems"
arch=('any')
license=('GPL')
url=https://wiki.parabola.nu/Parabola-LAF
-depends=('grub2-theme-gnuaxiom' 'parabola-theme-blackmate' 'xclip')
+depends=('gnu-netcat' 'grub2-theme-gnuaxiom' 'parabola-theme-blackmate' 'xclip' 'xcursor-flatbed')
makedepends=('git')
_git_tag="v${pkgver}"
_release="${pkgname}-${_git_tag}"
source=(https://git.parabola.nu/${pkgname}.git/snapshot/${_release}.tar.gz
news)
-sha256sums=('63d18459025693ba148da8867dd4732b9c9ff40c2b31898af27e29f9103e69db'
+sha256sums=('c70019ced0e4444a26e31c44364cf2b85655f6cd8a95d33c9737c5785fabe929'
'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855')
@@ -40,7 +40,4 @@ package() {
mkdir -p ${pkgdir}/usr/share/${pkgname}/news
cp ${srcdir}/news ${pkgdir}/usr/share/${pkgname}/news/news-${pkgver}-${pkgrel}
-
- # FIXME:
- chmod -R 750 ${pkgdir}/root
}