summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2022-09-05 08:27:32 -0600
committerMark Wagie2022-09-05 08:27:32 -0600
commit56c7b4d421479018f9d8fad4dc331b11df95dc45 (patch)
tree069a273dd105f67b2ca3477d085b471ebc9088d3
parentb99c58a6a999ca2779c6dfb47c6fef299ec1efe2 (diff)
downloadaur-56c7b4d421479018f9d8fad4dc331b11df95dc45.tar.gz
0.8.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 21394ce7a9a5..71e49a804d3d 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.8.5
+ pkgver = 0.8.6
pkgrel = 1
url = https://github.com/ddelange/pipgrip
arch = any
@@ -15,7 +15,7 @@ pkgbase = pipgrip
depends = python-pkginfo
depends = python-setuptools
depends = python-wheel
- source = https://files.pythonhosted.org/packages/source/p/pipgrip/pipgrip-0.8.5.tar.gz
- sha256sums = 172a204b6b613c7e2b25ea03ed2639971b1e0c9963453a6acc0b569344b04f0a
+ source = https://files.pythonhosted.org/packages/source/p/pipgrip/pipgrip-0.8.6.tar.gz
+ sha256sums = 306c624c5d2298c966cf8e6ff2d57365916782b3fc8e08d71469c87ea96e34fc
pkgname = pipgrip
diff --git a/PKGBUILD b/PKGBUILD
index c8de587e93ec..f09f066e7416 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=pipgrip
-pkgver=0.8.5
+pkgver=0.8.6
pkgrel=1
pkgdesc="Lightweight pip dependency resolver with deptree preview functionality based on the PubGrub algorithm"
arch=('any')
@@ -10,7 +10,7 @@ depends=('python-anytree' 'python-click' 'python-packaging' 'python-pip'
'python-pkginfo' 'python-setuptools' 'python-wheel')
makedepends=('python-build' 'python-installer' 'python-setuptools-scm')
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('172a204b6b613c7e2b25ea03ed2639971b1e0c9963453a6acc0b569344b04f0a')
+sha256sums=('306c624c5d2298c966cf8e6ff2d57365916782b3fc8e08d71469c87ea96e34fc')
prepare() {
cd "$pkgname-$pkgver"