diff options
Diffstat (limited to 'main/wipe/APKBUILD')
-rw-r--r-- | main/wipe/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/wipe/APKBUILD b/main/wipe/APKBUILD index 8fed73381ef..5c6fc73736e 100644 --- a/main/wipe/APKBUILD +++ b/main/wipe/APKBUILD @@ -2,11 +2,11 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=wipe pkgver=2.3.1 -pkgrel=3 +pkgrel=4 pkgdesc="Secure file wiping utility" url="https://wipe.sourceforge.net/" arch="all" -license="GPL-2.0" +license="GPL-2.0-only" makedepends="linux-headers" subpackages="$pkgname-doc" source="https://downloads.sourceforge.net/wipe/wipe-$pkgver.tar.bz2 |