summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXiretza2022-01-17 17:28:16 +0100
committerXiretza2022-01-17 17:28:16 +0100
commitf3c11783110a93ac74c961ef4da80dcdc96e1e50 (patch)
treeba320c0af18d7bd9ccb19a686dab636e7dd4b3c0 /PKGBUILD
parente0dd99f63fc615b7db5d28895912cf4b26a041ea (diff)
downloadaur-f3c11783110a93ac74c961ef4da80dcdc96e1e50.tar.gz
Update to 1.9.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cada90ddd91b..7883ea9e2127 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname='pyTooling'
pkgname=python-${_pkgname,,}
-pkgver=1.9.3
+pkgver=1.9.4
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=('090c6c4c5c0401b81a448e4fcb45fc5b681c866e16b72cc4870dbe0a8330bd29')
+sha256sums=('2429fcaf6c0c47e0af90bfd4072114cb8a3b05b631d63ea91238091e08a737a1')
build() {
cd "$_pkgname-$pkgver"