From f7519aa67da143a5c858542aaa8299f9beb6c382 Mon Sep 17 00:00:00 2001 From: Johannes Dewender Date: Sat, 20 Jun 2015 01:05:01 +0200 Subject: [PATCH] 1.20150601 --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 097d832..3420b9b 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = dh-make pkgdesc = tool that converts source archives into Debian package source - pkgver = 1.20140617 + pkgver = 1.20150601 pkgrel = 1 url = http://packages.debian.org/sid/dh-make arch = any @@ -8,8 +8,8 @@ pkgbase = dh-make depends = dpkg depends = perl depends = make - source = http://ftp.debian.org/debian/pool/main/d/dh-make/dh-make_1.20140617.tar.xz - sha256sums = 1b33c7fadacbe629889aec54d3a1a9cc1a3dd20b5ef04abdde9f14a1c3ea399e + source = http://ftp.debian.org/debian/pool/main/d/dh-make/dh-make_1.20150601.tar.xz + sha256sums = 1e2e412233518f475692af2f6ecafa177ea7c51343379411123b2b6641e2eaf6 pkgname = dh-make diff --git a/PKGBUILD b/PKGBUILD index 806e8b1..d081661 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Contributor: Johannes Dewender arch at JonnyJD dot net # Contributor: Bartosz Feński pkgname=dh-make -pkgver=1.20140617 +pkgver=1.20150601 pkgrel=1 pkgdesc="tool that converts source archives into Debian package source" arch=('any') @@ -9,7 +9,7 @@ url="http://packages.debian.org/sid/dh-make" license=('GPL') depends=('dpkg' 'perl' 'make') source=(http://ftp.debian.org/debian/pool/main/d/$pkgname/${pkgname}_$pkgver.tar.xz) -sha256sums=('1b33c7fadacbe629889aec54d3a1a9cc1a3dd20b5ef04abdde9f14a1c3ea399e') +sha256sums=('1e2e412233518f475692af2f6ecafa177ea7c51343379411123b2b6641e2eaf6') package() { cd "$srcdir/$pkgname-$pkgver"