summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlad Wenter2016-04-25 23:42:23 +0200
committerAlad Wenter2016-04-25 23:42:23 +0200
commitf4e9d666db51a4adb75ccd608ea5934c257cd1c1 (patch)
tree8193e75bf79202c6de10eef263cde323908cc3f7
parent8e5b45811770e4a9fe14f9622552b7a4846707c5 (diff)
downloadaur-f4e9d666db51a4adb75ccd608ea5934c257cd1c1.tar.gz
gperf makedepend
-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