summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2024-04-04 10:20:07 +1000
committerMark Blakeney2024-04-04 10:20:07 +1000
commit6c67d5a3d7a55195620b7fc7344aaa4fedeeb009 (patch)
tree14fa8732f923d59e18a6038284dfd1b6b2329e0e
parentfb5bab0b66d306ea005917db47da1847f674c4e7 (diff)
downloadaur-6c67d5a3d7a55195620b7fc7344aaa4fedeeb009.tar.gz
Update to 1.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1030ee1f2098..c348ec98cdda 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pipxu
pkgdesc = Install and Run Python Applications in Isolated Environments using UV
- pkgver = 1.6
+ pkgver = 1.7
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.6.tar.gz::https://github.com/bulletmark/pipxu/archive/1.6.tar.gz
- sha1sums = 801a72fcbd23643872b1e94750f02da2383fc0e5
+ source = pipxu-1.7.tar.gz::https://github.com/bulletmark/pipxu/archive/1.7.tar.gz
+ sha1sums = a5076a87c1fc444bcb6e568d5f39e97963df3c3a
pkgname = pipxu
diff --git a/PKGBUILD b/PKGBUILD
index b1adbabbfef4..a9ae4bf85650 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=pipxu
-pkgver=1.6
+pkgver=1.7
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=('801a72fcbd23643872b1e94750f02da2383fc0e5')
+sha1sums=('a5076a87c1fc444bcb6e568d5f39e97963df3c3a')
build() {
cd "$srcdir/$pkgname-$pkgver"