summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5138251b2027..aed489d21f89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,17 @@
_pkgname='pyMetaClasses'
pkgname=python-${_pkgname,,}
-pkgver=1.3.0
+pkgver=1.3.1
pkgrel=1
pkgdesc="A collection of MetaClasses for Python"
arch=(any)
url="https://github.com/Paebbels/pyMetaClasses"
license=('Apache')
+depends=('python' 'python-pydecor')
makedepends=('python-setuptools')
checkdepends=('python-pytest')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('eaec84f87644d2cf5fdedfbb14b570b6e483e385f42004262c462a6b2c135301')
+sha256sums=('54c1265f13304c2b9fbcff96ba10a05690a96685bb55ea39d0f43b82b837ced4')
build() {
cd "$_pkgname-$pkgver"