summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2022-05-27 12:30:45 -0600
committerMark Wagie2022-05-27 12:30:45 -0600
commit53e91d6857174a4283534b9a88152f932a0d4f4c (patch)
tree47cba2d2ddbe912e1e6c838a9c65812c110caddf
parent6cea220407d49305613c0f3466f0e0ea42cba98f (diff)
downloadaur-53e91d6857174a4283534b9a88152f932a0d4f4c.tar.gz
0.8.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b46c1147f9a3..ae55daeae08b 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.1
+ pkgver = 0.8.2
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.1.tar.gz
- sha256sums = 61c8648a818ad21f0899a46f5931d1c48b27a927241f9fcef654b0273e90bf82
+ source = https://files.pythonhosted.org/packages/source/p/pipgrip/pipgrip-0.8.2.tar.gz
+ sha256sums = e8ae2009fca122dc4410b28b31505eb447dffc600b74347e75d911543eb65e88
pkgname = pipgrip
diff --git a/PKGBUILD b/PKGBUILD
index 890d0c4a8e4e..149f8155e5d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=pipgrip
-pkgver=0.8.1
+pkgver=0.8.2
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-pip' 'python-packaging' 'python
'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=('61c8648a818ad21f0899a46f5931d1c48b27a927241f9fcef654b0273e90bf82')
+sha256sums=('e8ae2009fca122dc4410b28b31505eb447dffc600b74347e75d911543eb65e88')
prepare() {
cd "$pkgname-$pkgver"