summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXiretza2021-07-23 09:54:20 +0200
committerXiretza2021-07-23 09:54:20 +0200
commit0c21ba9d5622a89b8e1bef73ff174f49f5d35ea4 (patch)
treeaf36152b9c55165de67b191258e4c8af556f9a97
parent2041fc31c62b5b3b5efce4547026b3eda5b17db6 (diff)
downloadaur-0c21ba9d5622a89b8e1bef73ff174f49f5d35ea4.tar.gz
Update to 2.2.1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a842b71482a..f0ef869f409a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pyattributes
pkgdesc = Implementations of .NET-like attributes realized with Python decorators
- pkgver = 2.2.0
+ pkgver = 2.2.1
pkgrel = 1
url = https://github.com/Paebbels/pyAttributes
arch = any
@@ -8,7 +8,8 @@ pkgbase = python-pyattributes
checkdepends = python-pytest
makedepends = python-setuptools
depends = python-argcomplete
- source = python-pyattributes-2.2.0.tar.gz::https://github.com/Paebbels/pyAttributes/archive/v2.2.0.tar.gz
- sha256sums = 58403a1a8c9b2ccf5a70216b882e0f4224df872ba4399e30c230691270ab622b
+ depends = python-pydecor
+ source = python-pyattributes-2.2.1.tar.gz::https://github.com/Paebbels/pyAttributes/archive/v2.2.1.tar.gz
+ sha256sums = 4e845cec75053bc662bf014d0b584b56bce85670ce99ae6f0c3d38410d58e4f4
pkgname = python-pyattributes
diff --git a/PKGBUILD b/PKGBUILD
index af324200e304..cf33ff9dbc1a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
_pkgname='pyAttributes'
pkgname=python-${_pkgname,,}
-pkgver=2.2.0
+pkgver=2.2.1
pkgrel=1
pkgdesc="Implementations of .NET-like attributes realized with Python decorators"
arch=(any)
url="https://github.com/Paebbels/pyAttributes"
license=('Apache')
-depends=('python-argcomplete')
+depends=('python-argcomplete' 'python-pydecor')
makedepends=('python-setuptools')
checkdepends=('python-pytest')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('58403a1a8c9b2ccf5a70216b882e0f4224df872ba4399e30c230691270ab622b')
+sha256sums=('4e845cec75053bc662bf014d0b584b56bce85670ce99ae6f0c3d38410d58e4f4')
build() {
cd "$_pkgname-$pkgver"