summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2022-05-26 09:54:36 -0600
committerMark Wagie2022-05-26 09:54:36 -0600
commit6cea220407d49305613c0f3466f0e0ea42cba98f (patch)
tree1b192663c9dd39f826ba633b4e3e5901c95e8c17 /PKGBUILD
parentd65704692881df13e35d4bd6afa0f49a29033f22 (diff)
downloadaur-6cea220407d49305613c0f3466f0e0ea42cba98f.tar.gz
0.8.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 15334e256b6f..890d0c4a8e4e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=pipgrip
-pkgver=0.8.0
-pkgrel=2
+pkgver=0.8.1
+pkgrel=1
pkgdesc="Lightweight pip dependency resolver with deptree preview functionality based on the PubGrub algorithm"
arch=('any')
url="https://github.com/ddelange/pipgrip"
@@ -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=('2ecf32bc30d245145de5ae0f4ea6b7e3e1ae2deff7b6317931a4a470185560d4')
+sha256sums=('61c8648a818ad21f0899a46f5931d1c48b27a927241f9fcef654b0273e90bf82')
prepare() {
cd "$pkgname-$pkgver"