summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormschubert2021-11-25 23:06:20 +0100
committermschubert2021-11-25 23:06:20 +0100
commit9ea22615151701f490e08167d340ba84872c5c1d (patch)
tree5735477db58dfa980dd958383cdf2328b725bf9a
parented74e13dffe6d8cb2b6bb9677eb2e59d01caeb2e (diff)
downloadaur-9ea22615151701f490e08167d340ba84872c5c1d.tar.gz
add missing dep python-six
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 713365e242e2..e352a6778231 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-multipledispatch
pkgdesc = Multiple dispatch implementation in Python
pkgver = 0.6.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/mrocklin/multipledispatch
arch = any
license = BSD
makedepends = python-setuptools
depends = python>=3.4
+ depends = python-six
source = https://github.com/mrocklin/multipledispatch/archive/0.6.0.tar.gz
sha256sums = 649f6e61b8a6ce581c75f32365c926b55495c01b8177135408b83aa03886cde0
pkgname = python-multipledispatch
-
diff --git a/PKGBUILD b/PKGBUILD
index 22beb9146d2a..025715f0b3e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
-# Maintainer: Michael Schubert <mschu.dev at gmail>
+# Maintainer: Michael Schubert <mschu.dev at gmail> github.com/mschubert/PKGBUILDs
# Contributor: Gaƫl Donval <gdonval+aur at google mail>
pkgname=python-multipledispatch
pkgver=0.6.0
-pkgrel=1
+pkgrel=2
pkgdesc='Multiple dispatch implementation in Python'
arch=('any')
url='https://github.com/mrocklin/multipledispatch'
license=('BSD')
makedepends=('python-setuptools')
-depends=('python>=3.4')
+depends=('python>=3.4' 'python-six')
source=("https://github.com/mrocklin/multipledispatch/archive/$pkgver.tar.gz")
sha256sums=('649f6e61b8a6ce581c75f32365c926b55495c01b8177135408b83aa03886cde0')