summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoralkeo2022-08-09 07:45:24 +0200
committeralkeo2022-08-09 07:45:24 +0200
commitdc2e85b83526bd7c8dee6e5445378eee66cfe5d7 (patch)
treeaca0c45ec6eb116d9c44e253cadbccd58e0345b0 /PKGBUILD
parentb2ca6a4059ae8d2bd0c05206b265d18cfeb855c5 (diff)
downloadaur-python-sphinxcontrib-tikz.tar.gz
Bump to version 0.4.16
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 2 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b2bc0bbc7fde..c62a3190586e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=sphinxcontrib-tikz
pkgname=("python-${_name}")
-pkgver=0.4.15
+pkgver=0.4.16
pkgrel=1
pkgdesc="TikZ extension for Sphinx."
arch=('any')
@@ -11,11 +11,7 @@ url="https://bitbucket.org/philexander/tikz"
license=('BSD')
makedepends=('python' 'python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('27f9a7a6a64f1bf3ea4dd0e963b7da7c7778948856c8d557a71d64ace086519f')
-
-prepare() {
- cp -a "sphinxcontrib-tikz-$pkgver" "sphinxcontrib-tikz2-$pkgver"
-}
+sha256sums=('f1ff45371e96328a5caa2854ccd950a0f0466285b6624162e96d626852c3e2a5')
package_python-sphinxcontrib-tikz() {
depends=('python' 'python-setuptools')