summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Boulay2016-04-08 14:37:06 +0200
committerSimon Boulay2016-04-08 14:37:06 +0200
commit14c8980316087297ec4590c353147356536f2af9 (patch)
treef3c18cef2f768d16721f69c0754802323ee60701
parent2d7f028b5a08f8b4b19969d62dfbd6bb64489462 (diff)
downloadaur-14c8980316087297ec4590c353147356536f2af9.tar.gz
Bump to version 0.4.2
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de2607a0113f..59372f942cf9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,16 @@
-# Generated by mksrcinfo v8
-# Mon Jan 4 10:58:38 UTC 2016
pkgbase = python-sphinxcontrib-tikz
pkgdesc = TikZ extension for Sphinx.
- pkgver = 0.4.1
- pkgrel = 1
- url = https://pypi.python.org/pypi/sphinxcontrib-tikz
+ pkgver = 0.4.2
+ pkgrel = 2
+ url = https://bitbucket.org/philexander/tikz
arch = any
license = BSD
makedepends = python
makedepends = python-setuptools
makedepends = python2
makedepends = 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-0.4.2.tar.gz
+ sha1sums = e7828e2f1dfbb190eb37374905356cfd29ff83d3
pkgname = python-sphinxcontrib-tikz
depends = python
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"