summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2023-10-30 09:10:26 -0600
committerMark Wagie2023-10-30 09:10:26 -0600
commit72b69d5c2bf226b1fe79f975f910cfb6e60ee90f (patch)
treefb53ecb54fa05137358aa73d0467cbb21ee8fea9 /PKGBUILD
parentd46a6f4517d194e0ccdac2a9393d1bf65224848f (diff)
downloadaur-72b69d5c2bf226b1fe79f975f910cfb6e60ee90f.tar.gz
0.10.8
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 651e68cf5942..2b750a289cab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mark Wagie <mark dot wagie at proton dot me>
pkgname=pipgrip
-pkgver=0.10.7
+pkgver=0.10.8
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=('4bbd2f83ad4da7df2c10a58da618bfba5ca411f8964934251b18ce8a2e70a07c')
+sha256sums=('84c7d7023474c6a3fcf08d43f8a28d3b2dc2c9d81a9fe9cbf1247bd40678fe76')
prepare() {
cd "$pkgname-$pkgver"