summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilipp A2022-09-05 17:02:24 +0200
committerPhilipp A2022-09-05 17:02:24 +0200
commitcb0446e2ca341d7e63e6dff1eb6232ecf1977b0d (patch)
treeec1af77cec0a6bfcc83533852e99871cde613f33 /PKGBUILD
parent12a218c94da8da81d34c838739f4dcec1d8d316a (diff)
downloadaur-cb0446e2ca341d7e63e6dff1eb6232ecf1977b0d.tar.gz
v1.7.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 828e554f159d..eb4e0ddabb30 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_name=wheel-inspect
pkgname=python-$_name
-pkgver=1.7.0
-pkgrel=2
+pkgver=1.7.1
+pkgrel=1
pkgdesc='Extract information from wheels'
arch=(any)
url="https://github.com/jwodder/$_name"
@@ -11,7 +11,7 @@ license=(MIT)
depends=(python python-attrs python-entry-points-txt python-headerparser python-packaging python-readme-renderer python-wheel-filename)
makedepends=(python-build python-installer)
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('e3a930c841e1d6d233fd2d213ee6ce07e990006a32d73b0f89937b539db26af6')
+sha256sums=('469df948ea059ad0cd33cf5f033c554a8b4c20641745701f402e71a7694ec828')
build() {
cd "$_name-$pkgver"