summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2022-03-01 09:11:05 -0700
committerMark Wagie2022-03-01 09:11:05 -0700
commitb97531fdbe641626d196c762e6418dafbe16bf68 (patch)
tree4bb5be1ba4e2084b1a668c3068c8c4740a461d83 /PKGBUILD
parent353d09d4a9a9cb4b0c9419ede01abbe83298440e (diff)
downloadaur-b97531fdbe641626d196c762e6418dafbe16bf68.tar.gz
0.6.13
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5b988b6ae801..d64415a2f033 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=pipgrip
-pkgver=0.6.12
+pkgver=0.6.13
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-pkginfo'
'python-setuptools' 'python-wheel' 'python-pip')
makedepends=('python-setuptools-scm')
source=("https://pypi.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('b29e48dd8a9a6e6be2b1f0c3bf1aafb2bd16d609169f43ef254b7503b70daaaa')
+sha256sums=('b7074e3f48bc5d8a2a00fc2513b71c2f65914317ab5846bc4b9fe9b5444e6a2b')
build() {
cd "$pkgname-$pkgver"