summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheCynicalLiger2021-01-01 19:47:11 +0000
committerTheCynicalLiger2021-01-01 19:47:11 +0000
commit75bd3157d405e25d221873d0a6496baffa70e008 (patch)
treed8e4b7c21e7d653ac7cb82f3599641b7d75d9804
parent7d84c147114433d28a5ac1354247e63732436ebb (diff)
downloadaur-75bd3157d405e25d221873d0a6496baffa70e008.tar.gz
LICENSE Update
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 36ae199824a8..5e439a251960 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = recycle-cli
pkgrel = 1
url = https://github.com/TheCynicalTeam/recycle-cli/
arch = any
- license = GPL3
+ license = CC BY-NC-SA 4.0
depends = coreutils
depends = gettext
depends = python>=3.4
diff --git a/PKGBUILD b/PKGBUILD
index 85b4f8237b1e..6fb9403ef63a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc='A recycle bin cli in python 3'
arch=('any')
url="https://github.com/TheCynicalTeam/recycle-cli/"
-license=('GPL3')
+license=('CC BY-NC-SA 4.0')
depends=('coreutils' 'gettext' 'python>=3.4')
source=("${pkgname}-$pkgver.tar.gz::${url}/archive/$pkgver.tar.gz")
sha256sums=('adf5c2659cec7ea4f1090c069dfdc64e9a9e988c0cafcd5e0271aac2e02321a0')