summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Brinister2019-10-17 21:19:27 -0400
committerAlex Brinister2019-10-17 21:28:39 -0400
commitc239ddc2949572b694721570ec17609696861dc1 (patch)
tree32b96f262d26f98e14062ec06b91db208cc7236c
parent98e05eb3c2f9f7bd8325ce3589ebc3bf858fd592 (diff)
downloadaur-c239ddc2949572b694721570ec17609696861dc1.tar.gz
Updated license and architecture
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b9430ce29cc5..d689d2b28409 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = python-cheetah3
pkgdesc = A Python 3-powered template engine and code generator
pkgver = 3.2.4
- pkgrel = 1
+ pkgrel = 2
url = http://www.cheetahtemplate.org
- arch = x86_64
- license = custom
+ arch = any
+ license = MIT
depends = python-setuptools
optdepends = python-markdown
source = https://files.pythonhosted.org/packages/source/C/Cheetah3/Cheetah3-3.2.4.tar.gz
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")