summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2023-10-03 22:56:34 +1000
committerMark Blakeney2023-10-03 22:56:34 +1000
commit403b8ad77b16ca34b6887b53851268edd53e2f2d (patch)
tree72cc83c0cb43dba51e9aa7e4d2e190ca389ff8b9
parent9b271310a350a28df7c4eb5c30dc50b0942e6b77 (diff)
downloadaur-403b8ad77b16ca34b6887b53851268edd53e2f2d.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 1d75235f543b..742cecd72a0e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pinstall
pkgdesc = Installer Tool for Python Programs
- pkgver = 1.6
+ pkgver = 1.7
pkgrel = 1
url = https://github.com/bulletmark/pinstall
arch = any
@@ -13,7 +13,7 @@ pkgbase = pinstall
depends = python>=3.11
depends = sudo
depends = python-looseversion
- source = pinstall-1.6.tar.gz::https://github.com/bulletmark/pinstall/archive/1.6.tar.gz
- sha1sums = df6752e204c25507e45ff6275b4faf1c63ec204c
+ source = pinstall-1.7.tar.gz::https://github.com/bulletmark/pinstall/archive/1.7.tar.gz
+ sha1sums = 9026b9abfd491387b2ac5c9691bbb4812c2e9335
pkgname = pinstall
diff --git a/PKGBUILD b/PKGBUILD
index 4af3bd059b9c..8bd8a5feae8b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=pinstall
-pkgver=1.6
+pkgver=1.7
pkgrel=1
pkgdesc="Installer Tool for Python Programs"
url="https://github.com/bulletmark/$pkgname"
@@ -10,7 +10,7 @@ depends=("python>=3.11" "sudo" "python-looseversion")
makedepends=(python-setuptools python-build python-installer
python-wheel python-setuptools-scm)
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha1sums=('df6752e204c25507e45ff6275b4faf1c63ec204c')
+sha1sums=('9026b9abfd491387b2ac5c9691bbb4812c2e9335')
build() {
cd "$srcdir/$pkgname-$pkgver"