summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortheunpleasantowl2019-01-02 15:29:46 -0500
committertheunpleasantowl2019-01-02 15:29:46 -0500
commit79d33104e3a4ca1ffc89e95f8cb815c263e8de7e (patch)
treeb83a7f28772c8e09be75dcf174b1108b94642fcf
parent05ae0a2586e2d171f2527317d9c1040cfd93d827 (diff)
downloadaur-79d33104e3a4ca1ffc89e95f8cb815c263e8de7e.tar.gz
Add GSBACK
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b79c1622ec55..77ab4c7cb6d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,6 +11,7 @@ pkgbase = timemon.app
makedepends = gnustep-make
depends = gnustep-base
depends = gnustep-gui
+ depends = gnustep-back
source = http://savannah.nongnu.org/download/gap/TimeMon-4.2.tar.gz
sha256sums = 3204e7cc454db233cebb93bb7cc8ad56bf5754063ed7be1a765051615a04ec0f
diff --git a/PKGBUILD b/PKGBUILD
index 5519120189b1..77e88056ef48 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('i686' 'x86_64')
url="http://www.nongnu.org/gap/timemon/index.html"
license=('GPL')
groups=('gnustep')
-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")
sha256sums=('3204e7cc454db233cebb93bb7cc8ad56bf5754063ed7be1a765051615a04ec0f')