summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXiretza2022-01-17 17:25:12 +0100
committerXiretza2022-01-17 17:25:12 +0100
commite0dd99f63fc615b7db5d28895912cf4b26a041ea (patch)
tree3901d4aaf406b92e9131ba05b4ccfb30c76d766b /PKGBUILD
parentf07d71709f50ee6273264700cf0e14d20557967d (diff)
downloadaur-e0dd99f63fc615b7db5d28895912cf4b26a041ea.tar.gz
Update to 1.9.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1ad3c43fa1c7..cada90ddd91b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname='pyTooling'
pkgname=python-${_pkgname,,}
-pkgver=1.9.2
+pkgver=1.9.3
pkgrel=1
pkgdesc="A powerful collection of arbitrary useful classes, decorators, meta-classes and exceptions"
arch=(any)
@@ -14,7 +14,7 @@ checkdepends=('python-pytest')
provides=('python-pytooling-packaging')
replaces=('python-pytooling-packaging')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('5e7de7a69e70e1760f2a1b03da392847225d9bd1751d77221861466777307cb2')
+sha256sums=('090c6c4c5c0401b81a448e4fcb45fc5b681c866e16b72cc4870dbe0a8330bd29')
build() {
cd "$_pkgname-$pkgver"