updating to 4.8.6.1
This commit is contained in:
10
.SRCINFO
10
.SRCINFO
@@ -1,8 +1,8 @@
|
|||||||
# Generated by mksrcinfo v8
|
# Generated by mksrcinfo v8
|
||||||
# Fri Jun 29 13:11:52 UTC 2018
|
# Tue Feb 26 17:26:04 UTC 2019
|
||||||
pkgbase = debianutils
|
pkgbase = debianutils
|
||||||
pkgdesc = Miscellaneous utilities specific to Debian
|
pkgdesc = Miscellaneous utilities specific to Debian
|
||||||
pkgver = 4.8.6
|
pkgver = 4.8.6.1
|
||||||
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,9 +10,9 @@ pkgbase = debianutils
|
|||||||
license = GPL
|
license = GPL
|
||||||
depends = run-parts
|
depends = run-parts
|
||||||
depends = which
|
depends = which
|
||||||
source = http://http.debian.net/debian/pool/main/d/debianutils/debianutils_4.8.6.tar.xz
|
source = http://http.debian.net/debian/pool/main/d/debianutils/debianutils_4.8.6.1.tar.xz
|
||||||
source = debianutils_4.8.6.tar.xz.sig
|
source = debianutils_4.8.6.1.tar.xz.sig
|
||||||
sha512sums = 5913729cc3c56962e8939b71803258952df0d7204df8090a7504fbefc7f5d1da8e749d606fe23148ea3294909ef172bc1f4f821690169e861729caab70921a2f
|
sha512sums = 158f024311b3de292bd20df966c0f61285c748597101cee61e81883e0032c1e6a4baccb5c231b28f00ce3afc58a4aaedd64a65641351974c37fdb5f4952b0d2a
|
||||||
sha512sums = SKIP
|
sha512sums = SKIP
|
||||||
|
|
||||||
pkgname = debianutils
|
pkgname = debianutils
|
||||||
|
|||||||
8
PKGBUILD
8
PKGBUILD
@@ -4,7 +4,7 @@
|
|||||||
validpgpkeys=('748231EBCBD808A14F5E85D28C004C2F93481F6B')
|
validpgpkeys=('748231EBCBD808A14F5E85D28C004C2F93481F6B')
|
||||||
# Contributor: Jochen Schalanda <jochen+aur (at) schalanda.name>
|
# Contributor: Jochen Schalanda <jochen+aur (at) schalanda.name>
|
||||||
pkgname=debianutils
|
pkgname=debianutils
|
||||||
pkgver=4.8.6
|
pkgver=4.8.6.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Miscellaneous utilities specific to Debian"
|
pkgdesc="Miscellaneous utilities specific to Debian"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
@@ -13,17 +13,17 @@ license=('GPL')
|
|||||||
depends=('run-parts' 'which')
|
depends=('run-parts' 'which')
|
||||||
source=("http://http.debian.net/debian/pool/main/d/${pkgname}/${pkgname}_${pkgver}.tar.xz"
|
source=("http://http.debian.net/debian/pool/main/d/${pkgname}/${pkgname}_${pkgver}.tar.xz"
|
||||||
"${pkgname}_${pkgver}.tar.xz.sig")
|
"${pkgname}_${pkgver}.tar.xz.sig")
|
||||||
sha512sums=('5913729cc3c56962e8939b71803258952df0d7204df8090a7504fbefc7f5d1da8e749d606fe23148ea3294909ef172bc1f4f821690169e861729caab70921a2f'
|
sha512sums=('158f024311b3de292bd20df966c0f61285c748597101cee61e81883e0032c1e6a4baccb5c231b28f00ce3afc58a4aaedd64a65641351974c37fdb5f4952b0d2a'
|
||||||
'SKIP')
|
'SKIP')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
cd "${srcdir}/${pkgname}"
|
||||||
./configure --prefix=/usr --sbindir=/usr/bin
|
./configure --prefix=/usr --sbindir=/usr/bin
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
cd "${srcdir}/${pkgname}"
|
||||||
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...'
|
||||||
|
|||||||
BIN
debianutils_4.8.6.1.tar.xz.sig
Normal file
BIN
debianutils_4.8.6.1.tar.xz.sig
Normal file
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user