summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2023-05-05 21:54:41 +0800
committerUniversebenzene2023-05-05 21:54:41 +0800
commit5bb7ff06f6c74cabb3bdad2372ed0269bed6e822 (patch)
treec29e46dc0ce99b8c0dd7122f1c822273da38e021
parent70f02ec96f46293037cc2ccb9068d6f42e5821a2 (diff)
downloadaur-5bb7ff06f6c74cabb3bdad2372ed0269bed6e822.tar.gz
Update to version 0.27.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6807afcc761e..f619ff2eac18 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-griffe
pkgdesc = Signatures for entire Python programs
- pkgver = 0.27.2
+ pkgver = 0.27.3
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.27.2.tar.gz
- source = 0.27.2-schema.json::https://github.com/mkdocstrings/griffe/raw/0.27.2/docs/schema.json
- md5sums = 7bc7dfb2c272a59ed427e9495f0b79ec
+ source = https://files.pythonhosted.org/packages/source/g/griffe/griffe-0.27.3.tar.gz
+ source = 0.27.3-schema.json::https://github.com/mkdocstrings/griffe/raw/0.27.3/docs/schema.json
+ md5sums = 518ebc012ba3498a8f5b4bc0d7a40c65
md5sums = bfe51f53db056100353171d2fd53346c
pkgname = python-griffe
diff --git a/PKGBUILD b/PKGBUILD
index d9fbc478381d..96a2827e5b5b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgbase=python-griffe
_pyname=${pkgbase#python-}
pkgname=("python-${_pyname}")
#"python-${_pyname}-doc")
-pkgver=0.27.2
+pkgver=0.27.3
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=('7bc7dfb2c272a59ed427e9495f0b79ec'
+md5sums=('518ebc012ba3498a8f5b4bc0d7a40c65'
'bfe51f53db056100353171d2fd53346c')
prepare() {