summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrent s2019-07-11 22:57:37 -0400
committerbrent s2019-07-11 22:57:37 -0400
commitfa9984a29811d30137bb9c446bded055abb51bdc (patch)
tree1050ad405f0b5db02ddc18538433c950fa298d29
parent1c89b98152a8728889020bf3225f1aec63cdbd51 (diff)
downloadaur-fa9984a29811d30137bb9c446bded055abb51bdc.tar.gz
version bump
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD8
-rw-r--r--debianutils_4.8.6.1.tar.xz.sigbin566 -> 0 bytes
-rw-r--r--debianutils_4.8.6.2.tar.xz.sigbin0 -> 566 bytes
4 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b407b4a13be..2ba09ade0b82 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Tue Feb 26 17:26:04 UTC 2019
pkgbase = debianutils
pkgdesc = Miscellaneous utilities specific to Debian
- pkgver = 4.8.6.1
+ pkgver = 4.8.6.2
pkgrel = 1
url = http://packages.qa.debian.org/d/debianutils.html
arch = i686
@@ -10,9 +8,10 @@ pkgbase = debianutils
license = GPL
depends = run-parts
depends = which
- source = http://http.debian.net/debian/pool/main/d/debianutils/debianutils_4.8.6.1.tar.xz
- source = debianutils_4.8.6.1.tar.xz.sig
- sha512sums = 158f024311b3de292bd20df966c0f61285c748597101cee61e81883e0032c1e6a4baccb5c231b28f00ce3afc58a4aaedd64a65641351974c37fdb5f4952b0d2a
+ source = http://http.debian.net/debian/pool/main/d/debianutils/debianutils_4.8.6.2.tar.xz
+ source = debianutils_4.8.6.2.tar.xz.sig
+ validpgpkeys = 748231EBCBD808A14F5E85D28C004C2F93481F6B
+ sha512sums = 1110d0f42870848a8a29b7b52d304ed39ae7d08156da09268dada7464ae45abc1f35320a12f218f8ba9bb2f1d323737136c143ef17141feef1275056842789a2
sha512sums = SKIP
pkgname = debianutils
diff --git a/PKGBUILD b/PKGBUILD
index 09510d353890..17aea86d0d57 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
validpgpkeys=('748231EBCBD808A14F5E85D28C004C2F93481F6B')
# Contributor: Jochen Schalanda <jochen+aur (at) schalanda.name>
pkgname=debianutils
-pkgver=4.8.6.1
+pkgver=4.8.6.2
pkgrel=1
pkgdesc="Miscellaneous utilities specific to Debian"
arch=('i686' 'x86_64')
@@ -13,17 +13,17 @@ license=('GPL')
depends=('run-parts' 'which')
source=("http://http.debian.net/debian/pool/main/d/${pkgname}/${pkgname}_${pkgver}.tar.xz"
"${pkgname}_${pkgver}.tar.xz.sig")
-sha512sums=('158f024311b3de292bd20df966c0f61285c748597101cee61e81883e0032c1e6a4baccb5c231b28f00ce3afc58a4aaedd64a65641351974c37fdb5f4952b0d2a'
+sha512sums=('1110d0f42870848a8a29b7b52d304ed39ae7d08156da09268dada7464ae45abc1f35320a12f218f8ba9bb2f1d323737136c143ef17141feef1275056842789a2'
'SKIP')
build() {
- cd "${srcdir}/${pkgname}"
+ cd "${srcdir}/${pkgname}-${pkgver}"
./configure --prefix=/usr --sbindir=/usr/bin
make
}
package() {
- cd "${srcdir}/${pkgname}"
+ cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="$pkgdir" install
msg 'Remove files of "which" and "run-parts" package...'
diff --git a/debianutils_4.8.6.1.tar.xz.sig b/debianutils_4.8.6.1.tar.xz.sig
deleted file mode 100644
index 3afd039372a0..000000000000
--- a/debianutils_4.8.6.1.tar.xz.sig
+++ /dev/null
Binary files differ
diff --git a/debianutils_4.8.6.2.tar.xz.sig b/debianutils_4.8.6.2.tar.xz.sig
new file mode 100644
index 000000000000..38895733b4cf
--- /dev/null
+++ b/debianutils_4.8.6.2.tar.xz.sig
Binary files differ