summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilipp A2020-12-08 23:08:18 +0100
committerPhilipp A2020-12-08 23:08:18 +0100
commite08bcb320d460f81a348dd7b8ae75cf6d00f64ae (patch)
tree7f8ac269ad27aa20ead409fac7fe7d2819c68a0a /PKGBUILD
parentfbb93d6def8ff66ed539af31c21a73d87c6d8c39 (diff)
downloadaur-auditwheel.tar.gz
v3.3.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index df572a0e015f..28e98b68cf26 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: Phil Schaf <flying-sheep@web.de>
pkgname=auditwheel
-pkgver=2.0.0
-pkgrel=3
+pkgver=3.3.0
+pkgrel=1
pkgdesc='Cross-distribution Linux wheels'
arch=(any)
-url="https://github.com/pypa/auditwheel"
+url="https://github.com/pypa/$pkgname"
license=(MIT)
depends=(python-wheel python-pyelftools)
makedepends=(install-wheel-scripts)
_pyarch=py3
_wheel="$pkgname-$pkgver-$_pyarch-none-any.whl"
source=("https://files.pythonhosted.org/packages/$_pyarch/${pkgname::1}/$pkgname/$_wheel")
-sha256sums=('63fe2fdda4d6c5f7b04e3982896428e3c243fdf8b8543aaa567bf0e1ce26b44a')
+sha256sums=('a462fb349b33f716c954186ea67c085a84f83dcb8421f564166224612634dbf8')
noextract=("$_wheel")
package() {