summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bershatsky2024-04-08 01:15:14 +0300
committerDaniel Bershatsky2024-04-08 01:15:14 +0300
commit9eb5592d5c258765fc8fea9768e68304f1f1d2d3 (patch)
tree0e1eb40e1285945517161d48ad2865e1833a7866 /PKGBUILD
parentc875678fa4f180c7bc69850b7ec1642efee06086 (diff)
downloadaur-9eb5592d5c258765fc8fea9768e68304f1f1d2d3.tar.gz
Bump version to 0.8.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 28ad07d3f3df..9ff3e33efabe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-tyro
_pkgname=${pkgname#python-}
-pkgver=0.7.3
+pkgver=0.8.0
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=('6714f669cc8e03d62d3cbcbe780a92546868fd9a0daabfd03deee8dca0a2b792')
+sha256sums=('1067cadbd893d6f9902b63327a7666c4aac1a09e2378b98869c34a27da9e5805')
build() {
python -m build -nw $srcdir/$_pkgname-$pkgver