summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOwl2021-05-10 09:02:00 -0400
committerOwl2021-05-10 09:02:00 -0400
commitd94f6c277279a94d083873f6bf5edf1476b49842 (patch)
tree938b34f398b9fa7cf66bb42e6ae77bec8572fac5 /PKGBUILD
parent36004303d48ee7e64ebf24297c25ed633356d80f (diff)
downloadaur-d94f6c277279a94d083873f6bf5edf1476b49842.tar.gz
add missing dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eba4e9688064..225486435c7a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,8 @@ url="http://www.gnustep.org/experience/$_pkgname.html"
license=('GPL')
install=$pkgname.install
depends=('gnustep-base'
- 'gnustep-gui')
+ 'gnustep-gui'
+ 'gnustep-back')
makedepends=('gcc-objc'
'gnustep-make')
source=("http://ftpmain.gnustep.org/pub/gnustep/dev-apps/$_pkgname-$pkgver.tar.gz"