| author | Daniel M. Capella
<polyzen@archlinux.org> 2024-07-22 04:39:41 UTC |
| committer | Daniel M. Capella
<polyzen@archlinux.org> 2024-07-22 04:39:41 UTC |
| parent | edfbe0ac6a13b22180f4f65b0fe7a4d94fcddc98 |
| .SRCINFO | +5 | -4 |
| PKGBUILD | +5 | -6 |
diff --git a/.SRCINFO b/.SRCINFO index aa33465..95691f8 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,10 +1,11 @@ pkgbase = python-jaraco.context pkgdesc = Context managers by jaraco - pkgver = 4.3.0 - pkgrel = 4 + pkgver = 5.3.0 + pkgrel = 1 url = https://github.com/jaraco/jaraco.context arch = any license = MIT + checkdepends = python-portend checkdepends = python-pytest makedepends = git makedepends = python-setuptools-scm @@ -12,7 +13,7 @@ pkgbase = python-jaraco.context makedepends = python-installer makedepends = python-wheel depends = python - source = git+https://github.com/jaraco/jaraco.context.git#commit=0e0ae08919b984e3c7cffdb2106e437d0d0891c8 - sha512sums = SKIP + source = git+https://github.com/jaraco/jaraco.context.git#tag=v5.3.0 + b2sums = 7fe1fd25da28982d9d45a3c75f76ce5f0cea6d043cab3d1b5886dbbd2a6286189ea53c517b55cbabd26bb2714199086786de08a56442b576ff5218f881efe79d pkgname = python-jaraco.context diff --git a/PKGBUILD b/PKGBUILD index faf139c..b5de67b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,18 +1,17 @@ # Maintainer: Felix Yan <felixonmars@archlinux.org> pkgname=python-jaraco.context -pkgver=4.3.0 -_commit=0e0ae08919b984e3c7cffdb2106e437d0d0891c8 -pkgrel=4 +pkgver=5.3.0 +pkgrel=1 pkgdesc="Context managers by jaraco" url="https://github.com/jaraco/jaraco.context" license=('MIT') arch=('any') depends=('python') makedepends=('git' 'python-setuptools-scm' 'python-build' 'python-installer' 'python-wheel') -checkdepends=('python-pytest') -source=("git+https://github.com/jaraco/jaraco.context.git#commit=$_commit") -sha512sums=('SKIP') +checkdepends=('python-portend' 'python-pytest') +source=("git+https://github.com/jaraco/jaraco.context.git#tag=v$pkgver") +b2sums=('7fe1fd25da28982d9d45a3c75f76ce5f0cea6d043cab3d1b5886dbbd2a6286189ea53c517b55cbabd26bb2714199086786de08a56442b576ff5218f881efe79d') build() { cd jaraco.context