summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXiretza2021-12-28 14:57:13 +0100
committerXiretza2021-12-28 14:57:13 +0100
commit21ee7a4e8fd9d3017ee6cccefa30cfbfee417a6d (patch)
tree67f9cae4bcc3788fd4f4faa474dfcb475af53e52 /PKGBUILD
parentbf582f89d5fad22a1ddc887ee158875e884c1667 (diff)
downloadaur-21ee7a4e8fd9d3017ee6cccefa30cfbfee417a6d.tar.gz
Update to 2.5.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d0054e84a323..d97ff101eacb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname='pyAttributes'
pkgname=python-${_pkgname,,}
-pkgver=2.3.4
+pkgver=2.5.0
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=('d54240740967ae73e6066a8ff184a48e4ae5a25220d821b14f195d4e136c6513')
+sha256sums=('47ab3f4765483805acca31a6376e66a4741fe04d1f77c3c565d6b763004f729c')
build() {
cd "$_pkgname-$pkgver"