summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2022-11-22 09:25:15 -0700
committerMark Wagie2022-11-22 09:25:15 -0700
commita4e0e9f6a24805733b97a20f1886098e7d4881ae (patch)
tree61baa56424550b5bb7f90aaf4a5f7340e124d3a9 /PKGBUILD
parent421a66e6a33f5ea7d68f11ff1923349c46a6150b (diff)
downloadaur-a4e0e9f6a24805733b97a20f1886098e7d4881ae.tar.gz
0.9.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index af5b7f032549..ba33266981ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=pipgrip
-pkgver=0.8.7
+pkgver=0.9.0
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=('ed551363b7566fccf33b58a89106163fd630539b5fd2ba2285b62357e80b47f7')
+sha256sums=('42248132a6b190ea255618b94d39fa21b8987d2934d03e3add410e1f3b9d4d54')
prepare() {
cd "$pkgname-$pkgver"