summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2020-12-11 08:10:48 -0700
committerMark Wagie2020-12-11 08:10:48 -0700
commitcefa9157812863090428cb75a65481f81e7edb85 (patch)
treebfa74f8b7e88e6171db846cf659057ee4cf8df26 /PKGBUILD
parentd911bae9f8a2b586584a89269a504a7a4ba1dd99 (diff)
downloadaur-cefa9157812863090428cb75a65481f81e7edb85.tar.gz
0.6.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3a5237ec6dea..9f6b75371d7b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=pipgrip
-pkgver=0.6.1
+pkgver=0.6.2
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=('b2dcd453e509185fba95ba36c14955ed27c81f5ab8f620818a21b8d7c5909737')
+sha256sums=('5faf98aba48af53f67aecd1a5bda307c3def56e72f77d67c6533d7f33a4eebaa')
build() {
cd "$pkgname-$pkgver"