summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGianluca Boiano2020-12-15 13:36:33 +0100
committerGianluca Boiano2020-12-15 13:36:33 +0100
commit720369960afb653290ed16fae0ceb3a30e83ae81 (patch)
tree7e7e3d36f8a30f55ea3f864e784399ee20e241a3
parent5cbac38821059264c8c60a525f69fe888c8a1074 (diff)
downloadaur-720369960afb653290ed16fae0ceb3a30e83ae81.tar.gz
nwipe: 0.30
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD16
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 79cda35898a0..d79f4e190e18 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nwipe
pkgdesc = A fork of the dwipe command that will securely erase disks using a variety of recognised methods
- pkgver = 0.28
+ pkgver = 0.30
pkgrel = 1
url = http://www.andybev.com/index.php/Nwipe
arch = i686
@@ -11,8 +11,8 @@ pkgbase = nwipe
depends = parted
optdepends = dmidecode
optdepends = smartmontools
- source = https://github.com/martijnvanbrummelen/nwipe/archive/v0.28.tar.gz
- md5sums = 144b4db8e59ecc39409ff67b36f51784
+ source = https://github.com/martijnvanbrummelen/nwipe/archive/v0.30.tar.gz
+ md5sums = 1139a484e02e6163d931ecddc871c4f3
pkgname = nwipe
diff --git a/PKGBUILD b/PKGBUILD
index eb9b0ba0ce3f..42228c586465 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: <kfgz at interia dot pl>
pkgname=nwipe
-pkgver=0.28
+pkgver=0.30
pkgrel=1
pkgdesc="A fork of the dwipe command that will securely erase disks using a variety of recognised methods"
arch=('i686' 'x86_64')
@@ -13,15 +13,15 @@ license=('GPL2')
source=("https://github.com/martijnvanbrummelen/nwipe/archive/v${pkgver}.tar.gz")
build() {
- cd "${srcdir}"/${pkgname}-${pkgver}
- ./init.sh
- ./configure --prefix=/usr
- make
+ cd "${srcdir}"/${pkgname}-${pkgver}
+ ./autogen.sh
+ ./configure --prefix=/usr
+ make
}
package() {
- cd "${srcdir}"/${pkgname}-${pkgver}
- make DESTDIR="${pkgdir}" install
+ cd "${srcdir}"/${pkgname}-${pkgver}
+ make DESTDIR="${pkgdir}" install
}
-md5sums=('144b4db8e59ecc39409ff67b36f51784')
+md5sums=('1139a484e02e6163d931ecddc871c4f3')