version bump
This commit is contained in:
11
.SRCINFO
11
.SRCINFO
@@ -1,8 +1,6 @@
|
|||||||
# Generated by mksrcinfo v8
|
|
||||||
# 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.1
|
pkgver = 4.8.6.2
|
||||||
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 +8,10 @@ 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.1.tar.xz
|
source = http://http.debian.net/debian/pool/main/d/debianutils/debianutils_4.8.6.2.tar.xz
|
||||||
source = debianutils_4.8.6.1.tar.xz.sig
|
source = debianutils_4.8.6.2.tar.xz.sig
|
||||||
sha512sums = 158f024311b3de292bd20df966c0f61285c748597101cee61e81883e0032c1e6a4baccb5c231b28f00ce3afc58a4aaedd64a65641351974c37fdb5f4952b0d2a
|
validpgpkeys = 748231EBCBD808A14F5E85D28C004C2F93481F6B
|
||||||
|
sha512sums = 1110d0f42870848a8a29b7b52d304ed39ae7d08156da09268dada7464ae45abc1f35320a12f218f8ba9bb2f1d323737136c143ef17141feef1275056842789a2
|
||||||
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.1
|
pkgver=4.8.6.2
|
||||||
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=('158f024311b3de292bd20df966c0f61285c748597101cee61e81883e0032c1e6a4baccb5c231b28f00ce3afc58a4aaedd64a65641351974c37fdb5f4952b0d2a'
|
sha512sums=('1110d0f42870848a8a29b7b52d304ed39ae7d08156da09268dada7464ae45abc1f35320a12f218f8ba9bb2f1d323737136c143ef17141feef1275056842789a2'
|
||||||
'SKIP')
|
'SKIP')
|
||||||
|
|
||||||
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...'
|
||||||
|
|||||||
Binary file not shown.
BIN
debianutils_4.8.6.2.tar.xz.sig
Normal file
BIN
debianutils_4.8.6.2.tar.xz.sig
Normal file
Binary file not shown.
Reference in New Issue
Block a user