summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorM0Rf302023-12-27 09:31:26 +0100
committerM0Rf302023-12-27 09:31:26 +0100
commitf2a824590ff4b72219133d950b7af85ceb9c081c (patch)
tree90f8efc7240f74279bc87a91637e3c7e63b3c590 /PKGBUILD
parentb93e812acc4deba56c14444b7b3c8aae406a831b (diff)
downloadaur-f2a824590ff4b72219133d950b7af85ceb9c081c.tar.gz
nwipe: update depends
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")