summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 16f7b055ac8b..5e58d44e9ccc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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.11
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/purcell/airspeed
arch = any
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index d749cb07df0d..1038f0ded8b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _module="$_name"
pkgname=("python-$_module" "python2-$_module")
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.11"
-pkgrel=1
+pkgrel=2
url="https://github.com/purcell/airspeed"
license=('BSD')
arch=('any')