summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Horel2020-04-30 21:13:11 -0400
committerGuillaume Horel2020-04-30 21:13:11 -0400
commit194c7059b62ee1e07e3567f14d89a5c48b150fb2 (patch)
treec5aaa972533ac79952e591d8a081336c268e401f /PKGBUILD
parent05673e41609e1390674b81b708938b102c0386ef (diff)
downloadaur-194c7059b62ee1e07e3567f14d89a5c48b150fb2.tar.gz
version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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"