diff options
author | Felix Yan | 2020-06-26 02:22:25 +0000 |
---|---|---|
committer | Felix Yan | 2020-06-26 02:22:25 +0000 |
commit | 9886afe0f03b30e9c32ac7b66bf666c5674511b1 (patch) | |
tree | 2d948b25f9a34c850a80fd6b41521086b2f12690 | |
parent | e485f1b515a3b6a292f26c482fc737a8c31bb401 (diff) | |
download | aur-9886afe0f03b30e9c32ac7b66bf666c5674511b1.tar.gz |
upgpkg: 3.8.0-1
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ # Maintainer: Felix Yan <felixonmars@archlinux.org> pkgname=python-chameleon -pkgver=3.7.4 +pkgver=3.8.0 pkgrel=1 pkgdesc="Fast HTML/XML Template Compiler" arch=('any') @@ -10,7 +10,7 @@ url="http://www.pagetemplates.org/" depends=('python') makedepends=('python-setuptools') source=("$pkgname-$pkgver.tar.gz::https://github.com/malthe/chameleon/archive/$pkgver.tar.gz") -sha512sums=('429a2ff78b27996ee9c21cbc076614accf328e880f03f084e52395987a36c1eabd679428bf8400807bb909a60a31a5c899218640be0d0230ded7309e9ba6753b') +sha512sums=('7eaeee53a215fe93142ad57e40d161816fdcfa9a24d68a4648f09ae0a49a2439ccf8f0ace700780025e196471dc1cb8941cd77b120c84876cec77c89e883534d') build() { cd chameleon-$pkgver |