summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Doppler2016-02-15 14:54:58 +0100
committerSimon Doppler2016-02-15 14:54:58 +0100
commit8f46be1ce6d145179f0e408a504dc91360b69304 (patch)
treee9f2efd92e73ee0a3dbbd8e9844e71f3df078916
parent5e1a5aa41e52a00284c644f7f42b0f247ef4fdc4 (diff)
downloadaur-8f46be1ce6d145179f0e408a504dc91360b69304.tar.gz
Fix license
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0b1d2716305f..5d11d9e3a7d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
# Generated by mksrcinfo v8
-# Mon Feb 15 13:49:12 UTC 2016
+# Mon Feb 15 13:54:47 UTC 2016
pkgbase = python-colored
pkgdesc = Check status of multiple git repositories in one pass
pkgver = 1.2.1
pkgrel = 1
url = https://pypi.python.org/pypi/colored
arch = any
- license = GPL
+ license = GPL3
depends = python
source = https://github.com/dslackw/colored/archive/v1.2.1.tar.gz
md5sums = 1abd50f675d7856149b57c2dfb483e63
diff --git a/PKGBUILD b/PKGBUILD
index 6eaa9b332861..6252d2c9b926 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc='Check status of multiple git repositories in one pass'
arch=('any')
url="https://pypi.python.org/pypi/colored"
-license=('GPL')
+license=('GPL3')
depends=('python')
source=("https://github.com/dslackw/${_projname}/archive/v${pkgver}.tar.gz")
md5sums=('1abd50f675d7856149b57c2dfb483e63')