summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2021-05-15 09:00:54 -0600
committerMark Wagie2021-05-15 09:00:54 -0600
commitee2f7a4e21bbb9964de4910ea108c5f26d6203b1 (patch)
treecff6cc0b7297af76696e0d67eda1186a2228623d /PKGBUILD
parent7c6ab12610d25cfbf0f3eea22c60691cd929e427 (diff)
downloadaur-ee2f7a4e21bbb9964de4910ea108c5f26d6203b1.tar.gz
0.6.8
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 23c9274b49c0..8ed357cb3fa7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=pipgrip
-pkgver=0.6.7
+pkgver=0.6.8
pkgrel=1
pkgdesc="Lightweight pip dependency resolver with deptree preview functionality based on the PubGrub algorithm"
arch=('any')
@@ -9,7 +9,7 @@ license=('BSD')
depends=('python-anytree' 'python-click' 'python-packaging' 'python-pkginfo'
'python-setuptools' 'python-wheel' 'python-pip')
source=("https://pypi.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('784280e2dedf72b7676839f645dcfd29075d8d808d89d8cd52b8f70dbd46a2de')
+sha256sums=('b6a7c6f8fd8a3d0e4798e665208d5c042d53beaf29c9cb74b6b4207c2625d8f8')
build() {
cd "$pkgname-$pkgver"