summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXiretza2022-03-08 21:46:24 +0100
committerXiretza2022-03-08 21:46:24 +0100
commitfa753281d95c743b95956f0b94f03c7d651f9528 (patch)
tree586aa11ae2b414e484b50ade1ca0915e85f21a07
parent21ee7a4e8fd9d3017ee6cccefa30cfbfee417a6d (diff)
downloadaur-fa753281d95c743b95956f0b94f03c7d651f9528.tar.gz
Update to 2.5.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b04c74196a18..c834fb821401 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pyattributes
pkgdesc = Implementations of .NET-like attributes realized with Python decorators
- pkgver = 2.5.0
+ pkgver = 2.5.1
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.5.0.tar.gz::https://github.com/pyTooling/pyAttributes/archive/v2.5.0.tar.gz
- sha256sums = 47ab3f4765483805acca31a6376e66a4741fe04d1f77c3c565d6b763004f729c
+ source = python-pyattributes-2.5.1.tar.gz::https://github.com/pyTooling/pyAttributes/archive/v2.5.1.tar.gz
+ sha256sums = f9979ac6cef8caa7a7ca1773d71c4a57c3526df3f5598609a8c6da0051020299
pkgname = python-pyattributes
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"