summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2023-08-12 15:35:15 -0600
committerMark Wagie2023-08-12 15:35:15 -0600
commitd46a6f4517d194e0ccdac2a9393d1bf65224848f (patch)
tree4902f0f00ebbbd83473131b3355578389c7951a4 /PKGBUILD
parentcafc9df275fc0f7ae49da05290726d5feaef029a (diff)
downloadaur-d46a6f4517d194e0ccdac2a9393d1bf65224848f.tar.gz
0.10.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e11b4cd3dd0e..651e68cf5942 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mark Wagie <mark dot wagie at proton dot me>
pkgname=pipgrip
-pkgver=0.10.6
+pkgver=0.10.7
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=('70db48889bbe31c8866264f42e7d553b33d638e76654d0b6fe151a83990db831')
+sha256sums=('4bbd2f83ad4da7df2c10a58da618bfba5ca411f8964934251b18ce8a2e70a07c')
prepare() {
cd "$pkgname-$pkgver"