summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxdavidwu2020-11-01 20:03:37 +0800
committerxdavidwu2020-11-01 20:03:37 +0800
commitfe9a96253743d9d49f5e02c7b87e1aaa22921561 (patch)
tree68fa25e37c2b957781fb780665753f447dcb665a
parent37290adf3ac0e6144924b675998b3f665bab71a2 (diff)
downloadaur-fe9a96253743d9d49f5e02c7b87e1aaa22921561.tar.gz
2.0.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad253b1de3af..53ae023be19a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = python-wheezy
pkgdesc = A lightweight template library
- pkgver = 0.1.195
- pkgrel = 2
+ pkgver = 2.0.0
+ pkgrel = 1
url = https://pypi.python.org/pypi/wheezy.template
arch = any
license = MIT
makedepends = python-setuptools
depends = python
conflicts = python2-wheezy
- source = https://files.pythonhosted.org/packages/source/w/wheezy.template/wheezy.template-0.1.195.tar.gz
- sha256sums = f98aa41e3d1e0c6cef935605cbbf03fb95c3652fd30294d7561dac8c8a87edf2
+ source = https://files.pythonhosted.org/packages/source/w/wheezy.template/wheezy.template-2.0.0.tar.gz
+ sha256sums = 699f46b859dbf07cc250c9f9c88aa9744f1546ab622c0c464c144b09c29a0aae
pkgname = python-wheezy
diff --git a/PKGBUILD b/PKGBUILD
index 9eb9a8eeb63d..fa60b93be26a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,8 +16,8 @@
# Contributor: Aleksey Filippov <sarum9in@gmail.com>
_pkgname=wheezy.template
pkgname=python-wheezy
-pkgver=0.1.195
-pkgrel=2
+pkgver=2.0.0
+pkgrel=1
pkgdesc="A lightweight template library"
arch=('any')
url="https://pypi.python.org/pypi/wheezy.template"
@@ -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=('f98aa41e3d1e0c6cef935605cbbf03fb95c3652fd30294d7561dac8c8a87edf2')
+sha256sums=('699f46b859dbf07cc250c9f9c88aa9744f1546ab622c0c464c144b09c29a0aae')
build() {
cd "$_pkgname-$pkgver"