summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorŁukasz Pożarlik2017-02-19 11:37:23 +0100
committerŁukasz Pożarlik2017-02-19 11:37:23 +0100
commit2c1ba037fe2f1bb93efe9c5703e691d65dd70bb5 (patch)
tree3268fb14d8ab449c18cd0d53a19ec047d97123e8
parent428b9f5cbfc5742e49925988da6134eaf02f25df (diff)
downloadaur-2c1ba037fe2f1bb93efe9c5703e691d65dd70bb5.tar.gz
license update
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f10ef9566c83..55e255bd3ae7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
# Generated by mksrcinfo v8
-# Sun Feb 19 10:17:26 UTC 2017
+# Sun Feb 19 10:37:14 UTC 2017
pkgbase = python-airspeed
pkgdesc = Airspeed is a powerful and easy-to-use templating engine for Python that aims for a high level of compatibility with the popular Velocity library for Java
pkgver = 0.5.4
pkgrel = 3
url = https://github.com/purcell/airspeed
arch = any
- license = BSD
+ license = BSD-2-Clause
makedepends = python-pbr>=1.9
makedepends = python2-pbr>=1.9
source = https://github.com/purcell/airspeed/archive/0.5.4.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index ef024de92eb3..5add087571d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Airspeed is a powerful and easy-to-use templating engine for Python tha
pkgver="0.5.4"
pkgrel=3
url="https://github.com/purcell/airspeed"
-license=('BSD')
+license=('BSD-2-Clause')
arch=('any')
makedepends=("python-pbr>=1.9" "python2-pbr>=1.9")
source=("https://github.com/purcell/airspeed/archive/$pkgver.tar.gz")