summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBlair Bonnett2020-03-13 21:36:45 +1300
committerBlair Bonnett2020-03-13 21:36:45 +1300
commite399afeab9edad6fd5bd695c645a0edf6b699884 (patch)
treef428d987b47c3c0bc06fc4f4f74e62e7fca36f93
parent0375fbc8203035c6e628843a7975e10bf979acf9 (diff)
downloadaur-e399afeab9edad6fd5bd695c645a0edf6b699884.tar.gz
Update to 0.2.9.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 481dfeea8b39..aedd4eb7305a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-sphinx-copybutton
pkgdesc = Sphinx extension to add a "copy" button to code blocks
- pkgver = 0.2.8
+ pkgver = 0.2.9
pkgrel = 1
url = https://sphinx-copybutton.readthedocs.io/
arch = any
license = MIT
makedepends = python-setuptools
depends = python-sphinx
- source = https://files.pythonhosted.org/packages/source/s/sphinx-copybutton/sphinx-copybutton-0.2.8.tar.gz
- sha256sums = 48aec91c44af057e4a59fba962493e09dd992b13d2555d5776e8a701420a5308
+ source = https://files.pythonhosted.org/packages/source/s/sphinx-copybutton/sphinx-copybutton-0.2.9.tar.gz
+ sha256sums = 26d1f8e17a5290966179ec72536ee5224cc06e43325ffcb302b124ba20e93863
pkgname = python-sphinx-copybutton
diff --git a/PKGBUILD b/PKGBUILD
index afb6077a92e5..fd7f4147349d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Blair Bonnett <blair dot bonnett at gmail dot com>
pkgname=python-sphinx-copybutton
-pkgver=0.2.8
+pkgver=0.2.9
pkgrel=1
pkgdesc="Sphinx extension to add a \"copy\" button to code blocks"
url="https://sphinx-copybutton.readthedocs.io/"
@@ -13,7 +13,7 @@ source=(
"https://files.pythonhosted.org/packages/source/s/sphinx-copybutton/sphinx-copybutton-$pkgver.tar.gz"
)
sha256sums=(
- '48aec91c44af057e4a59fba962493e09dd992b13d2555d5776e8a701420a5308'
+ '26d1f8e17a5290966179ec72536ee5224cc06e43325ffcb302b124ba20e93863'
)
build() {