summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2023-06-06 04:30:24 +0200
committerChristopher Arndt2023-06-06 04:30:24 +0200
commit21c4e6acfcd9fcded615b83ad8391c751dc3ae7a (patch)
treefc5c4fa8ad6d10e09386b3e452a38399dc923959
parent1daeb632423b15ae18df3e463340266d60c5f559 (diff)
downloadaur-21c4e6acfcd9fcded615b83ad8391c751dc3ae7a.tar.gz
New upstream version 2.8.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f25871992ec1..415daae2450e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pipdeptree
pkgdesc = Command line utility to show dependency tree of Python packages
- pkgver = 2.7.1
+ pkgver = 2.8.0
pkgrel = 1
url = https://github.com/naiquevin/pipdeptree
arch = any
@@ -12,7 +12,7 @@ pkgbase = pipdeptree
makedepends = python-wheel
depends = python-pip
optdepends = python-graphviz: for generating graphical output
- source = https://files.pythonhosted.org/packages/source/p/pipdeptree/pipdeptree-2.7.1.tar.gz
- sha256sums = 550bd7679379e7290739384f3e9518835620e814cc29ba709513952b627da506
+ source = https://files.pythonhosted.org/packages/source/p/pipdeptree/pipdeptree-2.8.0.tar.gz
+ sha256sums = 43dde399510b0e746d2c923f03b3b1c44b094a80ca6fa0784d36608174096b07
pkgname = pipdeptree
diff --git a/PKGBUILD b/PKGBUILD
index ef3673db6f3f..5eec594a8989 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christopher Arndt <aur -at- chrisarndt -dot- de>
pkgname=pipdeptree
-pkgver=2.7.1
+pkgver=2.8.0
pkgrel=1
arch=(any)
pkgdesc='Command line utility to show dependency tree of Python packages'
@@ -11,7 +11,7 @@ makedepends=(python-build python-hatchling python-hatch-vcs python-installer pyt
optdepends=('python-graphviz: for generating graphical output')
license=(MIT)
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('550bd7679379e7290739384f3e9518835620e814cc29ba709513952b627da506')
+sha256sums=('43dde399510b0e746d2c923f03b3b1c44b094a80ca6fa0784d36608174096b07')
prepare() {