summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2024-10-06 10:05:57 +1000
committerMark Blakeney2024-10-06 10:05:57 +1000
commit3f967e57468800449b384de5da0220b9b5a0f3d0 (patch)
treec0f3250e82378e2abe57989648aae5bea507c258
parent62a3e6c433a9f59f452386bcee6501e350985294 (diff)
downloadaur-3f967e57468800449b384de5da0220b9b5a0f3d0.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 840cb66c60b3..081253cba81a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pystand
pkgdesc = Install Python Versions From The Python-Build-Standalone Project
- pkgver = 1.10
+ pkgver = 1.11
pkgrel = 1
url = https://github.com/bulletmark/pystand
arch = any
@@ -15,7 +15,7 @@ pkgbase = pystand
depends = python-packaging
depends = python-platformdirs
depends = python-pygithub
- source = pystand-1.10.tar.gz::https://github.com/bulletmark/pystand/archive/1.10.tar.gz
- sha1sums = 4c1fc7d964a8e7d02537f77dba7bfdc876083e66
+ source = pystand-1.11.tar.gz::https://github.com/bulletmark/pystand/archive/1.11.tar.gz
+ sha1sums = f4b0603a68f3e47b0a1e60a599df04c0b8ae06b7
pkgname = pystand
diff --git a/PKGBUILD b/PKGBUILD
index 4d1766de603f..b0b38993aa54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=pystand
-pkgver=1.10
+pkgver=1.11
pkgrel=1
pkgdesc="Install Python Versions From The Python-Build-Standalone Project"
url="https://github.com/bulletmark/$pkgname"
@@ -11,7 +11,7 @@ depends=("python>=3.8" "python-argcomplete" "python-packaging"
makedepends=(python-setuptools python-build python-installer
python-wheel python-setuptools-scm)
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha1sums=('4c1fc7d964a8e7d02537f77dba7bfdc876083e66')
+sha1sums=('f4b0603a68f3e47b0a1e60a599df04c0b8ae06b7')
build() {
cd "$srcdir/$pkgname-$pkgver"