summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2024-04-17 09:27:58 +1000
committerMark Blakeney2024-04-17 09:27:58 +1000
commit913ef170cabcddf2258c4541e3e4b09d26abc33e (patch)
tree2d6cbc5da63f3e14cf467b3ac91beb46d0f39884
parent270c4dab6e094d2916b8b1cbabf5b918e497ea60 (diff)
downloadaur-913ef170cabcddf2258c4541e3e4b09d26abc33e.tar.gz
Update to 1.11
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2a3e9d41f010..4e7d098742e1 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.1
+ pkgver = 1.11
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.1.tar.gz::https://github.com/bulletmark/pipxu/archive/1.10.1.tar.gz
- sha1sums = e06cdf420d42168c25051f55baa5f7d8aa262859
+ source = pipxu-1.11.tar.gz::https://github.com/bulletmark/pipxu/archive/1.11.tar.gz
+ sha1sums = f8c751b2f937fe5d02a43ef5d73c3cb2760b5dc2
pkgname = pipxu
diff --git a/PKGBUILD b/PKGBUILD
index 3613c061aa82..bc85e61ba136 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=pipxu
-pkgver=1.10.1
+pkgver=1.11
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=('e06cdf420d42168c25051f55baa5f7d8aa262859')
+sha1sums=('f8c751b2f937fe5d02a43ef5d73c3cb2760b5dc2')
build() {
cd "$srcdir/$pkgname-$pkgver"