summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2023-10-19 11:36:52 +0800
committerUniversebenzene2023-10-19 11:36:52 +0800
commite3e00ad00d2c0bc3c7148eb70a1ceb08fe1755e7 (patch)
tree5f0ecb63818ec71347cf59877d2edca9c2ae5676
parentad55a60e6739727d7ebe281a7731265b0d8bfb06 (diff)
downloadaur-e3e00ad00d2c0bc3c7148eb70a1ceb08fe1755e7.tar.gz
Update to version 0.36.7
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63e89ce278fa..f9e8d385d78c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-griffe
pkgdesc = Signatures for entire Python programs
- pkgver = 0.36.6
+ pkgver = 0.36.7
pkgrel = 1
url = https://mkdocstrings.github.io/griffe
arch = any
@@ -12,9 +12,9 @@ pkgbase = python-griffe
makedepends = python-pdm-backend
makedepends = python-build
makedepends = python-installer
- source = https://files.pythonhosted.org/packages/source/g/griffe/griffe-0.36.6.tar.gz
- source = 0.36.6-schema.json::https://github.com/mkdocstrings/griffe/raw/0.36.6/docs/schema.json
- md5sums = 207ecf28b9a917b641d1c050038299dc
+ source = https://files.pythonhosted.org/packages/source/g/griffe/griffe-0.36.7.tar.gz
+ source = 0.36.7-schema.json::https://github.com/mkdocstrings/griffe/raw/0.36.7/docs/schema.json
+ md5sums = ab12a4259394c34cc64343e491f68931
md5sums = 6acbeecb6bb1bb93f0e874da4bd172f0
pkgname = python-griffe
diff --git a/PKGBUILD b/PKGBUILD
index 756ae53a794a..bc906931196d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgbase=python-griffe
_pyname=${pkgbase#python-}
pkgname=("python-${_pyname}")
#"python-${_pyname}-doc")
-pkgver=0.36.6
+pkgver=0.36.7
pkgrel=1
pkgdesc="Signatures for entire Python programs"
arch=('any')
@@ -20,7 +20,7 @@ checkdepends=('python-pytest'
#source=("https://github.com/oprypin/markdown-callouts/archive/refs/tags/v${pkgver}.tar.gz")
source=("https://files.pythonhosted.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz"
"${pkgver}-schema.json::https://github.com/mkdocstrings/griffe/raw/${pkgver}/docs/schema.json")
-md5sums=('207ecf28b9a917b641d1c050038299dc'
+md5sums=('ab12a4259394c34cc64343e491f68931'
'6acbeecb6bb1bb93f0e874da4bd172f0')
prepare() {