summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralkeo2018-08-07 21:11:26 +0200
committeralkeo2018-08-07 21:11:26 +0200
commit5f8ba9f6fb65c801decb5f379263c93c5b858138 (patch)
treede42c9947a78ff18fdf5b692b58daaec757db3bd
parent86a7a37562c8d0e82edb2438cf975c339986ce3f (diff)
downloadaur-5f8ba9f6fb65c801decb5f379263c93c5b858138.tar.gz
bump to version 0.4.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 03e28269b57b..d61a9900a997 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-sphinxcontrib-tikz
pkgdesc = TikZ extension for Sphinx.
- pkgver = 0.4.5
+ pkgver = 0.4.6
pkgrel = 1
url = https://bitbucket.org/philexander/tikz
arch = any
@@ -9,8 +9,8 @@ pkgbase = python-sphinxcontrib-tikz
makedepends = python-setuptools
makedepends = python2
makedepends = python2-setuptools
- source = https://files.pythonhosted.org/packages/source/s/sphinxcontrib-tikz/sphinxcontrib-tikz-0.4.5.tar.gz
- sha256sums = 1dcc9eae0fb717e07d6758f18c11f589d97ba8048e918e50512260d9c949d8d8
+ source = https://files.pythonhosted.org/packages/source/s/sphinxcontrib-tikz/sphinxcontrib-tikz-0.4.6.tar.gz
+ sha256sums = 4f362b11e3c2bd17d5f0f07fec03917c16fc5bbcda6fe31ee137c547ed6b03a3
pkgname = python-sphinxcontrib-tikz
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 9c1871201cec..1a51e0007e63 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=sphinxcontrib-tikz
pkgname=("python-${_name}" "python2-${_name}")
-pkgver=0.4.5
+pkgver=0.4.6
pkgrel=1
pkgdesc="TikZ extension for Sphinx."
arch=('any')
@@ -11,7 +11,7 @@ url="https://bitbucket.org/philexander/tikz"
license=('BSD')
makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('1dcc9eae0fb717e07d6758f18c11f589d97ba8048e918e50512260d9c949d8d8')
+sha256sums=('4f362b11e3c2bd17d5f0f07fec03917c16fc5bbcda6fe31ee137c547ed6b03a3')
prepare() {
cp -a "sphinxcontrib-tikz-$pkgver" "sphinxcontrib-tikz2-$pkgver"