summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYour Name2024-04-18 20:00:02 +0800
committerYour Name2024-04-18 20:00:02 +0800
commit159d1f381f1ae8e8f2464a73aaa9ce4a27670b71 (patch)
treefe66f3f4ea7e0031a21ba58b7a4965e39dbdebfe
parent59b8b1de04451714307dd40303d380e517de8a10 (diff)
downloadaur-159d1f381f1ae8e8f2464a73aaa9ce4a27670b71.tar.gz
Update to version 0.42.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 603609e8c2b8..82337a8617b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-griffe
pkgdesc = Signatures for entire Python programs
- pkgver = 0.42.1
+ pkgver = 0.42.2
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.42.1.tar.gz
- source = 0.42.1-schema.json::https://github.com/mkdocstrings/griffe/raw/0.42.1/docs/schema.json
- md5sums = 962163c57cc1e917ce94ad6fbcb03b32
+ source = https://files.pythonhosted.org/packages/source/g/griffe/griffe-0.42.2.tar.gz
+ source = 0.42.2-schema.json::https://github.com/mkdocstrings/griffe/raw/0.42.2/docs/schema.json
+ md5sums = 056c3a6a1535e2ea4e5c169a5f4a96b0
md5sums = 6acbeecb6bb1bb93f0e874da4bd172f0
pkgname = python-griffe
diff --git a/PKGBUILD b/PKGBUILD
index 7be37cf884cc..2a093bd4dea9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgbase=python-griffe
_pyname=${pkgbase#python-}
pkgname=("python-${_pyname}")
#"python-${_pyname}-doc")
-pkgver=0.42.1
+pkgver=0.42.2
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=('962163c57cc1e917ce94ad6fbcb03b32'
+md5sums=('056c3a6a1535e2ea4e5c169a5f4a96b0'
'6acbeecb6bb1bb93f0e874da4bd172f0')
prepare() {