summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 54e6b551afc8..badac4d044a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-click-completion
pkgdesc = Add or enhance bash, fish, zsh and powershell completion in Click
pkgver = 0.5.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/click-contrib/click-completion
arch = any
license = MIT
@@ -9,6 +9,8 @@ pkgbase = python-click-completion
depends = python
depends = python-click
depends = python-jinja
+ depends = python-six
+ depends = python-shellingham
source = https://github.com/click-contrib/click-completion/archive/v0.5.2.tar.gz
sha256sums = 4c7b8b3e78124e1005c9f221a2123b6ec02f3942d2be10f79fe3a5c96a52a96c
diff --git a/PKGBUILD b/PKGBUILD
index 6c6d948a2264..20eecd24492b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname='python-click-completion'
_name="${pkgname#python-}"
pkgver='0.5.2'
-pkgrel=1
+pkgrel=2
pkgdesc='Add or enhance bash, fish, zsh and powershell completion in Click'
arch=('any')
url='https://github.com/click-contrib/click-completion'
license=('MIT')
-depends=('python' 'python-click' 'python-jinja')
+depends=('python' 'python-click' 'python-jinja' 'python-six' 'python-shellingham')
makedepends=('python-setuptools')
source=("${url}/archive/v${pkgver}.tar.gz")
sha256sums=('4c7b8b3e78124e1005c9f221a2123b6ec02f3942d2be10f79fe3a5c96a52a96c')