summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXiretza2022-03-08 21:46:24 +0100
committerXiretza2022-03-08 21:46:24 +0100
commitfa753281d95c743b95956f0b94f03c7d651f9528 (patch)
tree586aa11ae2b414e484b50ade1ca0915e85f21a07 /PKGBUILD
parent21ee7a4e8fd9d3017ee6cccefa30cfbfee417a6d (diff)
downloadaur-python-pyattributes.tar.gz
Update to 2.5.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d97ff101eacb..dbf7420ca498 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname='pyAttributes'
pkgname=python-${_pkgname,,}
-pkgver=2.5.0
+pkgver=2.5.1
pkgrel=1
pkgdesc="Implementations of .NET-like attributes realized with Python decorators"
arch=(any)
@@ -12,7 +12,7 @@ depends=('python' 'python-argcomplete' 'python-pytooling')
makedepends=('python-setuptools')
checkdepends=('python-pytest')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('47ab3f4765483805acca31a6376e66a4741fe04d1f77c3c565d6b763004f729c')
+sha256sums=('f9979ac6cef8caa7a7ca1773d71c4a57c3526df3f5598609a8c6da0051020299')
build() {
cd "$_pkgname-$pkgver"