summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOwl2022-01-06 11:30:49 -0500
committerOwl2022-01-06 11:30:49 -0500
commit7a7e289d604313941e41c478f74dd3dfab44328b (patch)
tree9508f5d3164ec5fdfb8c3cea5b16bf17c82e73ad /PKGBUILD
parent074f0e9535e637b4f17e1a9abaee7a7097ef393b (diff)
downloadaur-zipper.app.tar.gz
add dependency: gnustep-back
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 34bf0b1313cb..e84430de4df4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('i686' 'x86_64')
url="http://www.nongnu.org/gap/zipper/index.html"
license=('GPL')
groups=('gnustep-apps')
-depends=('gnustep-base' 'gnustep-gui')
+depends=('gnustep-base' 'gnustep-gui' 'gnustep-back')
optdepends=('arj'
'bzip2'
'gzip'
@@ -34,4 +34,4 @@ package() {
cd "$_pkgname-$pkgver"
make DESTDIR="$pkgdir/" install
install -Dm644 "$pkgdir/usr/lib/GNUstep/Applications/$_pkgname.app/Resources/$_pkgname.desktop" "$pkgdir/usr/share/applications/$_pkgname.desktop"
-} \ No newline at end of file
+}