summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2024-04-11 14:09:55 +1000
committerMark Blakeney2024-04-11 14:09:55 +1000
commit4b5ff329c870e9a182eda195f3ae1386b2da26b7 (patch)
treede3124fe091a3a52118781ec26531e65d995b3b8
parent9464abcd9df81f49431add533387fcc8ba6815c7 (diff)
downloadaur-4b5ff329c870e9a182eda195f3ae1386b2da26b7.tar.gz
Update to 1.10
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4eabaa001856..7cb1a01571f8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pipxu
pkgdesc = Install and Run Python Applications in Isolated Environments using UV
- pkgver = 1.9
+ pkgver = 1.10
pkgrel = 1
url = https://github.com/bulletmark/pipxu
arch = any
@@ -14,7 +14,7 @@ pkgbase = pipxu
depends = python-filelock
depends = python-platformdirs
depends = uv
- source = pipxu-1.9.tar.gz::https://github.com/bulletmark/pipxu/archive/1.9.tar.gz
- sha1sums = 8c4f48f181d89b14cc873edbd248fa369895959d
+ source = pipxu-1.10.tar.gz::https://github.com/bulletmark/pipxu/archive/1.10.tar.gz
+ sha1sums = 8b7248abc5a5264923f8d41295a11a6bacdc5cc8
pkgname = pipxu
diff --git a/PKGBUILD b/PKGBUILD
index 0fea05e9750d..5a35f9ca73a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=pipxu
-pkgver=1.9
+pkgver=1.10
pkgrel=1
pkgdesc="Install and Run Python Applications in Isolated Environments using UV"
url="https://github.com/bulletmark/$pkgname"
@@ -10,7 +10,7 @@ depends=("python>=3.8" "python-filelock" "python-platformdirs" "uv")
makedepends=(python-setuptools python-build python-installer
python-wheel python-setuptools-scm)
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha1sums=('8c4f48f181d89b14cc873edbd248fa369895959d')
+sha1sums=('8b7248abc5a5264923f8d41295a11a6bacdc5cc8')
build() {
cd "$srcdir/$pkgname-$pkgver"