summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2022-05-27 12:30:45 -0600
committerMark Wagie2022-05-27 12:30:45 -0600
commit53e91d6857174a4283534b9a88152f932a0d4f4c (patch)
tree47cba2d2ddbe912e1e6c838a9c65812c110caddf /PKGBUILD
parent6cea220407d49305613c0f3466f0e0ea42cba98f (diff)
downloadaur-53e91d6857174a4283534b9a88152f932a0d4f4c.tar.gz
0.8.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 890d0c4a8e4e..149f8155e5d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=pipgrip
-pkgver=0.8.1
+pkgver=0.8.2
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-pip' 'python-packaging' 'python
'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=('61c8648a818ad21f0899a46f5931d1c48b27a927241f9fcef654b0273e90bf82')
+sha256sums=('e8ae2009fca122dc4410b28b31505eb447dffc600b74347e75d911543eb65e88')
prepare() {
cd "$pkgname-$pkgver"