summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBlair Bonnett2020-03-15 20:14:03 +1000
committerBlair Bonnett2020-03-15 20:14:03 +1000
commit48579640d812ce56054570d6cea6e944c7196970 (patch)
tree71ab305b6cae5a728ce3bf182d5f9da4542821f1
parente399afeab9edad6fd5bd695c645a0edf6b699884 (diff)
downloadaur-48579640d812ce56054570d6cea6e944c7196970.tar.gz
Update to 0.2.10.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aedd4eb7305a..bf326abaec7f 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.9
+ pkgver = 0.2.10
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.9.tar.gz
- sha256sums = 26d1f8e17a5290966179ec72536ee5224cc06e43325ffcb302b124ba20e93863
+ source = https://files.pythonhosted.org/packages/source/s/sphinx-copybutton/sphinx-copybutton-0.2.10.tar.gz
+ sha256sums = 78d8ab9aded92275d2de8986e78c3857b9bdf5c5e0feac96a792a772f73bdf5d
pkgname = python-sphinx-copybutton
diff --git a/PKGBUILD b/PKGBUILD
index fd7f4147349d..5287e3fc8db0 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.9
+pkgver=0.2.10
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=(
- '26d1f8e17a5290966179ec72536ee5224cc06e43325ffcb302b124ba20e93863'
+ '78d8ab9aded92275d2de8986e78c3857b9bdf5c5e0feac96a792a772f73bdf5d'
)
build() {