summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxdavidwu2020-12-02 21:36:49 +0800
committerxdavidwu2020-12-02 21:36:49 +0800
commita846dcc4c5aec1a0fa1d057bdf45df09401eeb1f (patch)
treece38b66b564cf73910d1d92287406602a011bba2
parent6ea4f7cfea32992f902b2e29d402c09ed079c109 (diff)
downloadaur-a846dcc4c5aec1a0fa1d057bdf45df09401eeb1f.tar.gz
3.0.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c7235cc94833..0ad518b0e079 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-wheezy
pkgdesc = A lightweight template library
- pkgver = 3.0.1
+ pkgver = 3.0.2
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.1.tar.gz
- sha256sums = 8158c6821f759a424a0e4428c62104e78c37bc53d91be149072862d2764fe1e0
+ source = https://files.pythonhosted.org/packages/source/w/wheezy.template/wheezy.template-3.0.2.tar.gz
+ sha256sums = 09d3a121435f5fb0c29437c737790518e639e307739bba25116b6b0aefcf045f
pkgname = python-wheezy
diff --git a/PKGBUILD b/PKGBUILD
index 8658877d717a..a1031acec0ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@
# Contributor: Aleksey Filippov <sarum9in@gmail.com>
_pkgname=wheezy.template
pkgname=python-wheezy
-pkgver=3.0.1
+pkgver=3.0.2
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=('8158c6821f759a424a0e4428c62104e78c37bc53d91be149072862d2764fe1e0')
+sha256sums=('09d3a121435f5fb0c29437c737790518e639e307739bba25116b6b0aefcf045f')
build() {
cd "$_pkgname-$pkgver"