summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBlair Bonnett2020-11-08 11:53:52 +0100
committerBlair Bonnett2020-11-08 11:53:52 +0100
commit85f3cd3a1c93932af36067fa26f73061690e8493 (patch)
tree1f9c4340774a293578d0b0f52af7dd0e3c886a9e
parent88cea6e3bcdca2459296c6a529640b5d9d03f546 (diff)
downloadaur-85f3cd3a1c93932af36067fa26f73061690e8493.tar.gz
Update to 0.3.1.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a1ede855f79..15a05bff3db7 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.3.0
+ pkgver = 0.3.1
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.3.0.tar.gz
- sha256sums = 4becad3a1e7c50211f1477e34fd4b6d027680e1612f497cb5b88cf85bccddaaa
+ source = https://files.pythonhosted.org/packages/source/s/sphinx-copybutton/sphinx-copybutton-0.3.1.tar.gz
+ sha256sums = 0e0461df394515284e3907e3f418a0c60ef6ab6c9a27a800c8552772d0a402a2
pkgname = python-sphinx-copybutton
diff --git a/PKGBUILD b/PKGBUILD
index 6f89fbfd52c1..9197974973b7 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.3.0
+pkgver=0.3.1
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=(
- '4becad3a1e7c50211f1477e34fd4b6d027680e1612f497cb5b88cf85bccddaaa'
+ '0e0461df394515284e3907e3f418a0c60ef6ab6c9a27a800c8552772d0a402a2'
)
build() {