summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Dewender2016-03-18 20:57:26 +0100
committerJohannes Dewender2016-03-18 20:57:26 +0100
commit1e16d2f050bfc2aa6b09d61bf580a499a6afb714 (patch)
treea0745fc4b77667cf04b11fdd98066ed57f52a96e
parent5dcd31ac463458b027cee6217ae3c625e74bc051 (diff)
downloadaur-1e16d2f050bfc2aa6b09d61bf580a499a6afb714.tar.gz
11
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 28c497f0a042..d02bf3eec383 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Fri Mar 18 19:57:26 UTC 2016
pkgbase = dh-autoreconf
pkgdesc = debhelper add-on to call autoreconf and clean up after the build
- pkgver = 10
+ pkgver = 11
pkgrel = 1
url = http://packages.debian.org/sid/dh-autoreconf
arch = any
@@ -11,8 +13,8 @@ pkgbase = dh-autoreconf
depends = automake
depends = gettext
depends = libtool
- source = http://ftp.debian.org/debian/pool/main/d/dh-autoreconf/dh-autoreconf_10.tar.xz
- sha256sums = bb695235eb5ddecc914c613786562b1e00801c93c04a69b89b99cb111e0de439
+ source = http://ftp.debian.org/debian/pool/main/d/dh-autoreconf/dh-autoreconf_11.tar.xz
+ sha256sums = 3d6be78702221b8cb7ffd5a284ef766568e690b0ab3f5652749451573d35c08a
pkgname = dh-autoreconf
diff --git a/PKGBUILD b/PKGBUILD
index 09d1f4a078d0..ff3d7ce1ff54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Contributor: Johannes Dewender arch at JonnyJD dot net
pkgname=dh-autoreconf
-pkgver=10
+pkgver=11
pkgrel=1
pkgdesc="debhelper add-on to call autoreconf and clean up after the build"
arch=('any')
@@ -8,7 +8,7 @@ url="http://packages.debian.org/sid/dh-autoreconf"
license=('GPL')
depends=('debhelper' 'perl' 'autoconf' 'automake' 'gettext' 'libtool')
source=(http://ftp.debian.org/debian/pool/main/d/$pkgname/${pkgname}_$pkgver.tar.xz)
-sha256sums=('bb695235eb5ddecc914c613786562b1e00801c93c04a69b89b99cb111e0de439')
+sha256sums=('3d6be78702221b8cb7ffd5a284ef766568e690b0ab3f5652749451573d35c08a')
package() {
cd "$srcdir/$pkgname-$pkgver"