summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2024-04-11 15:30:32 +1000
committerMark Blakeney2024-04-11 15:30:32 +1000
commit270c4dab6e094d2916b8b1cbabf5b918e497ea60 (patch)
treeed42c3220c8f6b03b1fd00f8a4c3faaddb859964
parent4b5ff329c870e9a182eda195f3ae1386b2da26b7 (diff)
downloadaur-270c4dab6e094d2916b8b1cbabf5b918e497ea60.tar.gz
Update to 1.10.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7cb1a01571f8..2a3e9d41f010 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pipxu
pkgdesc = Install and Run Python Applications in Isolated Environments using UV
- pkgver = 1.10
+ pkgver = 1.10.1
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.10.tar.gz::https://github.com/bulletmark/pipxu/archive/1.10.tar.gz
- sha1sums = 8b7248abc5a5264923f8d41295a11a6bacdc5cc8
+ source = pipxu-1.10.1.tar.gz::https://github.com/bulletmark/pipxu/archive/1.10.1.tar.gz
+ sha1sums = e06cdf420d42168c25051f55baa5f7d8aa262859
pkgname = pipxu
diff --git a/PKGBUILD b/PKGBUILD
index 5a35f9ca73a2..3613c061aa82 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=pipxu
-pkgver=1.10
+pkgver=1.10.1
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=('8b7248abc5a5264923f8d41295a11a6bacdc5cc8')
+sha1sums=('e06cdf420d42168c25051f55baa5f7d8aa262859')
build() {
cd "$srcdir/$pkgname-$pkgver"