summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXiretza2021-12-28 14:57:13 +0100
committerXiretza2021-12-28 14:57:13 +0100
commit21ee7a4e8fd9d3017ee6cccefa30cfbfee417a6d (patch)
tree67f9cae4bcc3788fd4f4faa474dfcb475af53e52
parentbf582f89d5fad22a1ddc887ee158875e884c1667 (diff)
downloadaur-21ee7a4e8fd9d3017ee6cccefa30cfbfee417a6d.tar.gz
Update to 2.5.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 679f20d2b43b..b04c74196a18 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pyattributes
pkgdesc = Implementations of .NET-like attributes realized with Python decorators
- pkgver = 2.3.4
+ pkgver = 2.5.0
pkgrel = 1
url = https://github.com/pyTooling/pyAttributes
arch = any
@@ -10,7 +10,7 @@ pkgbase = python-pyattributes
depends = python
depends = python-argcomplete
depends = python-pytooling
- source = python-pyattributes-2.3.4.tar.gz::https://github.com/pyTooling/pyAttributes/archive/v2.3.4.tar.gz
- sha256sums = d54240740967ae73e6066a8ff184a48e4ae5a25220d821b14f195d4e136c6513
+ source = python-pyattributes-2.5.0.tar.gz::https://github.com/pyTooling/pyAttributes/archive/v2.5.0.tar.gz
+ sha256sums = 47ab3f4765483805acca31a6376e66a4741fe04d1f77c3c565d6b763004f729c
pkgname = python-pyattributes
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"