updating to 4.7
This commit is contained in:
8
.SRCINFO
8
.SRCINFO
@@ -1,8 +1,8 @@
|
|||||||
# Generated by mksrcinfo v8
|
# Generated by mksrcinfo v8
|
||||||
# Mon Jan 18 00:39:00 UTC 2016
|
# Mon Feb 8 16:14:32 UTC 2016
|
||||||
pkgbase = debianutils
|
pkgbase = debianutils
|
||||||
pkgdesc = Miscellaneous utilities specific to Debian
|
pkgdesc = Miscellaneous utilities specific to Debian
|
||||||
pkgver = 4.5.1
|
pkgver = 4.7
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = http://packages.qa.debian.org/d/debianutils.html
|
url = http://packages.qa.debian.org/d/debianutils.html
|
||||||
arch = i686
|
arch = i686
|
||||||
@@ -10,8 +10,8 @@ pkgbase = debianutils
|
|||||||
license = GPL
|
license = GPL
|
||||||
depends = run-parts
|
depends = run-parts
|
||||||
depends = which
|
depends = which
|
||||||
source = http://ftp.debian.org/debian/pool/main/d/debianutils/debianutils_4.5.1.tar.xz
|
source = http://ftp.debian.org/debian/pool/main/d/debianutils/debianutils_4.7.tar.xz
|
||||||
md5sums = 487524518cd5833a6a4f7007b5d1bd5b
|
md5sums = 00186f527b35e2cecd4db593c6d512d0
|
||||||
|
|
||||||
pkgname = debianutils
|
pkgname = debianutils
|
||||||
|
|
||||||
|
|||||||
8
PKGBUILD
8
PKGBUILD
@@ -1,7 +1,7 @@
|
|||||||
# Maintainer: brent s. <bts[at]square-r00t[dot]net>
|
# Maintainer: brent s. <bts[at]square-r00t[dot]net>
|
||||||
# Contributor: Jochen Schalanda <jochen+aur (at) schalanda.name>
|
# Contributor: Jochen Schalanda <jochen+aur (at) schalanda.name>
|
||||||
pkgname=debianutils
|
pkgname=debianutils
|
||||||
pkgver=4.5.1
|
pkgver=4.7
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Miscellaneous utilities specific to Debian"
|
pkgdesc="Miscellaneous utilities specific to Debian"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
@@ -9,16 +9,16 @@ url="http://packages.qa.debian.org/d/debianutils.html"
|
|||||||
license=('GPL')
|
license=('GPL')
|
||||||
depends=('run-parts' 'which')
|
depends=('run-parts' 'which')
|
||||||
source=(http://ftp.debian.org/debian/pool/main/d/${pkgname}/${pkgname}_${pkgver}.tar.xz)
|
source=(http://ftp.debian.org/debian/pool/main/d/${pkgname}/${pkgname}_${pkgver}.tar.xz)
|
||||||
md5sums=('487524518cd5833a6a4f7007b5d1bd5b')
|
md5sums=('00186f527b35e2cecd4db593c6d512d0')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${srcdir}/${pkgname}"
|
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||||
./configure --prefix=/usr --sbindir=/usr/bin
|
./configure --prefix=/usr --sbindir=/usr/bin
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "${srcdir}/${pkgname}"
|
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||||
make DESTDIR="$pkgdir" install
|
make DESTDIR="$pkgdir" install
|
||||||
|
|
||||||
msg 'Remove files of "which" and "run-parts" package...'
|
msg 'Remove files of "which" and "run-parts" package...'
|
||||||
|
|||||||
Reference in New Issue
Block a user