diff options
author | brent s | 2016-04-06 06:14:53 -0400 |
---|---|---|
committer | brent s | 2016-04-06 06:14:53 -0400 |
commit | ff75b0beb6d051fbb6be140eda6065e6ea71727d (patch) | |
tree | 12fdec6c70524312701e74d878a7afeb8ceda55a | |
parent | 2de7fba3649602723ea25506409c4a42604a0ec0 (diff) | |
download | aur-ff75b0beb6d051fbb6be140eda6065e6ea71727d.tar.gz |
GPG support done
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | .gitignore | 10 | ||||
-rw-r--r-- | PKGBUILD | 2 |
3 files changed, 9 insertions, 5 deletions
@@ -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 @@ -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 |