summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bershatsky2024-04-08 01:13:09 +0300
committerDaniel Bershatsky2024-04-08 01:13:09 +0300
commitc875678fa4f180c7bc69850b7ec1642efee06086 (patch)
tree454fce40f4dd110d1ea57cb5fd2e80b3f942faea /PKGBUILD
parent26d15340fcac3eb37dc73371cc2b96e508f54cc3 (diff)
downloadaur-c875678fa4f180c7bc69850b7ec1642efee06086.tar.gz
Bump version to 0.7.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 48d2f8eaa8c6..28ad07d3f3df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-tyro
_pkgname=${pkgname#python-}
-pkgver=0.7.2
+pkgver=0.7.3
pkgrel=1
pkgdesc='Strongly typed, zero-effort CLI interfaces'
arch=('any')
@@ -20,7 +20,7 @@ makedepends=('python-build' 'python-installer' 'python-setuptools'
'python-wheel')
optdepends=()
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('ff58bfe3c97bbe7598c3329046decb6ea8792e85e7219a509bd8e15262ec5fc9')
+sha256sums=('6714f669cc8e03d62d3cbcbe780a92546868fd9a0daabfd03deee8dca0a2b792')
build() {
python -m build -nw $srcdir/$_pkgname-$pkgver