summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2022-02-06 13:41:28 +0800
committerUniversebenzene2022-02-06 13:41:28 +0800
commit3d002e8d2c28a7a25e41669b0a047285809abe1a (patch)
tree692eeb43d6c731fd39184546d328f55531b1de60
parent97c4a6d76709242d96f1f2385b017e0c6f27923f (diff)
downloadaur-3d002e8d2c28a7a25e41669b0a047285809abe1a.tar.gz
Update to version 0.3.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e5002bd8d62..37dec2ffde83 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-sphinx-togglebutton
pkgdesc = Toggle page content and collapse admonitions in Sphinx
- pkgver = 0.2.3
+ pkgver = 0.3.0
pkgrel = 1
url = https://sphinx-togglebutton.readthedocs.io
arch = any
@@ -8,8 +8,8 @@ pkgbase = python-sphinx-togglebutton
checkdepends = python-sphinx
checkdepends = python-wheel
makedepends = python-setuptools
- source = https://files.pythonhosted.org/packages/source/s/sphinx-togglebutton/sphinx-togglebutton-0.2.3.tar.gz
- md5sums = 6acce8e5f2e8a83c3b4226b5c98f7b55
+ source = https://files.pythonhosted.org/packages/source/s/sphinx-togglebutton/sphinx-togglebutton-0.3.0.tar.gz
+ md5sums = 11839c55d8922591eb93c84c7490a312
pkgname = python-sphinx-togglebutton
depends = python-sphinx
@@ -17,4 +17,3 @@ pkgname = python-sphinx-togglebutton
depends = python-wheel
optdepends = python-sphinx-book-theme: sphinx
optdepends = python-myst-nb: sphinx
-
diff --git a/PKGBUILD b/PKGBUILD
index 3afc29b0e425..dea691497e30 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgbase=python-sphinx-togglebutton
_pyname=${pkgbase#python-}
pkgname=("python-${_pyname}")
#"python-${_pyname}-doc")
-pkgver=0.2.3
+pkgver=0.3.0
pkgrel=1
pkgdesc="Toggle page content and collapse admonitions in Sphinx"
arch=('any')
@@ -12,7 +12,7 @@ license=('MIT')
makedepends=('python-setuptools')
checkdepends=('python-sphinx' 'python-wheel')
source=("https://files.pythonhosted.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
-md5sums=('6acce8e5f2e8a83c3b4226b5c98f7b55')
+md5sums=('11839c55d8922591eb93c84c7490a312')
build() {
cd ${srcdir}/${_pyname}-${pkgver}