summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBlair Bonnett2021-07-04 09:32:37 +0200
committerBlair Bonnett2021-07-04 09:32:37 +0200
commite679eb76bbe12268186812763307af7f535c700a (patch)
tree8d6d5342625553f5d5a14b719fbf65e572756bf5
parent08dcec96e108463ff24e55fefcdb1061f6ca724a (diff)
downloadaur-python-sphinx-copybutton.tar.gz
Update to 0.4.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 870577279159..643914045394 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-sphinx-copybutton
pkgdesc = Sphinx extension to add a "copy" button to code blocks
- pkgver = 0.3.3
+ pkgver = 0.4.0
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.3.tar.gz
- sha256sums = 3695987d5e98e3b223471aaed8aa7491e03e9bfc48ed655a91446fd5e30b6c25
+ source = https://files.pythonhosted.org/packages/source/s/sphinx-copybutton/sphinx-copybutton-0.4.0.tar.gz
+ sha256sums = 8daed13a87afd5013c3a9af3575cc4d5bec052075ccd3db243f895c07a689386
pkgname = python-sphinx-copybutton
diff --git a/PKGBUILD b/PKGBUILD
index 4c87247c0ef5..7f5aef62f552 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.3
+pkgver=0.4.0
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=(
- '3695987d5e98e3b223471aaed8aa7491e03e9bfc48ed655a91446fd5e30b6c25'
+ '8daed13a87afd5013c3a9af3575cc4d5bec052075ccd3db243f895c07a689386'
)
build() {