summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2018-11-05 13:26:42 -0500
committerGuillaume Horel2018-11-05 13:26:42 -0500
commit34a46fe8b9c9e1eef9eb2873017953b6acc2eb5c (patch)
treed7c5ee539a29194c518071ebe2f541cc49a4f4a3
parent87957c78b1e82065f2413aa80b80b68cbf1e5257 (diff)
downloadaur-34a46fe8b9c9e1eef9eb2873017953b6acc2eb5c.tar.gz
version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4593221c31a0..67fa300117a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-branca
pkgdesc = Generate html+js with Python.
- pkgver = 0.3.0
+ pkgver = 0.3.1
pkgrel = 1
url = https://github.com/python-vizualisation/branca
arch = any
@@ -11,8 +11,8 @@ pkgbase = python-branca
depends = python
depends = python-jinja
options = !emptydirs
- source = https://github.com/python-visualization/branca/archive/v0.3.0.tar.gz
- sha256sums = 262da38390e67ccacf5e0555bd6d9c1e1af3fcbcf04c62471fb530155ffe8186
+ source = https://github.com/python-visualization/branca/archive/v0.3.1.tar.gz
+ sha256sums = eeb27c4afb692510bc516dd42733bc606dda023d6b7dd42a67046464489af3e2
pkgname = python-branca
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"