summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrent s2016-04-06 06:13:58 -0400
committerbrent s2016-04-06 06:13:58 -0400
commit5d82b143989585ebceb9de2b6a7f125cc42a36da (patch)
tree9819811ec6bacd88e5ff02e97e99f38d9737fb55
parent5526df654569d93e47994640029d286c59bcc633 (diff)
downloadaur-5d82b143989585ebceb9de2b6a7f125cc42a36da.tar.gz
GPG support done
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore10
-rw-r--r--PKGBUILD8
-rw-r--r--debianutils_4.7.tar.xz.sigbin0 -> 543 bytes
4 files changed, 15 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 71d9a79330af..a789207a8cc4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Apr 6 08:18:21 UTC 2016
+# Wed Apr 6 10:13:58 UTC 2016
pkgbase = debianutils
pkgdesc = Miscellaneous utilities specific to Debian
pkgver = 4.7
@@ -11,7 +11,9 @@ pkgbase = debianutils
depends = run-parts
depends = which
source = http://ftp.debian.org/debian/pool/main/d/debianutils/debianutils_4.7.tar.xz
+ source = debianutils_4.7.tar.xz.sig
sha512sums = 74110d194de8b6b61d40b133b97629520048a8fdedac349ec2031c793c0246526c1c7904e88098b4c2a121e5efba2d724924139ab1aca15d129a4d210f94a1aa
+ sha512sums = SKIP
pkgname = debianutils
diff --git a/.gitignore b/.gitignore
index 785124ab470b..e16177da2907 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,8 +1,8 @@
-debianutils
+*/
.*.swp
*.pkg.tar.xz
-src
-pkg
+src/
+pkg/
*.tar
*.tar.bz2
*.tar.xz
@@ -12,3 +12,7 @@ pkg
*.tbz
*.tbz2
*.zip
+*.run
+*.7z
+*.rar
+*.deb
diff --git a/PKGBUILD b/PKGBUILD
index 561bd2c80e20..917e26ec4c26 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
# Maintainer: brent s. <bts[at]square-r00t[dot]net>
-validpgpkeys=('7482 31EB CBD8 08A1 4F5E 85D2 8C00 4C2F 9348 1F6B')
+validpgpkeys=('748231EBCBD808A14F5E85D28C004C2F93481F6B')
# Contributor: Jochen Schalanda <jochen+aur (at) schalanda.name>
pkgname=debianutils
pkgver=4.7
@@ -9,8 +9,10 @@ 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)
-sha512sums=('74110d194de8b6b61d40b133b97629520048a8fdedac349ec2031c793c0246526c1c7904e88098b4c2a121e5efba2d724924139ab1aca15d129a4d210f94a1aa')
+source=("http://ftp.debian.org/debian/pool/main/d/${pkgname}/${pkgname}_${pkgver}.tar.xz"
+ "${pkgname}_${pkgver}.tar.xz.sig")
+sha512sums=('74110d194de8b6b61d40b133b97629520048a8fdedac349ec2031c793c0246526c1c7904e88098b4c2a121e5efba2d724924139ab1aca15d129a4d210f94a1aa'
+ 'SKIP')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
diff --git a/debianutils_4.7.tar.xz.sig b/debianutils_4.7.tar.xz.sig
new file mode 100644
index 000000000000..3b2acd70d863
--- /dev/null
+++ b/debianutils_4.7.tar.xz.sig
Binary files differ