summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrent s2016-04-06 06:14:21 -0400
committerbrent s2016-04-06 06:14:21 -0400
commit83af35574a381351bed45c906062f6c19deac64d (patch)
tree5461e228effe044f6d13f9b673cdb2c09843dddf
parent8b1609bf422491e9102c5d3cddfb100357b222b8 (diff)
downloadaur-83af35574a381351bed45c906062f6c19deac64d.tar.gz
GPG support done
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore10
-rw-r--r--PKGBUILD8
-rw-r--r--iozone3_434.tar.sigbin0 -> 543 bytes
4 files changed, 15 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ec8245e5821..61d6fe3e9173 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Apr 6 08:18:22 UTC 2016
+# Wed Apr 6 10:14:21 UTC 2016
pkgbase = iozone
pkgdesc = A filesystem benchmark tool
pkgver = 3_434
@@ -12,7 +12,9 @@ pkgbase = iozone
depends = sh
optdepends = gnuplot: for generating graph reports
source = http://www.iozone.org/src/current/iozone3_434.tar
+ source = iozone3_434.tar.sig
sha512sums = 75c75a3a59aedc007222d2e6877631d41afd89f1e6702deca3f7e815a6586ad57bcc1ca55f01656bcfa9f733fda74edcc3fe241c7bef143a9aa60527e6865f59
+ sha512sums = SKIP
pkgname = iozone
diff --git a/.gitignore b/.gitignore
index 6159038ba6b0..e16177da2907 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,8 +1,8 @@
-iozone
+*/
.*.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 03b56c9c7408..30a7bbbd811c 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')
# Past maintainer: Joris Steyn <jorissteyn@gmail.com>
# Contributor: TDY <tdy@gmx.com>
pkgname=iozone
@@ -12,8 +12,10 @@ license=('custom')
depends=('sh')
optdepends=('gnuplot: for generating graph reports')
install=$pkgname.install
-source=(http://www.${pkgname}.org/src/current/${pkgname}${pkgver}.tar)
-sha512sums=('75c75a3a59aedc007222d2e6877631d41afd89f1e6702deca3f7e815a6586ad57bcc1ca55f01656bcfa9f733fda74edcc3fe241c7bef143a9aa60527e6865f59')
+source=("http://www.${pkgname}.org/src/current/${pkgname}${pkgver}.tar"
+ "${pkgname}${pkgver}.tar.sig")
+sha512sums=('75c75a3a59aedc007222d2e6877631d41afd89f1e6702deca3f7e815a6586ad57bcc1ca55f01656bcfa9f733fda74edcc3fe241c7bef143a9aa60527e6865f59'
+ 'SKIP')
build() {
cd "${srcdir}/${pkgname}${pkgver}/src/current"
diff --git a/iozone3_434.tar.sig b/iozone3_434.tar.sig
new file mode 100644
index 000000000000..fb961e04dba1
--- /dev/null
+++ b/iozone3_434.tar.sig
Binary files differ