summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Parrish2016-10-12 22:08:59 -0400
committerDavid Parrish2016-10-12 22:08:59 -0400
commit7e19c590be5dc7556b7ffd77e006f03f300cdbd2 (patch)
tree2b49a534a56b9a97f8a1a64b49498e9452da6f7c
parente4e9c7a9d03054b69d63528c0fd70a1b076641c1 (diff)
downloadaur-7e19c590be5dc7556b7ffd77e006f03f300cdbd2.tar.gz
Add gperf makedepends
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7088cb9e9216..eedb78a8a036 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
# Generated by mksrcinfo v8
-# Sun May 22 22:01:40 UTC 2016
+# Thu Oct 13 01:10:18 UTC 2016
pkgbase = diffutils-git-patched-exclude-directory
pkgdesc = Utility programs used for creating patch files, including exclude directory feature
- pkgver = 3.3.r46.g5a48551
+ pkgver = 3.5.r7.g84387b8
pkgrel = 1
url = http://www.gnu.org/software/diffutils
arch = i686
arch = x86_64
license = GPL3
+ makedepends = gperf
depends = libsigsegv
provides = diffutils
conflicts = diffutils
diff --git a/PKGBUILD b/PKGBUILD
index 00618674e9e7..d3ce16c09471 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
# Maintainer: David Parrish <daveparrish@tutanota.com>
pkgname=diffutils-git-patched-exclude-directory
-pkgver=3.3.r46.g5a48551
+pkgver=3.5.r7.g84387b8
pkgrel=1
pkgdesc='Utility programs used for creating patch files, including exclude directory feature'
arch=('i686' 'x86_64')
url='http://www.gnu.org/software/diffutils'
license=('GPL3')
depends=('libsigsegv')
+makedepends=('gperf')
provides=('diffutils')
conflicts=('diffutils')
source=("${pkgname}::git+git://git.savannah.gnu.org/diffutils.git"