summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2024-02-15 20:19:43 +0100
committerChristopher Arndt2024-02-15 20:19:43 +0100
commitbcd2d641a003c5b85f42c43d8ddf99b44e368ebe (patch)
tree190163de26ff58ea6a5288f9c079ae396c909fd9
parentb937cea7a32fa4c599c26967c1dcf30c7aa97c99 (diff)
downloadaur-bcd2d641a003c5b85f42c43d8ddf99b44e368ebe.tar.gz
New upstream version 2.14.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1597483b4bac..ed0ff5a3dbc0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pipdeptree
pkgdesc = Command line utility to show dependency tree of Python packages
- pkgver = 2.13.2
+ pkgver = 2.14.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.13.2.tar.gz
- sha256sums = 1237791977ef61602dc967b287167c1a6b058501afbc145a04e835c622355e6f
+ source = https://files.pythonhosted.org/packages/source/p/pipdeptree/pipdeptree-2.14.0.tar.gz
+ sha256sums = 3296195250e00d37638f2cce70495e3345645b4bbecc1c38ac39339f1511d9b5
pkgname = pipdeptree
diff --git a/PKGBUILD b/PKGBUILD
index 09875d5ddd55..5bcdbbb82212 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christopher Arndt <aur -at- chrisarndt -dot- de>
pkgname=pipdeptree
-pkgver=2.13.2
+pkgver=2.14.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=('1237791977ef61602dc967b287167c1a6b058501afbc145a04e835c622355e6f')
+sha256sums=('3296195250e00d37638f2cce70495e3345645b4bbecc1c38ac39339f1511d9b5')
prepare() {