summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a0a5f895e84e..bb8d5700d662 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=nwipe
pkgver=0.35
-pkgrel=2
+pkgrel=3
pkgdesc="A fork of the dwipe command that will securely erase disks using a variety of recognised methods"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'aarch64')
url="http://www.andybev.com/index.php/Nwipe"
-depends=('device-mapper' 'ncurses' 'parted')
-optdepends=('dmidecode' 'smartmontools')
+depends=('hdparm' 'libconfig' 'ncurses' 'parted')
+optdepends=('coreutils' 'dmidecode' 'smartmontools')
license=('GPL2')
source=("https://github.com/martijnvanbrummelen/nwipe/archive/v${pkgver}.tar.gz")