summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxdavidwu2020-11-06 20:04:57 +0800
committerxdavidwu2020-11-06 20:04:57 +0800
commit1933d9602e45bed15f8ba088caf6034b441f60ff (patch)
treea6d94ffd3c5bbf387b0c2b289671d0abf73233f3
parentfe9a96253743d9d49f5e02c7b87e1aaa22921561 (diff)
downloadaur-1933d9602e45bed15f8ba088caf6034b441f60ff.tar.gz
3.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 53ae023be19a..c3137767572b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-wheezy
pkgdesc = A lightweight template library
- pkgver = 2.0.0
+ pkgver = 3.0.0
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-2.0.0.tar.gz
- sha256sums = 699f46b859dbf07cc250c9f9c88aa9744f1546ab622c0c464c144b09c29a0aae
+ source = https://files.pythonhosted.org/packages/source/w/wheezy.template/wheezy.template-3.0.0.tar.gz
+ sha256sums = 96240be5a7382bf4accb50bf42a49c24cd8e4c2b3131d09ec7c8e743fb18ad16
pkgname = python-wheezy
diff --git a/PKGBUILD b/PKGBUILD
index fa60b93be26a..e0d5ffe396da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@
# Contributor: Aleksey Filippov <sarum9in@gmail.com>
_pkgname=wheezy.template
pkgname=python-wheezy
-pkgver=2.0.0
+pkgver=3.0.0
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=('699f46b859dbf07cc250c9f9c88aa9744f1546ab622c0c464c144b09c29a0aae')
+sha256sums=('96240be5a7382bf4accb50bf42a49c24cd8e4c2b3131d09ec7c8e743fb18ad16')
build() {
cd "$_pkgname-$pkgver"