summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD1
2 files changed, 3 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 626a51228dc7..6ab46731cf82 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,8 @@ pkgbase = performance
arch = armv7h
groups = gnustep-libs
license = GPL
+ makedepends = gcc-objc
+ makedepends = gnustep-make
source = https://github.com/gnustep/libs-performance/archive/performance-0_5_0.tar.gz
sha256sums = fb17a1fb812f3e176b087a56ff753f1148e4bdca0103ed0113f21a5cb1c9a669
diff --git a/PKGBUILD b/PKGBUILD
index 5d5421c6f93e..1bb5a148c19f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,7 @@ arch=('i686' 'x86_64' 'armv7h')
url='https://github.com/gnustep/libs-performance'
license=('GPL')
groups=('gnustep-libs')
+makedepends=('gcc-objc' 'gnustep-make')
source=("https://github.com/gnustep/libs-performance/archive/performance-0_5_0.tar.gz")
sha256sums=('fb17a1fb812f3e176b087a56ff753f1148e4bdca0103ed0113f21a5cb1c9a669')