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 c990d734fc1b..7011e3a1cf52 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
pkgname=python-branca
_pkgname=branca
-pkgver=0.3.0
+pkgver=0.3.1
pkgrel=1
pkgdesc="Generate html+js with Python."
arch=('any')
@@ -11,7 +11,7 @@ checkdepends=('python-nose' 'python-selenium' 'geckodriver')
depends=('python' 'python-jinja')
options=(!emptydirs)
source=("https://github.com/python-visualization/branca/archive/v$pkgver.tar.gz")
-sha256sums=('262da38390e67ccacf5e0555bd6d9c1e1af3fcbcf04c62471fb530155ffe8186')
+sha256sums=('eeb27c4afb692510bc516dd42733bc606dda023d6b7dd42a67046464489af3e2')
check() {
cd "$srcdir/$_pkgname-$pkgver"