summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2022-04-04 09:42:12 -0600
committerMark Wagie2022-04-04 09:42:12 -0600
commit0a0388e0126aefe1771d459c8c92bb5f816a1c0c (patch)
tree568c2a9b0b91c30c9d1b63016d2a101baeb21389
parent741e8adb6157c0d45c05d6f3327a8d305aedcc6f (diff)
downloadaur-0a0388e0126aefe1771d459c8c92bb5f816a1c0c.tar.gz
0.7.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 69c4e4e2344f..d7d81608cde0 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.7.1
+ pkgver = 0.7.2
pkgrel = 1
url = https://github.com/ddelange/pipgrip
arch = any
@@ -13,7 +13,7 @@ pkgbase = pipgrip
depends = python-pkginfo
depends = python-setuptools
depends = python-wheel
- source = https://pypi.org/packages/source/p/pipgrip/pipgrip-0.7.1.tar.gz
- sha256sums = 894c864788562babb1845c74d9887c93956e5ccaf7410c08c1934bae5e9737af
+ source = https://pypi.org/packages/source/p/pipgrip/pipgrip-0.7.2.tar.gz
+ sha256sums = e7f2ef078b1db1ebb0abf31adc34d77061ed73102257c99acba12ca15f98ecd1
pkgname = pipgrip
diff --git a/PKGBUILD b/PKGBUILD
index d64a26f50603..0ea2fe756c42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=pipgrip
-pkgver=0.7.1
+pkgver=0.7.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-pip' 'python-packaging' 'python
'python-setuptools' 'python-wheel')
makedepends=('python-setuptools-scm')
source=("https://pypi.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('894c864788562babb1845c74d9887c93956e5ccaf7410c08c1934bae5e9737af')
+sha256sums=('e7f2ef078b1db1ebb0abf31adc34d77061ed73102257c99acba12ca15f98ecd1')
build() {
cd "$pkgname-$pkgver"