summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2024-04-06 14:33:55 +1000
committerMark Blakeney2024-04-06 14:33:55 +1000
commit04d34a9cc807af98659e1392c3449d85318fd13a (patch)
treeac6c822cc13784f1bf9d1f68c7266c2440568fcb
parent6c67d5a3d7a55195620b7fc7344aaa4fedeeb009 (diff)
downloadaur-04d34a9cc807af98659e1392c3449d85318fd13a.tar.gz
Update to 1.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c348ec98cdda..b9307a797f2e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pipxu
pkgdesc = Install and Run Python Applications in Isolated Environments using UV
- pkgver = 1.7
+ pkgver = 1.8
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.7.tar.gz::https://github.com/bulletmark/pipxu/archive/1.7.tar.gz
- sha1sums = a5076a87c1fc444bcb6e568d5f39e97963df3c3a
+ source = pipxu-1.8.tar.gz::https://github.com/bulletmark/pipxu/archive/1.8.tar.gz
+ sha1sums = 93abb8db09fd7dbf3ca7fa63e1aa9848e59337ad
pkgname = pipxu
diff --git a/PKGBUILD b/PKGBUILD
index a9ae4bf85650..6a9252ca1cdf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=pipxu
-pkgver=1.7
+pkgver=1.8
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=('a5076a87c1fc444bcb6e568d5f39e97963df3c3a')
+sha1sums=('93abb8db09fd7dbf3ca7fa63e1aa9848e59337ad')
build() {
cd "$srcdir/$pkgname-$pkgver"