summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2023-05-11 12:43:29 +0800
committerUniversebenzene2023-05-11 12:43:29 +0800
commit252d4fefd968e87647b611795f63c24f12c67c58 (patch)
tree49cf8cd4a8c6085e417acede2122f0c22d9553ac
parent5bb7ff06f6c74cabb3bdad2372ed0269bed6e822 (diff)
downloadaur-252d4fefd968e87647b611795f63c24f12c67c58.tar.gz
Update to version 0.27.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f619ff2eac18..33fde43b3a2b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-griffe
pkgdesc = Signatures for entire Python programs
- pkgver = 0.27.3
+ pkgver = 0.27.4
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.3.tar.gz
- source = 0.27.3-schema.json::https://github.com/mkdocstrings/griffe/raw/0.27.3/docs/schema.json
- md5sums = 518ebc012ba3498a8f5b4bc0d7a40c65
+ source = https://files.pythonhosted.org/packages/source/g/griffe/griffe-0.27.4.tar.gz
+ source = 0.27.4-schema.json::https://github.com/mkdocstrings/griffe/raw/0.27.4/docs/schema.json
+ md5sums = 536448d4ac14358b89974d81ebeac29c
md5sums = bfe51f53db056100353171d2fd53346c
pkgname = python-griffe
diff --git a/PKGBUILD b/PKGBUILD
index 96a2827e5b5b..52adcd38849f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgbase=python-griffe
_pyname=${pkgbase#python-}
pkgname=("python-${_pyname}")
#"python-${_pyname}-doc")
-pkgver=0.27.3
+pkgver=0.27.4
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=('518ebc012ba3498a8f5b4bc0d7a40c65'
+md5sums=('536448d4ac14358b89974d81ebeac29c'
'bfe51f53db056100353171d2fd53346c')
prepare() {