summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrent s2016-04-06 06:14:53 -0400
committerbrent s2016-04-06 06:14:53 -0400
commitff75b0beb6d051fbb6be140eda6065e6ea71727d (patch)
tree12fdec6c70524312701e74d878a7afeb8ceda55a
parent2de7fba3649602723ea25506409c4a42604a0ec0 (diff)
downloadaur-ff75b0beb6d051fbb6be140eda6065e6ea71727d.tar.gz
GPG support done
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore10
-rw-r--r--PKGBUILD2
3 files changed, 9 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 975e788cf852..ceab834f51d6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Apr 6 08:18:23 UTC 2016
+# Wed Apr 6 10:14:53 UTC 2016
pkgbase = nwipe-git
pkgdesc = A fork of the dwipe command that will securely erase disks using a variety of recognised methods (from Git)
pkgver = r24.8a9a718
diff --git a/.gitignore b/.gitignore
index 700650279462..e16177da2907 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,8 +1,8 @@
-nwipe-git
+*/
.*.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 4dc8423bbcdf..6816a6939c6c 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')
# Based on: https://aur.archlinux.org/packages/nwipe/ (by M0Rf30 <morf3089 [at] gmail [dot] com>)
pkgname=nwipe-git