summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxdavidwu2020-12-10 21:02:00 +0800
committerxdavidwu2020-12-10 21:02:00 +0800
commite3947e17066b693f0ba777f69209febce5fe7e80 (patch)
treea1cd36f5bc7910ccf7ae3166e6bde727c68512f1
parenta846dcc4c5aec1a0fa1d057bdf45df09401eeb1f (diff)
downloadaur-python-wheezy.tar.gz
3.0.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ad518b0e079..69ec63b60de3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-wheezy
pkgdesc = A lightweight template library
- pkgver = 3.0.2
+ pkgver = 3.0.3
pkgrel = 1
url = https://pypi.python.org/pypi/wheezy.template
arch = any
@@ -8,8 +8,8 @@ pkgbase = python-wheezy
makedepends = python-setuptools
depends = python
conflicts = python2-wheezy
- source = https://files.pythonhosted.org/packages/source/w/wheezy.template/wheezy.template-3.0.2.tar.gz
- sha256sums = 09d3a121435f5fb0c29437c737790518e639e307739bba25116b6b0aefcf045f
+ source = https://files.pythonhosted.org/packages/source/w/wheezy.template/wheezy.template-3.0.3.tar.gz
+ sha256sums = 1254ba402e2f5720885945be026a643cc6820ea9b721835c9242c826c1d3e670
pkgname = python-wheezy
diff --git a/PKGBUILD b/PKGBUILD
index a1031acec0ed..c5149ac57d3b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@
# Contributor: Aleksey Filippov <sarum9in@gmail.com>
_pkgname=wheezy.template
pkgname=python-wheezy
-pkgver=3.0.2
+pkgver=3.0.3
pkgrel=1
pkgdesc="A lightweight template library"
arch=('any')
@@ -28,7 +28,7 @@ conflicts=(
'python2-wheezy' # /usr/bin/wheezy.template
)
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('09d3a121435f5fb0c29437c737790518e639e307739bba25116b6b0aefcf045f')
+sha256sums=('1254ba402e2f5720885945be026a643cc6820ea9b721835c9242c826c1d3e670')
build() {
cd "$_pkgname-$pkgver"