summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBlair Bonnett2020-07-25 18:13:32 +0200
committerBlair Bonnett2020-07-25 18:13:32 +0200
commit88cea6e3bcdca2459296c6a529640b5d9d03f546 (patch)
treef5b1895d6ac51eb791d1f25db04cdfa40855503d
parentf37751fe648b59d535bc901ac2b7ce50ea35024a (diff)
downloadaur-88cea6e3bcdca2459296c6a529640b5d9d03f546.tar.gz
Update to 0.3.0.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e3de8306f291..5a1ede855f79 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.12
+ pkgver = 0.3.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.2.12.tar.gz
- sha256sums = 9492883786984b6179c92c07ab0410237b26efa826adfa792acfd17b91a63e5c
+ source = https://files.pythonhosted.org/packages/source/s/sphinx-copybutton/sphinx-copybutton-0.3.0.tar.gz
+ sha256sums = 4becad3a1e7c50211f1477e34fd4b6d027680e1612f497cb5b88cf85bccddaaa
pkgname = python-sphinx-copybutton
diff --git a/PKGBUILD b/PKGBUILD
index b53ecdb2b8bd..6f89fbfd52c1 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.12
+pkgver=0.3.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=(
- '9492883786984b6179c92c07ab0410237b26efa826adfa792acfd17b91a63e5c'
+ '4becad3a1e7c50211f1477e34fd4b6d027680e1612f497cb5b88cf85bccddaaa'
)
build() {