summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Dewender2014-11-29 18:03:11 +0100
committerJohannes Dewender2014-11-29 18:03:11 +0100
commit73bba52d8280d1613cde3781be43b76852052a77 (patch)
tree8bafdc54ae56080b394fe0b1732338f26fdca0c7
parent8e7f72e5fb2b90be8abb49d4e1c9f3409e5f5662 (diff)
downloadaur-73bba52d8280d1613cde3781be43b76852052a77.tar.gz
dh-autoreconf: 10
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ba3b2452176f..89a264bfde42 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dh-autoreconf
pkgdesc = debhelper add-on to call autoreconf and clean up after the build
- pkgver = 9
- pkgrel = 2
+ pkgver = 10
+ pkgrel = 1
url = http://packages.debian.org/sid/dh-make
arch = any
license = GPL
@@ -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_9.tar.gz
- md5sums = 8ee1d5b7f31c36de89ec37c81ae54973
+ source = http://ftp.debian.org/debian/pool/main/d/dh-autoreconf/dh-autoreconf_10.tar.xz
+ sha256sums = bb695235eb5ddecc914c613786562b1e00801c93c04a69b89b99cb111e0de439
pkgname = dh-autoreconf
diff --git a/PKGBUILD b/PKGBUILD
index d37516714f6e..1d0f7614f5a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Contributor: Johannes Dewender arch at JonnyJD dot net
pkgname=dh-autoreconf
-pkgver=9
-pkgrel=2
+pkgver=10
+pkgrel=1
pkgdesc="debhelper add-on to call autoreconf and clean up after the build"
arch=('any')
url="http://packages.debian.org/sid/dh-make"
license=('GPL')
depends=('debhelper' 'perl' 'autoconf' 'automake' 'gettext' 'libtool')
-source=(http://ftp.debian.org/debian/pool/main/d/$pkgname/${pkgname}_$pkgver.tar.gz)
-md5sums=('8ee1d5b7f31c36de89ec37c81ae54973')
+source=(http://ftp.debian.org/debian/pool/main/d/$pkgname/${pkgname}_$pkgver.tar.xz)
+sha256sums=('bb695235eb5ddecc914c613786562b1e00801c93c04a69b89b99cb111e0de439')
package() {
cd "$srcdir/$pkgname-$pkgver"