summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca Weiss2018-04-11 10:47:40 +0200
committerLuca Weiss2018-04-11 10:47:40 +0200
commitc728b430931aa3120a000841affd5e0414b82ea9 (patch)
tree1165fc9a01f3d00fc6a4d6b91e181ec8d07308f3
parent763e54a8cde7306bf980e2b61c5fa9efb3cac53b (diff)
downloadaur-c728b430931aa3120a000841affd5e0414b82ea9.tar.gz
17
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea0857d58ec8..ab3f89bc203e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dh-autoreconf
pkgdesc = debhelper add-on to call autoreconf and clean up after the build
- pkgver = 15
+ pkgver = 17
pkgrel = 1
url = http://packages.debian.org/sid/dh-autoreconf
arch = any
@@ -11,8 +11,8 @@ pkgbase = dh-autoreconf
depends = automake
depends = gettext
depends = libtool
- source = http://ftp.debian.org/debian/pool/main/d/dh-autoreconf/dh-autoreconf_15.tar.xz
- sha256sums = 6e9b07ae315f5ec2ec4643183dec595767515b91779c420ff62ee5ee648a2f4d
+ source = http://ftp.debian.org/debian/pool/main/d/dh-autoreconf/dh-autoreconf_17.tar.xz
+ sha256sums = 6123aae6b2044ffcccaf55ee219fc6f3ece8eadbb5c4172563a789fb8afdf7bc
pkgname = dh-autoreconf
diff --git a/PKGBUILD b/PKGBUILD
index 4911d7a771c3..258a64c6a7f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Contributor: Johannes Dewender arch at JonnyJD dot net
pkgname=dh-autoreconf
-pkgver=15
+pkgver=17
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=('7fbccd30c9cc06a0d60784eea26a6b1943bc78f9a2612fa72a3a7c4eea6ac8fb')
+sha256sums=('6123aae6b2044ffcccaf55ee219fc6f3ece8eadbb5c4172563a789fb8afdf7bc')
package() {
cd "$srcdir/$pkgname-$pkgver"