Date: Wednesday, November 23, 2022 @ 00:12:28
Author: kgizdov
Revision: 1351979
upgpkg: python-scikit-hep-testdata 0.4.23-2: fix version
Modified:
python-scikit-hep-testdata/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-23 00:07:08 UTC (rev 1351978)
+++ PKGBUILD 2022-11-23 00:12:28 UTC (rev 1351979)
@@ -4,16 +4,16 @@
pkgbase="python-${_pkgname}"
pkgname=("${pkgbase}")
pkgver=0.4.23
-pkgrel=1
+pkgrel=2
pkgdesc='A common package to provide example files (e.g. ROOT) for testing and
developing packages against'
arch=('any')
makedepends=('git' 'python-build' 'python-installer' 'python-wheel'
'python-setuptools-scm' 'python-toml')
checkdepends=('python-pytest')
-depends=('python-pyaml' 'python-requests')
+depends=('python-pyaml' 'python-requests' 'python-importlib_resources')
url="https://github.com/scikit-hep/${_pkgname}"
license=('BSD')
-source=("${_pkgname}-${pkgver}::git+${url}")
+source=("${_pkgname}-${pkgver}::git+${url}#tag=v${pkgver}")
sha256sums=('SKIP')
build() {