summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302023-12-27 09:31:26 +0100
committerM0Rf302023-12-27 09:31:26 +0100
commitf2a824590ff4b72219133d950b7af85ceb9c081c (patch)
tree90f8efc7240f74279bc87a91637e3c7e63b3c590
parentb93e812acc4deba56c14444b7b3c8aae406a831b (diff)
downloadaur-f2a824590ff4b72219133d950b7af85ceb9c081c.tar.gz
nwipe: update depends
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 17996a4fb279..7dd1542f23fc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,17 @@
pkgbase = nwipe
pkgdesc = A fork of the dwipe command that will securely erase disks using a variety of recognised methods
pkgver = 0.35
- pkgrel = 2
+ pkgrel = 3
url = http://www.andybev.com/index.php/Nwipe
arch = i686
arch = x86_64
+ arch = aarch64
license = GPL2
- depends = device-mapper
+ depends = hdparm
+ depends = libconfig
depends = ncurses
depends = parted
+ optdepends = coreutils
optdepends = dmidecode
optdepends = smartmontools
source = https://github.com/martijnvanbrummelen/nwipe/archive/v0.35.tar.gz
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")