summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2020-12-08 23:08:18 +0100
committerPhilipp A2020-12-08 23:08:18 +0100
commite08bcb320d460f81a348dd7b8ae75cf6d00f64ae (patch)
tree7f8ac269ad27aa20ead409fac7fe7d2819c68a0a
parentfbb93d6def8ff66ed539af31c21a73d87c6d8c39 (diff)
downloadaur-auditwheel.tar.gz
v3.3.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6301b5df467b..8c4246a24bb3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = auditwheel
pkgdesc = Cross-distribution Linux wheels
- pkgver = 2.0.0
- pkgrel = 3
+ pkgver = 3.3.0
+ pkgrel = 1
url = https://github.com/pypa/auditwheel
arch = any
license = MIT
makedepends = install-wheel-scripts
depends = python-wheel
depends = python-pyelftools
- noextract = auditwheel-2.0.0-py3-none-any.whl
- source = https://files.pythonhosted.org/packages/py3/a/auditwheel/auditwheel-2.0.0-py3-none-any.whl
- sha256sums = 63fe2fdda4d6c5f7b04e3982896428e3c243fdf8b8543aaa567bf0e1ce26b44a
+ noextract = auditwheel-3.3.0-py3-none-any.whl
+ source = https://files.pythonhosted.org/packages/py3/a/auditwheel/auditwheel-3.3.0-py3-none-any.whl
+ sha256sums = a462fb349b33f716c954186ea67c085a84f83dcb8421f564166224612634dbf8
pkgname = auditwheel
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() {