summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2018-07-06 21:14:41 -0400
committerAndrew Sun2018-07-06 21:14:41 -0400
commit229f315936e5fbff4d50a89fb40a10199f977bb4 (patch)
tree3a26651505f3299711cf38ed52f8e48f32eba346
parentfebbcfc2833d7addb14dc9306ddd1f512e40c14f (diff)
downloadaur-229f315936e5fbff4d50a89fb40a10199f977bb4.tar.gz
anontwi: fix license
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 200996d6e903..f51024224de5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = anontwi
pkgrel = 1
url = https://anontwi.03c8.net/
arch = any
- license = BSD
+ license = GPL3
depends = python2
depends = python2-crypto
depends = python2-httplib2
diff --git a/PKGBUILD b/PKGBUILD
index 3d94200f3fb2..fc2f7db2c94e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="A free software python client designed to navigate anonymously on social networks. It supports Identi.ca and Twitter.com."
arch=('any')
url="https://anontwi.03c8.net/"
-license=("BSD")
+license=("GPL3")
depends=("python2" "python2-crypto" "python2-httplib2" "python2-pycurl" "gtk2" "pygtk")
source=("${pkgname}-${pkgver}.tar.gz"::"https://${pkgname}.03c8.net/${pkgname}/${pkgname}_${pkgver}.tar.gz")
sha256sums=('ab406e981859523a56cfc3b121585a551dfdd3265ba2a830beecfa2f97ccea1f')