summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSimon Boulay2016-04-08 14:37:06 +0200
committerSimon Boulay2016-04-08 14:37:06 +0200
commit14c8980316087297ec4590c353147356536f2af9 (patch)
treef3c18cef2f768d16721f69c0754802323ee60701 /PKGBUILD
parent2d7f028b5a08f8b4b19969d62dfbd6bb64489462 (diff)
downloadaur-14c8980316087297ec4590c353147356536f2af9.tar.gz
Bump to version 0.4.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e4eafaf7eec0..f37b29042f14 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
pkgbase=python-sphinxcontrib-tikz
pkgname=('python-sphinxcontrib-tikz' 'python2-sphinxcontrib-tikz')
-pkgver=0.4.1
-pkgrel=1
+pkgver=0.4.2
+pkgrel=2
pkgdesc="TikZ extension for Sphinx."
arch=('any')
-url="https://pypi.python.org/pypi/sphinxcontrib-tikz"
+url="https://bitbucket.org/philexander/tikz"
license=('BSD')
makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
-source=("https://pypi.python.org/packages/source/s/sphinxcontrib-tikz/sphinxcontrib-tikz-0.4.1.tar.gz")
-md5sums=('125c5e2a0adb8c70591873343098b271')
+source=("https://pypi.python.org/packages/source/s/sphinxcontrib-tikz/sphinxcontrib-tikz-$pkgver.tar.gz")
+sha1sums=('e7828e2f1dfbb190eb37374905356cfd29ff83d3')
prepare() {
cp -a "sphinxcontrib-tikz-$pkgver" "sphinxcontrib-tikz2-$pkgver"