summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 84449143a724..03fbd6da8b5b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=python-vipaccess
pkgver=0.3.0
-pkgrel=1
+pkgrel=2
pkgdesc="A free software implementation of Symantec's VIP Access application and protocol."
arch=('any')
url="https://github.com/cyrozap/python-vipaccess"
license=('apache')
makedepends=('python-setuptools')
-depends=('python' 'python-crypto' 'python-image' 'python-lxml'
+depends=('python' 'python-crypto' 'python-image-git' 'python-lxml'
'python-oath' 'python-qrcode' 'python-requests')
source=("https://github.com/cyrozap/python-vipaccess/archive/v$pkgver.tar.gz"
"check_token.patch")