summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXiretza2021-07-23 10:00:28 +0200
committerXiretza2021-07-23 10:00:28 +0200
commitd4613cb1a2d77a69a19b223bd96527c40dc969f1 (patch)
tree65cdf8b019563a2982ce92832da6a5d3169e58b0
parent0c21ba9d5622a89b8e1bef73ff174f49f5d35ea4 (diff)
downloadaur-d4613cb1a2d77a69a19b223bd96527c40dc969f1.tar.gz
Add python to depends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0ef869f409a..950ac8fca82e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = python-pyattributes
pkgdesc = Implementations of .NET-like attributes realized with Python decorators
pkgver = 2.2.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Paebbels/pyAttributes
arch = any
license = Apache
checkdepends = python-pytest
makedepends = python-setuptools
+ depends = python
depends = python-argcomplete
depends = python-pydecor
source = python-pyattributes-2.2.1.tar.gz::https://github.com/Paebbels/pyAttributes/archive/v2.2.1.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index cf33ff9dbc1a..2d0d0d3f68e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
_pkgname='pyAttributes'
pkgname=python-${_pkgname,,}
pkgver=2.2.1
-pkgrel=1
+pkgrel=2
pkgdesc="Implementations of .NET-like attributes realized with Python decorators"
arch=(any)
url="https://github.com/Paebbels/pyAttributes"
license=('Apache')
-depends=('python-argcomplete' 'python-pydecor')
+depends=('python' 'python-argcomplete' 'python-pydecor')
makedepends=('python-setuptools')
checkdepends=('python-pytest')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")