summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2021-02-28 08:30:32 -0700
committerMark Wagie2021-02-28 08:30:32 -0700
commitd21eae042d58f2d24bf7471adbe210bd2bd421e0 (patch)
treef7b50b1df252c979de79995e6e8919ac66e0aaac /PKGBUILD
parenteb0310d9d0cdce6bb87da72ecbc5ba1a74001147 (diff)
downloadaur-d21eae042d58f2d24bf7471adbe210bd2bd421e0.tar.gz
0.6.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4d202179aa5e..74b099168b02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=pipgrip
-pkgver=0.6.4
+pkgver=0.6.5
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=('3c49c0a8806791a0a3e1ababfaf8ab1251203aa150d15dd68636747acdebf4ed')
+sha256sums=('cbe99e0ceff96a3fa6b4637babd25a52afa374cefd937d7d9de966e90bd7601e')
build() {
cd "$pkgname-$pkgver"