diff --git a/.SRCINFO b/.SRCINFO index 4bfc4f1..3d75f5d 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = debianutils pkgdesc = Miscellaneous utilities specific to Debian - pkgver = 4.11.2 + pkgver = 5.7 pkgrel = 1 url = http://packages.qa.debian.org/d/debianutils.html arch = i686 @@ -8,8 +8,7 @@ pkgbase = debianutils license = GPL depends = run-parts depends = which - source = http://cdn-fastly.deb.debian.org/debian/pool/main/d/debianutils/debianutils_4.11.2.tar.xz - sha512sums = 0bd9098beee78b3c8dae839f0c29e9f142cbb22f2ced473cf7ae47a14d9493ba882c1829eba213780392a87a3223b3689729754c8ded80a091efaef3f6f903fd + source = http://deb.debian.org/debian/pool/main/d/debianutils/debianutils_5.7.orig.tar.gz + sha512sums = 79acd8885abca93842d696167171a359011c49a40f38deeb25bc94d62905f95afa3a7b2540d3bd4b0ffd363c5c48a439a1a68139a29d6c033980b019cea75d92 pkgname = debianutils - diff --git a/PKGBUILD b/PKGBUILD index c8bdbac..8b7675c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,15 +2,15 @@ # Contributor: brent s. # Contributor: Jochen Schalanda pkgname=debianutils -pkgver=4.11.2 +pkgver=5.7 pkgrel=1 pkgdesc="Miscellaneous utilities specific to Debian" arch=('i686' 'x86_64') url="http://packages.qa.debian.org/d/debianutils.html" license=('GPL') depends=('run-parts' 'which') -source=("http://cdn-fastly.deb.debian.org/debian/pool/main/d/${pkgname}/${pkgname}_${pkgver}.tar.xz") -sha512sums=('0bd9098beee78b3c8dae839f0c29e9f142cbb22f2ced473cf7ae47a14d9493ba882c1829eba213780392a87a3223b3689729754c8ded80a091efaef3f6f903fd') +source=("http://deb.debian.org/debian/pool/main/d/${pkgname}/${pkgname}_${pkgver}.orig.tar.gz") +sha512sums=('79acd8885abca93842d696167171a359011c49a40f38deeb25bc94d62905f95afa3a7b2540d3bd4b0ffd363c5c48a439a1a68139a29d6c033980b019cea75d92') build() { cd "${srcdir}/${pkgname}"