summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2021-02-22 11:13:12 -0700
committerMark Wagie2021-02-22 11:13:12 -0700
commiteb0310d9d0cdce6bb87da72ecbc5ba1a74001147 (patch)
tree1fac9013484cbdfae694902b5c093ef72417c99f /PKGBUILD
parent454a30a9c4d15ea778d66c3af00c7b3ba03c2096 (diff)
downloadaur-eb0310d9d0cdce6bb87da72ecbc5ba1a74001147.tar.gz
0.6.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9357aae2754c..4d202179aa5e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=pipgrip
-pkgver=0.6.3
+pkgver=0.6.4
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=('ee5cc0126b66ea9a2f882d8b42f68247971965863aad975569b98f8435135d68')
+sha256sums=('3c49c0a8806791a0a3e1ababfaf8ab1251203aa150d15dd68636747acdebf4ed')
build() {
cd "$pkgname-$pkgver"