summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-11-13 10:34:01 -0700
committerMark Wagie2023-11-13 10:34:01 -0700
commitc0a4de80b138be7c3a07cd2d7b304ecb0ab0b359 (patch)
tree43cfeebbe362fa24b17b50969f352b19e0bebc9a
parent72b69d5c2bf226b1fe79f975f910cfb6e60ee90f (diff)
downloadaur-c0a4de80b138be7c3a07cd2d7b304ecb0ab0b359.tar.gz
0.10.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e19075dbfa2..55f677b39661 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.8
+ pkgver = 0.10.9
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.8.tar.gz
- sha256sums = 84c7d7023474c6a3fcf08d43f8a28d3b2dc2c9d81a9fe9cbf1247bd40678fe76
+ source = https://files.pythonhosted.org/packages/source/p/pipgrip/pipgrip-0.10.9.tar.gz
+ sha256sums = 9bc0b74b89dc1ed9f05cc6066323d03bcc515cb2a58ca6717fe1c2db30c6b69b
pkgname = pipgrip
diff --git a/PKGBUILD b/PKGBUILD
index 2b750a289cab..ddf04f7a5b47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mark Wagie <mark dot wagie at proton dot me>
pkgname=pipgrip
-pkgver=0.10.8
+pkgver=0.10.9
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=('84c7d7023474c6a3fcf08d43f8a28d3b2dc2c9d81a9fe9cbf1247bd40678fe76')
+sha256sums=('9bc0b74b89dc1ed9f05cc6066323d03bcc515cb2a58ca6717fe1c2db30c6b69b')
prepare() {
cd "$pkgname-$pkgver"