From d34b1ec88819a48659f9e6e055f07e6e96d89b63 Mon Sep 17 00:00:00 2001 From: brent s Date: Sun, 17 Jan 2016 19:39:00 -0500 Subject: [PATCH] updating to 4.5.1 --- .SRCINFO | 8 +++++--- PKGBUILD | 11 ++++++----- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 08843ba..75f7696 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,8 @@ +# Generated by mksrcinfo v8 +# Mon Jan 18 00:39:00 UTC 2016 pkgbase = debianutils pkgdesc = Miscellaneous utilities specific to Debian - pkgver = 4.4 + pkgver = 4.5.1 pkgrel = 1 url = http://packages.qa.debian.org/d/debianutils.html arch = i686 @@ -8,8 +10,8 @@ pkgbase = debianutils license = GPL depends = run-parts depends = which - source = http://ftp.debian.org/debian/pool/main/d/debianutils/debianutils_4.4.tar.gz - md5sums = c0cb076754d7f4eb1e3397d00916647f + source = http://ftp.debian.org/debian/pool/main/d/debianutils/debianutils_4.5.1.tar.xz + md5sums = 487524518cd5833a6a4f7007b5d1bd5b pkgname = debianutils diff --git a/PKGBUILD b/PKGBUILD index 148ae15..225ac3f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,23 +1,24 @@ +# Maintainer: brent s. # Contributor: Jochen Schalanda pkgname=debianutils -pkgver=4.4 +pkgver=4.5.1 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://ftp.debian.org/debian/pool/main/d/${pkgname}/${pkgname}_${pkgver}.tar.gz) -md5sums=('c0cb076754d7f4eb1e3397d00916647f') +source=(http://ftp.debian.org/debian/pool/main/d/${pkgname}/${pkgname}_${pkgver}.tar.xz) +md5sums=('487524518cd5833a6a4f7007b5d1bd5b') build() { - cd "$srcdir/$pkgname-$pkgver" + cd "${srcdir}/${pkgname}" ./configure --prefix=/usr --sbindir=/usr/bin make } package() { - cd "$srcdir/$pkgname-$pkgver" + cd "${srcdir}/${pkgname}" make DESTDIR="$pkgdir" install msg 'Remove files of "which" and "run-parts" package...'