summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBlair Bonnett2020-06-23 18:48:57 +0200
committerBlair Bonnett2020-06-23 18:48:57 +0200
commitf37751fe648b59d535bc901ac2b7ce50ea35024a (patch)
tree6b912697a99612324d0cb41912f8f2e09ed47233
parent12fe987cfd05439f9d9b2510f67bc383fbc88a9b (diff)
downloadaur-f37751fe648b59d535bc901ac2b7ce50ea35024a.tar.gz
Update to 0.2.12.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42f5c2edd3cd..e3de8306f291 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.11
+ pkgver = 0.2.12
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.11.tar.gz
- sha256sums = cf3bb6dc4b82217fe1a765d733aa478949ae8574670aa2c5e7c94de81326ad50
+ source = https://files.pythonhosted.org/packages/source/s/sphinx-copybutton/sphinx-copybutton-0.2.12.tar.gz
+ sha256sums = 9492883786984b6179c92c07ab0410237b26efa826adfa792acfd17b91a63e5c
pkgname = python-sphinx-copybutton
diff --git a/PKGBUILD b/PKGBUILD
index 6bc03aedd77a..b53ecdb2b8bd 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.11
+pkgver=0.2.12
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=(
- 'cf3bb6dc4b82217fe1a765d733aa478949ae8574670aa2c5e7c94de81326ad50'
+ '9492883786984b6179c92c07ab0410237b26efa826adfa792acfd17b91a63e5c'
)
build() {