summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralkeo2019-08-20 09:51:05 +0200
committeralkeo2019-08-20 09:51:05 +0200
commit40aa31952c0dff086f13935f4e1e93dc5fc03e44 (patch)
treeb3818e372a81ce197fe91fb68264ededde97368c
parent5f8ba9f6fb65c801decb5f379263c93c5b858138 (diff)
downloadaur-40aa31952c0dff086f13935f4e1e93dc5fc03e44.tar.gz
bump to version 0.4.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d61a9900a997..f59e63a8b6d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-sphinxcontrib-tikz
pkgdesc = TikZ extension for Sphinx.
- pkgver = 0.4.6
+ pkgver = 0.4.7
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.6.tar.gz
- sha256sums = 4f362b11e3c2bd17d5f0f07fec03917c16fc5bbcda6fe31ee137c547ed6b03a3
+ source = https://files.pythonhosted.org/packages/source/s/sphinxcontrib-tikz/sphinxcontrib-tikz-0.4.7.tar.gz
+ sha256sums = 5ee0611ef1a527d436c0555d45f745eaf922c2e4c65271f28daa2048531b024d
pkgname = python-sphinxcontrib-tikz
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 1a51e0007e63..367dbf1774f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=sphinxcontrib-tikz
pkgname=("python-${_name}" "python2-${_name}")
-pkgver=0.4.6
+pkgver=0.4.7
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=('4f362b11e3c2bd17d5f0f07fec03917c16fc5bbcda6fe31ee137c547ed6b03a3')
+sha256sums=('5ee0611ef1a527d436c0555d45f745eaf922c2e4c65271f28daa2048531b024d')
prepare() {
cp -a "sphinxcontrib-tikz-$pkgver" "sphinxcontrib-tikz2-$pkgver"