summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ece161f66f83..066701f81855 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Bozo Kopic <bozo@kopic.xyz>
pkgname=mkwhl
-pkgver=0.3.0
-pkgrel=2
+pkgver=0.3.1
+pkgrel=1
pkgdesc="Python wheel creation utility"
url="https://github.com/bozokopic/mkwhl"
license=('GPL3')
@@ -10,7 +10,7 @@ arch=('any')
depends=('python-packaging' 'python-tomli')
makedepends=('python-build' 'python-installer')
source=("https://github.com/bozokopic/mkwhl/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('ad3df73d717f0a436792612efa32a2d2f969f3cab3270b2e195a96b0c6b56f99')
+sha256sums=('939a57155662a0242fec72bd02639b207bc618b5720271c209440c00d258a97b')
build() {
cd "$srcdir/$pkgname-$pkgver"