summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-01-10 11:41:00 -0700
committerMark Wagie2024-01-10 11:41:00 -0700
commit44d97e5bbec40bbd2a9214989ae5cc608a820d08 (patch)
tree008d05616331324e1388886d9f865168729a3166
parent139519433e1044610e6100326c57951b1407ff2a (diff)
downloadaur-44d97e5bbec40bbd2a9214989ae5cc608a820d08.tar.gz
0.10.12
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 169465e4d3cf..53a3c8a2d21d 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.11
+ pkgver = 0.10.12
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.11.tar.gz
- sha256sums = cb845fd8dcc64c975eb586c18d2fdd7f39a0d10bf7bd0d70b38639eba19d3dc7
+ source = https://files.pythonhosted.org/packages/source/p/pipgrip/pipgrip-0.10.12.tar.gz
+ sha256sums = 4ff9bee6158eed27fe5b609c3504eaaea57709401592057e88656663457fc9d7
pkgname = pipgrip
diff --git a/PKGBUILD b/PKGBUILD
index ab0515e50d56..9b52154cafac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mark Wagie <mark dot wagie at proton dot me>
pkgname=pipgrip
-pkgver=0.10.11
+pkgver=0.10.12
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=('cb845fd8dcc64c975eb586c18d2fdd7f39a0d10bf7bd0d70b38639eba19d3dc7')
+sha256sums=('4ff9bee6158eed27fe5b609c3504eaaea57709401592057e88656663457fc9d7')
prepare() {
cd "$pkgname-$pkgver"