summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2022-07-11 10:22:48 -0600
committerMark Wagie2022-07-11 10:22:48 -0600
commit44556a52afe79a3dc9a55303f9b10df67d5a72f6 (patch)
tree2a2b9e03dc2fd3b34bb7c0da85e59ec8c4248ea2
parent5381328ec7df1907f84af27299944a6cb9caba0d (diff)
downloadaur-44556a52afe79a3dc9a55303f9b10df67d5a72f6.tar.gz
0.8.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aaf94e662893..7d1bea09f2ef 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.8.3
+ pkgver = 0.8.4
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.8.3.tar.gz
- sha256sums = ed0f7854a9df677a713d74024c9fe50b91dba57543af6d51ca032f1e36b40e12
+ source = https://files.pythonhosted.org/packages/source/p/pipgrip/pipgrip-0.8.4.tar.gz
+ sha256sums = 1c6ee78705f60a01934cb03fdd0146c899209c2f08e03e4e75afb31cd5c309e7
pkgname = pipgrip
diff --git a/PKGBUILD b/PKGBUILD
index 7166fa6e2972..caf06d899344 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=pipgrip
-pkgver=0.8.3
+pkgver=0.8.4
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-build' 'python-installer' 'python-setuptools-scm')
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('ed0f7854a9df677a713d74024c9fe50b91dba57543af6d51ca032f1e36b40e12')
+sha256sums=('1c6ee78705f60a01934cb03fdd0146c899209c2f08e03e4e75afb31cd5c309e7')
prepare() {
cd "$pkgname-$pkgver"