updating to 4.5.1
This commit is contained in:
11
PKGBUILD
11
PKGBUILD
@@ -1,23 +1,24 @@
|
||||
# Maintainer: brent s. <bts[at]square-r00t[dot]net>
|
||||
# Contributor: Jochen Schalanda <jochen+aur (at) schalanda.name>
|
||||
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...'
|
||||
|
||||
Reference in New Issue
Block a user