summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormschubert2021-11-25 23:06:20 +0100
committermschubert2021-11-25 23:06:20 +0100
commit9ea22615151701f490e08167d340ba84872c5c1d (patch)
tree5735477db58dfa980dd958383cdf2328b725bf9a /PKGBUILD
parented74e13dffe6d8cb2b6bb9677eb2e59d01caeb2e (diff)
downloadaur-9ea22615151701f490e08167d340ba84872c5c1d.tar.gz
add missing dep python-six
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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')