summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorneodarz2019-01-30 19:27:50 +0100
committerneodarz2019-01-30 19:27:50 +0100
commitc6cbeeb192fa158f8472965f65cc1e8a97615f21 (patch)
treedc028a0de196bf6b19525639b7336c1ee7f6be44
parentdce64db100e4849c08e4ae2d8f78b661fd94665c (diff)
downloadaur-c6cbeeb192fa158f8472965f65cc1e8a97615f21.tar.gz
Update license
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d795d80ee9d4..6878a9d632da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = darksky-git
url = https://github.com/sieste/darksky
arch = i686
arch = x86_64
- license = unknown
+ license = GPL3
depends = python2
provides = darksky
conflicts = darksky
diff --git a/PKGBUILD b/PKGBUILD
index 84c83db6a924..1020e119b158 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc="Command line weather forecasts from darksy.net"
arch=('i686' 'x86_64')
url="https://github.com/sieste/$_pkgname"
-license=('unknown')
+license=('GPL3')
depends=(python2)
provides=("$_pkgname")
conflicts=("$_pkgname")