summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2021-02-28 10:49:27 -0700
committerMark Wagie2021-02-28 10:49:27 -0700
commit7c6ab12610d25cfbf0f3eea22c60691cd929e427 (patch)
tree386a6b4158393faa9831377a4f8e91a59f6761fe
parentd21eae042d58f2d24bf7471adbe210bd2bd421e0 (diff)
downloadaur-7c6ab12610d25cfbf0f3eea22c60691cd929e427.tar.gz
0.6.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d194911dbe00..923b35a04f28 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pipgrip
pkgdesc = Lightweight pip dependency resolver with deptree preview functionality based on the PubGrub algorithm
- pkgver = 0.6.5
+ pkgver = 0.6.7
pkgrel = 1
url = https://github.com/ddelange/pipgrip
arch = any
@@ -12,8 +12,8 @@ pkgbase = pipgrip
depends = python-setuptools
depends = python-wheel
depends = python-pip
- source = https://pypi.org/packages/source/p/pipgrip/pipgrip-0.6.5.tar.gz
- sha256sums = cbe99e0ceff96a3fa6b4637babd25a52afa374cefd937d7d9de966e90bd7601e
+ source = https://pypi.org/packages/source/p/pipgrip/pipgrip-0.6.7.tar.gz
+ sha256sums = 784280e2dedf72b7676839f645dcfd29075d8d808d89d8cd52b8f70dbd46a2de
pkgname = pipgrip
diff --git a/PKGBUILD b/PKGBUILD
index 74b099168b02..23c9274b49c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=pipgrip
-pkgver=0.6.5
+pkgver=0.6.7
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=('cbe99e0ceff96a3fa6b4637babd25a52afa374cefd937d7d9de966e90bd7601e')
+sha256sums=('784280e2dedf72b7676839f645dcfd29075d8d808d89d8cd52b8f70dbd46a2de')
build() {
cd "$pkgname-$pkgver"