summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeyras2017-10-27 11:47:44 +0200
committerTeyras2017-10-27 11:47:44 +0200
commit5269830ce1b944f52ed7ffe90669a30a511f6844 (patch)
tree48882b989b36b8523937544058b9e77485fcc9ca
parent4c27f448c8d97ca4e8a7da4f56263660d35fdfb6 (diff)
downloadaur-5269830ce1b944f52ed7ffe90669a30a511f6844.tar.gz
set correct licence
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4943e044a552..57b7040f73e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = purple-hangouts-hg
arch = i686
arch = x86_64
arch = armv6h
- license = unknown
+ license = GPLv3+
makedepends = mercurial
depends = libpurple
depends = glib2
diff --git a/PKGBUILD b/PKGBUILD
index e3db00b15b4c..858f3fa4016f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ url='https://bitbucket.org/EionRobb/purple-hangouts'
arch=('i686' 'x86_64' 'armv6h')
pkgver=r357.4ce9b3338381
pkgrel=1
-license=('unknown')
+license=('GPLv3+')
depends=('libpurple' 'glib2' 'json-glib')
makedepends=('mercurial')
source=('purple-hangouts::hg+https://bitbucket.org/EionRobb/purple-hangouts')