summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-03-14 10:27:15 -0600
committerMark Wagie2024-03-14 10:27:15 -0600
commit0e60a4e6a582aa2a6f017e1121b5f137b2a9d638 (patch)
tree694a8bfbed8eaeed66b78b92e65720950cac8456
parent26fd35638cc9e2ea5e417819f965f65ac1e2bfdc (diff)
downloadaur-0e60a4e6a582aa2a6f017e1121b5f137b2a9d638.tar.gz
0.10.13
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 34e9dd7f7472..3c7e01446b52 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.12
+ pkgver = 0.10.13
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.12.tar.gz
- sha256sums = 4ff9bee6158eed27fe5b609c3504eaaea57709401592057e88656663457fc9d7
+ source = https://files.pythonhosted.org/packages/source/p/pipgrip/pipgrip-0.10.13.tar.gz
+ sha256sums = f481ef054c37036d334ca6f4b8608c1ca8a113e02e011276b540f1558dc394ba
pkgname = pipgrip
diff --git a/PKGBUILD b/PKGBUILD
index 8fda42ff498e..b0e61284cf84 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mark Wagie <mark dot wagie at proton dot me>
pkgname=pipgrip
-pkgver=0.10.12
+pkgver=0.10.13
pkgrel=1
pkgdesc="Lightweight pip dependency resolver with deptree preview functionality based on the PubGrub algorithm"
arch=('any')
@@ -20,7 +20,7 @@ makedepends=(
'python-setuptools-scm'
)
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('4ff9bee6158eed27fe5b609c3504eaaea57709401592057e88656663457fc9d7')
+sha256sums=('f481ef054c37036d334ca6f4b8608c1ca8a113e02e011276b540f1558dc394ba')
prepare() {
cd "$pkgname-$pkgver"