summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralkeo2019-08-29 18:40:42 +0200
committeralkeo2019-08-29 18:40:42 +0200
commit1ea03c047a1dcbf353c498f3d7d135ce5afc6fa4 (patch)
tree1a82769875c3bf01bde8b9b72f94ba037a3f7011
parent40aa31952c0dff086f13935f4e1e93dc5fc03e44 (diff)
downloadaur-1ea03c047a1dcbf353c498f3d7d135ce5afc6fa4.tar.gz
bump to version 0.4.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f59e63a8b6d3..4079937ca631 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-sphinxcontrib-tikz
pkgdesc = TikZ extension for Sphinx.
- pkgver = 0.4.7
+ pkgver = 0.4.8
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.7.tar.gz
- sha256sums = 5ee0611ef1a527d436c0555d45f745eaf922c2e4c65271f28daa2048531b024d
+ source = https://files.pythonhosted.org/packages/source/s/sphinxcontrib-tikz/sphinxcontrib-tikz-0.4.8.tar.gz
+ sha256sums = 1ef2a5de61a5c78515f5700001ec35faa5f879c333c704da003ffc08080575e7
pkgname = python-sphinxcontrib-tikz
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 367dbf1774f9..779c330962ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=sphinxcontrib-tikz
pkgname=("python-${_name}" "python2-${_name}")
-pkgver=0.4.7
+pkgver=0.4.8
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=('5ee0611ef1a527d436c0555d45f745eaf922c2e4c65271f28daa2048531b024d')
+sha256sums=('1ef2a5de61a5c78515f5700001ec35faa5f879c333c704da003ffc08080575e7')
prepare() {
cp -a "sphinxcontrib-tikz-$pkgver" "sphinxcontrib-tikz2-$pkgver"