summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302020-04-05 22:05:05 +0200
committerM0Rf302020-04-05 22:05:05 +0200
commit5cbac38821059264c8c60a525f69fe888c8a1074 (patch)
treecce7831fa6a0254c1fd3aef82de071c4938547a9
parentd619745c1c4e7365d56a601797f2935cd0065e6d (diff)
downloadaur-5cbac38821059264c8c60a525f69fe888c8a1074.tar.gz
nwipe: add optional depends
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD1
2 files changed, 3 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 30ad8d6e663f..79cda35898a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,8 @@ pkgbase = nwipe
depends = device-mapper
depends = ncurses
depends = parted
+ optdepends = dmidecode
+ optdepends = smartmontools
source = https://github.com/martijnvanbrummelen/nwipe/archive/v0.28.tar.gz
md5sums = 144b4db8e59ecc39409ff67b36f51784
diff --git a/PKGBUILD b/PKGBUILD
index 7b41aa5caf6b..eb9b0ba0ce3f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@ pkgdesc="A fork of the dwipe command that will securely erase disks using a vari
arch=('i686' 'x86_64')
url="http://www.andybev.com/index.php/Nwipe"
depends=('device-mapper' 'ncurses' 'parted')
+optdepends=('dmidecode' 'smartmontools')
license=('GPL2')
source=("https://github.com/martijnvanbrummelen/nwipe/archive/v${pkgver}.tar.gz")