summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2024-03-30 09:48:38 +1000
committerMark Blakeney2024-03-30 09:48:38 +1000
commit8f5c6e531fee14cbbaa28a122e8667664741ea9c (patch)
treef937564390de71ea7d1a43dc8b436a2cb8b29b7c
parent5053b7be388f11d39edb4b167d4fc652239aefde (diff)
downloadaur-8f5c6e531fee14cbbaa28a122e8667664741ea9c.tar.gz
Update to 1.1.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 157a06c50bf1..1588d30e5efe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pipxu
pkgdesc = Install and Run Python Applications in Isolated Environments using UV
- pkgver = 1.1.1
+ pkgver = 1.1.2
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.1.1.tar.gz::https://github.com/bulletmark/pipxu/archive/1.1.1.tar.gz
- sha1sums = 3b4b0cc156289641d72e7ccd23b00afefcd28559
+ source = pipxu-1.1.2.tar.gz::https://github.com/bulletmark/pipxu/archive/1.1.2.tar.gz
+ sha1sums = 88b96820740401b2304ea0e4bd7e434ccae2a7a0
pkgname = pipxu
diff --git a/PKGBUILD b/PKGBUILD
index eee37a8d4ffc..723cb06ccf0e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=pipxu
-pkgver=1.1.1
+pkgver=1.1.2
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=('3b4b0cc156289641d72e7ccd23b00afefcd28559')
+sha1sums=('88b96820740401b2304ea0e4bd7e434ccae2a7a0')
build() {
cd "$srcdir/$pkgname-$pkgver"