summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortheunpleasantowl2018-08-14 18:19:02 -0400
committertheunpleasantowl2018-08-14 18:19:02 -0400
commit7d64f95e6d8bdfad917df5857c3a90e8fa92b8a2 (patch)
treeb78cc31ceb3df15424d2ab86b5d50b12e075ae34
parent31b669444e2a9bea3b6f3447eb9ab5e9c70b9b2e (diff)
downloadaur-7d64f95e6d8bdfad917df5857c3a90e8fa92b8a2.tar.gz
Add required dependency: gnustep-back
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3c57153072af..1a320de4ffe8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,7 @@ arch=('i686' 'x86_64')
url="http://www.nongnu.org/gap/addresses/index.html"
license=('GPL')
groups=('gnustep-apps')
-depends=('gnustep-base'
- 'gnustep-gui')
+depends=('gnustep-base' 'gnustep-gui' 'gnustep-back')
makedepends=('gcc-objc'
'gnustep-make')
source=("http://savannah.nongnu.org/download/gap/$_pkgname-$pkgver.tar.gz")
@@ -38,4 +37,4 @@ post_upgrade() {
post_remove() {
post_install $1
-}
+} \ No newline at end of file