summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorM0Rf302020-04-05 22:05:05 +0200
committerM0Rf302020-04-05 22:05:05 +0200
commit5cbac38821059264c8c60a525f69fe888c8a1074 (patch)
treecce7831fa6a0254c1fd3aef82de071c4938547a9 /PKGBUILD
parentd619745c1c4e7365d56a601797f2935cd0065e6d (diff)
downloadaur-5cbac38821059264c8c60a525f69fe888c8a1074.tar.gz
nwipe: add optional depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
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")