summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2023-01-12 10:05:21 -0700
committerMark Wagie2023-01-12 10:05:21 -0700
commit634714e4a44e5ecd84376ccc8f28afc4159d87eb (patch)
treee5ea78006fe5ce6b11512d09f62097056f4c4be8 /PKGBUILD
parente2b0302d9df167683b48c6dd361226b8581b7de2 (diff)
downloadaur-634714e4a44e5ecd84376ccc8f28afc4159d87eb.tar.gz
0.10.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 865e38394274..f0c11a7fdd76 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=pipgrip
-pkgver=0.10.3
+pkgver=0.10.4
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=('e8937d25aba00501c3986f66e1777ec7580e8d05c9efcad59edb69d9e0a161cf')
+sha256sums=('ccdd5068d0171093e3a8e2670dceb17e609ed1ed05a7d533d41678e48e938e31')
prepare() {
cd "$pkgname-$pkgver"