summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca Weiss2017-12-29 21:34:59 +0100
committerLuca Weiss2017-12-29 21:34:59 +0100
commit763e54a8cde7306bf980e2b61c5fa9efb3cac53b (patch)
treebebd63e25f524dd6d3c265b609073292079f3e72
parent177094a68b7ef797e33f3e30ec02de615dcd3083 (diff)
downloadaur-763e54a8cde7306bf980e2b61c5fa9efb3cac53b.tar.gz
v15
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 541809ec4780..ea0857d58ec8 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 = 14
+ pkgver = 15
pkgrel = 1
url = http://packages.debian.org/sid/dh-autoreconf
arch = any
@@ -11,7 +11,7 @@ pkgbase = dh-autoreconf
depends = automake
depends = gettext
depends = libtool
- source = http://ftp.debian.org/debian/pool/main/d/dh-autoreconf/dh-autoreconf_14.tar.xz
+ source = http://ftp.debian.org/debian/pool/main/d/dh-autoreconf/dh-autoreconf_15.tar.xz
sha256sums = 6e9b07ae315f5ec2ec4643183dec595767515b91779c420ff62ee5ee648a2f4d
pkgname = dh-autoreconf
diff --git a/PKGBUILD b/PKGBUILD
index 4504c536cb09..4911d7a771c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Contributor: Johannes Dewender arch at JonnyJD dot net
pkgname=dh-autoreconf
-pkgver=14
+pkgver=15
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=('6e9b07ae315f5ec2ec4643183dec595767515b91779c420ff62ee5ee648a2f4d')
+sha256sums=('7fbccd30c9cc06a0d60784eea26a6b1943bc78f9a2612fa72a3a7c4eea6ac8fb')
package() {
cd "$srcdir/$pkgname-$pkgver"