Date: Friday, April 14, 2023 @ 11:30:33
Author: foutrelis
Revision: 1446029
upgpkg: python-sphinx-copybutton 0.5.2-1
Modified:
python-sphinx-copybutton/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-14 11:26:19 UTC (rev 1446028)
+++ PKGBUILD 2023-04-14 11:30:33 UTC (rev 1446029)
@@ -3,16 +3,16 @@
_name=sphinx-copybutton
pkgname=python-$_name
-pkgver=0.5.1
-pkgrel=3
+pkgver=0.5.2
+pkgrel=1
pkgdesc="Sphinx extension to add a \"copy\" button to code blocks"
arch=('any')
-url="https://sphinx-copybutton.readthedocs.io/"
+url="https://github.com/executablebooks/sphinx-copybutton"
license=('MIT')
depends=('python-sphinx')
makedepends=('python-setuptools')
source=(https://files.pythonhosted.org/packages/source/s/$_name/$_name-$pkgver.tar.gz)
-sha256sums=('366251e28a6f6041514bfb5439425210418d6c750e98d3a695b73e56866a677a')
+sha256sums=('4cf17c82fb9646d1bc9ca92ac280813a3b605d8c421225fd9913154103ee1fbd')
build() {
cd $_name-$pkgver