summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2023-11-13 10:34:01 -0700
committerMark Wagie2023-11-13 10:34:01 -0700
commitc0a4de80b138be7c3a07cd2d7b304ecb0ab0b359 (patch)
tree43cfeebbe362fa24b17b50969f352b19e0bebc9a /PKGBUILD
parent72b69d5c2bf226b1fe79f975f910cfb6e60ee90f (diff)
downloadaur-c0a4de80b138be7c3a07cd2d7b304ecb0ab0b359.tar.gz
0.10.9
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2b750a289cab..ddf04f7a5b47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mark Wagie <mark dot wagie at proton dot me>
pkgname=pipgrip
-pkgver=0.10.8
+pkgver=0.10.9
pkgrel=1
pkgdesc="Lightweight pip dependency resolver with deptree preview functionality based on the PubGrub algorithm"
arch=('any')
@@ -10,7 +10,7 @@ depends=('python-anytree' 'python-click' 'python-packaging' 'python-pip'
'python-setuptools' 'python-wheel')
makedepends=('python-build' 'python-installer' 'python-setuptools-scm')
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('84c7d7023474c6a3fcf08d43f8a28d3b2dc2c9d81a9fe9cbf1247bd40678fe76')
+sha256sums=('9bc0b74b89dc1ed9f05cc6066323d03bcc515cb2a58ca6717fe1c2db30c6b69b')
prepare() {
cd "$pkgname-$pkgver"