summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGI_Jack2019-12-08 14:19:09 -0500
committerGI_Jack2019-12-08 14:19:09 -0500
commit7f304592db398714705197f00aa32b6f34a00663 (patch)
treec90de1384a0e5a730bebdadb10a92c7615110648
parent12faae8809cae223e0272a463bbc7e56356040a9 (diff)
downloadaur-7f304592db398714705197f00aa32b6f34a00663.tar.gz
updated license
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a766f1a71a2..7d36b21d88c9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = secure-delete
install = secure-delete.install
arch = i686
arch = x86_64
- license = GPL
+ license = GPLv2
depends = glibc
depends = sh
conflicts = srm
diff --git a/PKGBUILD b/PKGBUILD
index 4468ca0e21e8..8170f968b246 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ pkgdesc="Secure file, disk, swap, memory erasure utilities"
url="http://www.thc.org/"
depends=('glibc' 'sh')
conflicts=('srm')
-license=('GPL')
+license=('GPLv2')
arch=('i686' 'x86_64')
install=${pkgname}.install
source=(${pkgname}-${_pkgver}.tar.gz::https://github.com/GIJack/secure_delete/archive/${_pkgver}.tar.gz)