summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-action[bot]2023-09-02 14:34:51 +0000
committergithub-action[bot]2023-09-02 14:34:51 +0000
commit3fe550263166d5807b48ce85c9c59fa0c0a23f2b (patch)
treeb72f4e388fd0335f8d8ff00faca76bfc46bc279f
parent4917a793c2260c4efbc453c6ad8a65af53fcf343 (diff)
downloadaur-3fe550263166d5807b48ce85c9c59fa0c0a23f2b.tar.gz
Update to 0.0.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4402bc975d87..b91d7a1c5f81 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-sphinxcontrib-autofile
pkgdesc = autofileuate shell command or python code in sphinx and myst
- pkgver = 0.0.1
+ pkgver = 0.0.2
pkgrel = 1
url = https://github.com/sphinxcontrib/autofile
arch = any
@@ -9,7 +9,7 @@ pkgbase = python-sphinxcontrib-autofile
depends = python-sphinx
optdepends = python-myst-parser: myst support
conflicts = sphinxcontrib-autofile
- source = https://files.pythonhosted.org/packages/py3/s/sphinxcontrib-autofile/sphinxcontrib_autofile-0.0.1-py3-none-any.whl
- sha256sums = 665045b18e2a6da0270686b044ebf522cb6c03f2e11ead505579aebd6b0c5a4f
+ source = https://files.pythonhosted.org/packages/py3/s/sphinxcontrib-autofile/sphinxcontrib_autofile-0.0.2-py3-none-any.whl
+ sha256sums = b5d3df354080de635e41f57247829b01097be74e44f4fcd0ebe0f9b3a981a00f
pkgname = python-sphinxcontrib-autofile
diff --git a/PKGBUILD b/PKGBUILD
index 8fe1ff6105a9..753beeef956b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Updated by https://github.com/sphinxcontrib/autofile/blob/main/.github/workflows/main.yml
_pkgname=sphinxcontrib-autofile
pkgname=python-$_pkgname
-pkgver=0.0.1
+pkgver=0.0.2
pkgrel=1
pkgdesc="autofileuate shell command or python code in sphinx and myst"
arch=(any)
@@ -17,7 +17,7 @@ _py=py3
source=(
"https://files.pythonhosted.org/packages/$_py/${_pkgname:0:1}/$_pkgname/${_pkgname//-/_}-$pkgver-$_py-none-any.whl"
)
-sha256sums=('665045b18e2a6da0270686b044ebf522cb6c03f2e11ead505579aebd6b0c5a4f')
+sha256sums=('b5d3df354080de635e41f57247829b01097be74e44f4fcd0ebe0f9b3a981a00f')
package() {
cd "$srcdir" || return 1