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 e1d47b61f51e..353eda9c0f6c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Brett Cornwall <ainola@archlinux.org>
pkgname=python-vipaccess
-pkgver=0.12
+pkgver=0.13
pkgrel=1
pkgdesc="A free software implementation of Symantec's VIP Access application and protocol"
arch=('any')
@@ -11,7 +11,7 @@ makedepends=('python-setuptools')
checkdepends=('python-nose')
depends=('python-pycryptodome' 'python-lxml' 'python-oath' 'python-requests')
source=("$pkgname-$pkgver.tar.gz::https://github.com/dlenski/python-vipaccess/archive/v$pkgver.tar.gz")
-sha256sums=('7ce38da64a1301558505fd771aba5a0252530c39a0ffee843a526154c2dd37f0')
+sha256sums=('3d58de34bdd5e8130897975610f589057bc6ebf78e2eb17b3ba49d22e3cfd21f')
build() {
cd "python-vipaccess-$pkgver"