diff options
Diffstat (limited to 'testing/py-jinja2/APKBUILD')
-rw-r--r-- | testing/py-jinja2/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-jinja2/APKBUILD b/testing/py-jinja2/APKBUILD index 31aa7dcf03..b5d4ffc962 100644 --- a/testing/py-jinja2/APKBUILD +++ b/testing/py-jinja2/APKBUILD @@ -3,10 +3,10 @@ pkgname=py-jinja2 _pkgname=Jinja2 pkgver=2.5.5 -pkgrel=0 +pkgrel=1 pkgdesc="A small but fast and easy to use stand-alone template engine written in pure python." url="http://jinja.pocoo.org/" -arch="x86 x86_64" +arch="noarch" license="BSD" depends="python" makedepends="python-dev py-setuptools" |