summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbrent s2016-04-06 04:18:21 -0400
committerbrent s2016-04-06 04:18:21 -0400
commit5526df654569d93e47994640029d286c59bcc633 (patch)
tree3fe537e1f706b02dedc7d80b6312a9ab00643dfb /PKGBUILD
parent2df28dbe10d8b35e5fa31c03ebffc40d46caee94 (diff)
downloadaur-5526df654569d93e47994640029d286c59bcc633.tar.gz
adding gitignore, updating to sha512sums
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eed9552164e3..561bd2c80e20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
# Maintainer: brent s. <bts[at]square-r00t[dot]net>
+validpgpkeys=('7482 31EB CBD8 08A1 4F5E 85D2 8C00 4C2F 9348 1F6B')
# Contributor: Jochen Schalanda <jochen+aur (at) schalanda.name>
pkgname=debianutils
pkgver=4.7
-pkgrel=1
+pkgrel=2
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.xz)
-md5sums=('00186f527b35e2cecd4db593c6d512d0')
+sha512sums=('74110d194de8b6b61d40b133b97629520048a8fdedac349ec2031c793c0246526c1c7904e88098b4c2a121e5efba2d724924139ab1aca15d129a4d210f94a1aa')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"