summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-01-07 11:02:44 -0700
committerMark Wagie2023-01-07 11:02:44 -0700
commit39a97b6d668a60c601dada3b056eb72c5738adf1 (patch)
treef2bb2b86b69a8b231086af4014b5353ff803a70e
parent20d7c72694bef09fe87d440ab2c4a99a30a18468 (diff)
downloadaur-39a97b6d668a60c601dada3b056eb72c5738adf1.tar.gz
0.10.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f9f404c5cbab..f43059ceb687 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.1
+ pkgver = 0.10.2
pkgrel = 1
url = https://github.com/ddelange/pipgrip
arch = any
@@ -15,7 +15,7 @@ pkgbase = pipgrip
depends = python-pkginfo
depends = python-setuptools
depends = python-wheel
- source = https://files.pythonhosted.org/packages/source/p/pipgrip/pipgrip-0.10.1.tar.gz
- sha256sums = 7cb309d82fea751cea5b3e546521cb5d7fda4935c6576c26a8bacdedc45ad004
+ source = https://files.pythonhosted.org/packages/source/p/pipgrip/pipgrip-0.10.2.tar.gz
+ sha256sums = 2a6116e2794357f5f4420c1282c2e7a37f0bc8c571b6af90ee6a8ea1f89c7461
pkgname = pipgrip
diff --git a/PKGBUILD b/PKGBUILD
index d9c3041e09ff..b2965ed81ea3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=pipgrip
-pkgver=0.10.1
+pkgver=0.10.2
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=('7cb309d82fea751cea5b3e546521cb5d7fda4935c6576c26a8bacdedc45ad004')
+sha256sums=('2a6116e2794357f5f4420c1282c2e7a37f0bc8c571b6af90ee6a8ea1f89c7461')
prepare() {
cd "$pkgname-$pkgver"