summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlilac2024-04-06 12:17:59 +0800
committerlilac2024-04-06 12:17:59 +0800
commit3e70eb6df5eb8cc4133774e872d916828eff1d7e (patch)
tree09146ca96298959fdc3b975a258c7e7ca47433f9 /PKGBUILD
parentd79ab7b26add4a795ba0276da09201d5b087d6b9 (diff)
downloadaur-python-lazy-loader.tar.gz
[lilac] updated to 0.4-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2a3c48fe959b..7b7cd9e3c9a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
_pkgname=lazy_loader
pkgname=python-lazy-loader
-pkgver=0.3
+pkgver=0.4
pkgrel=1
pkgdesc='Populate library namespace without incurring immediate import costs'
arch=('any')
url='https://github.com/scientific-python/lazy_loader'
-license=('BSD')
+license=('BSD-3-Clause')
depends=(
python
)
@@ -16,12 +16,13 @@ makedepends=(
python-build
python-wheel
python-installer
+ python-setuptools
)
checkdepends=(
python-pytest
)
source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/scientific-python/lazy_loader/archive/refs/tags/v${pkgver}.tar.gz")
-sha512sums=('559fc96a032ba3882e0e7fe5c85dadf1694b42858cb08ac1d51c7bf972d40ff98aa5c4b07fc855b79369c6e046f717ff141a4bd0554aec8318185f8f20be2a70')
+sha512sums=('02ab8734dca77f53d742e2cf992f921ea2e440bd92a073a853b37aac69bb107484d25065565d85c68f4ba7e67f068321365bf82e0cb962ea58735515c1aa9c3b')
build() {
cd "${_pkgname}-${pkgver}"