diff options
author | xiota | 2024-05-07 03:58:43 +0000 |
---|---|---|
committer | xiota | 2024-05-07 04:02:33 +0000 |
commit | 79edeceec3e22d15c97d04d21bd5ebfc1fafd08d (patch) | |
tree | 0e9dd939e4e0e52f5cbd574b31c9dbe4c373c87c /PKGBUILD | |
parent | 9345bb92f28acdcbcfc3df90c75aeae1d4078486 (diff) | |
download | aur-79edeceec3e22d15c97d04d21bd5ebfc1fafd08d.tar.gz |
14.1.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -5,7 +5,7 @@ _module="glean_parser" _pkgname="python-${_module//_/-}" pkgname="$_pkgname" -pkgver=14.0.1 +pkgver=14.1.1 pkgrel=1 pkgdesc="Tools for parsing the metadata for Mozilla's glean telemetry SDK" url="https://github.com/mozilla/glean_parser" @@ -27,7 +27,6 @@ depends=( makedepends=( 'python-build' 'python-installer' - 'python-pytest-runner' 'python-setuptools-scm' 'python-wheel' ) @@ -45,12 +44,12 @@ source=( "$_pkgsrc.$_pkgext"::"$_dl_url/${_module::1}/$_module/$_pkgsrc.$_pkgext" ) sha256sums=( - '3e9e5f99ad8592300e364b70d6247b21c445774a73a2ad274677fb58a0065809' + '6d8a94364078ff45bffb4fb51bafd4af9ce70c3e4894a148738815340d2f00e8' ) build() { cd "$_pkgsrc" - python -m build --wheel --no-isolation + python -m build --wheel --no-isolation --skip-dependency-check } check() { |