summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 936ba66bfb5e..09e01c8e7742 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
pkgname=python-cheetah3
_name=Cheetah3
pkgver=3.2.4
-pkgrel=1
+pkgrel=2
pkgdesc="A Python 3-powered template engine and code generator"
-arch=(x86_64)
+arch=(any)
url="http://www.cheetahtemplate.org"
-license=(custom)
+license=(MIT)
depends=('python-setuptools')
optdepends=('python-markdown')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")