summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 407d56117970..f391ef4d0a00 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Mon Apr 25 21:42:09 UTC 2016
pkgbase = datamash-git
pkgdesc = A command-line program which performs numeric, textual and statistical operations on plain text data.
pkgver = v1.0.6.r54.gf8ae71f
@@ -7,6 +9,7 @@ pkgbase = datamash-git
arch = any
license = GPL
makedepends = git
+ makedepends = gperf
depends = glibc
provides = datamash
conflicts = datamash
diff --git a/PKGBUILD b/PKGBUILD
index 8f060d3ccacc..cd1496ddbbfb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ license=('GPL')
source=('git://git.sv.gnu.org/datamash.git')
sha256sums=('SKIP')
depends=('glibc')
-makedepends=('git')
+makedepends=('git' 'gperf')
conflicts=('datamash')
provides=('datamash')
install=datamash.install