summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302015-12-21 21:57:41 +0100
committerM0Rf302015-12-21 21:57:41 +0100
commiteb1d28603d4cb535fd4fc099bbf71582e3703e1e (patch)
treeae4b4335b46676e6dc629c51a9fc188f9780fc31
parentf221c82feac83bcbdf93f791033050c547679cb8 (diff)
downloadaur-eb1d28603d4cb535fd4fc099bbf71582e3703e1e.tar.gz
0.17
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c80b1458bb85..3baa27dd52a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Mon Dec 21 20:57:33 UTC 2015
pkgbase = nwipe
pkgdesc = A fork of the dwipe command that will securely erase disks using a variety of recognised methods
- pkgver = 0.16
+ pkgver = 0.17
pkgrel = 1
url = http://www.andybev.com/index.php/Nwipe
arch = i686
@@ -9,8 +11,8 @@ pkgbase = nwipe
depends = device-mapper
depends = ncurses
depends = parted
- source = nwipe-0.16.tar.gz::http://sourceforge.net/projects/nwipe/files/nwipe-0.16.tar.gz/download
- md5sums = 98487303370494b65df47e98649a054a
+ source = https://github.com/martijnvanbrummelen/nwipe/archive/0.17.tar.gz
+ md5sums = 05201bacf469d53177b3c2a3c80fc492
pkgname = nwipe
diff --git a/PKGBUILD b/PKGBUILD
index 8c1932e024cb..ce64cb17ae50 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Contributor: <kfgz at interia dot pl>
pkgname=nwipe
-pkgver=0.16
+pkgver=0.17
pkgrel=1
pkgdesc="A fork of the dwipe command that will securely erase disks using a variety of recognised methods"
arch=('i686' 'x86_64')
url="http://www.andybev.com/index.php/Nwipe"
depends=('device-mapper' 'ncurses' 'parted')
license=('GPL2')
-source=(${pkgname}-${pkgver}.tar.gz::http://sourceforge.net/projects/${pkgname}/files/${pkgname}-${pkgver}.tar.gz/download)
+source=("https://github.com/martijnvanbrummelen/nwipe/archive/${pkgver}.tar.gz")
build() {
cd "${srcdir}"/${pkgname}-${pkgver}
@@ -23,4 +23,4 @@ package() {
make DESTDIR="${pkgdir}" install
}
-md5sums=('98487303370494b65df47e98649a054a')
+md5sums=('05201bacf469d53177b3c2a3c80fc492')