summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2020-04-30 21:13:11 -0400
committerGuillaume Horel2020-04-30 21:13:11 -0400
commit194c7059b62ee1e07e3567f14d89a5c48b150fb2 (patch)
treec5aaa972533ac79952e591d8a081336c268e401f
parent05673e41609e1390674b81b708938b102c0386ef (diff)
downloadaur-194c7059b62ee1e07e3567f14d89a5c48b150fb2.tar.gz
version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 69b7b6fdea8e..e33c03b1289b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-branca
pkgdesc = Generate html+js with Python.
- pkgver = 0.3.1
+ pkgver = 0.4.0
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.1.tar.gz
- sha256sums = 87b9b294d7e15dc02f66fce23311a36b0ea3b6fba4874fb9ba9da64220bb156a
+ source = python-branca-0.4.0.tar.gz::https://github.com/python-visualization/branca/archive/v0.4.0.tar.gz
+ sha256sums = d97a02d51ee7e895953e941f6c8163d261bb055040f7df77701bdd0f9e52f3ac
pkgname = python-branca
diff --git a/PKGBUILD b/PKGBUILD
index 323223c8faaf..6f18717a1908 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
pkgname=python-branca
_pkgname=branca
-pkgver=0.3.1
+pkgver=0.4.0
pkgrel=1
pkgdesc="Generate html+js with Python."
arch=('any')
@@ -10,8 +10,8 @@ license=('MIT')
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=('87b9b294d7e15dc02f66fce23311a36b0ea3b6fba4874fb9ba9da64220bb156a')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/python-visualization/branca/archive/v$pkgver.tar.gz")
+sha256sums=('d97a02d51ee7e895953e941f6c8163d261bb055040f7df77701bdd0f9e52f3ac')
check() {
cd "$srcdir/$_pkgname-$pkgver"