summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-11-30 12:08:17 -0700
committerMark Wagie2023-11-30 12:08:17 -0700
commit139519433e1044610e6100326c57951b1407ff2a (patch)
tree254c50982dc6162c339aa809631466ccdf023aca
parent57b1b7bbec2d984884d388aa51331e66d12e5d4f (diff)
downloadaur-139519433e1044610e6100326c57951b1407ff2a.tar.gz
0.10.11
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2b853563698d..169465e4d3cf 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.10.10
+ pkgver = 0.10.11
pkgrel = 1
url = https://github.com/ddelange/pipgrip
arch = any
@@ -14,7 +14,7 @@ pkgbase = pipgrip
depends = python-pip
depends = python-setuptools
depends = python-wheel
- source = https://files.pythonhosted.org/packages/source/p/pipgrip/pipgrip-0.10.10.tar.gz
- sha256sums = b8e947c79eef74100a5dc256a94d377205b3b00816e4195964a73ee28deb9a4d
+ source = https://files.pythonhosted.org/packages/source/p/pipgrip/pipgrip-0.10.11.tar.gz
+ sha256sums = cb845fd8dcc64c975eb586c18d2fdd7f39a0d10bf7bd0d70b38639eba19d3dc7
pkgname = pipgrip
diff --git a/PKGBUILD b/PKGBUILD
index fa887c7a9503..ab0515e50d56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mark Wagie <mark dot wagie at proton dot me>
pkgname=pipgrip
-pkgver=0.10.10
+pkgver=0.10.11
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-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=('b8e947c79eef74100a5dc256a94d377205b3b00816e4195964a73ee28deb9a4d')
+sha256sums=('cb845fd8dcc64c975eb586c18d2fdd7f39a0d10bf7bd0d70b38639eba19d3dc7')
prepare() {
cd "$pkgname-$pkgver"