summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2024-04-10 09:26:47 +0200
committerChristopher Arndt2024-04-10 09:26:47 +0200
commitcfdd273780bc8897e16720cc39d967f5c6c6af62 (patch)
treeaac17be5404afd5d3fd237c78c0c817ed198c2a2
parent8aef50f6f6cd8c908d9f8fcdb329af14c2b47e7e (diff)
downloadaur-cfdd273780bc8897e16720cc39d967f5c6c6af62.tar.gz
New upstream version 2.18.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f24e02e5f68..0a40db768dfe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pipdeptree
pkgdesc = Command line utility to show dependency tree of Python packages
- pkgver = 2.17.0
+ pkgver = 2.18.0
pkgrel = 1
url = https://github.com/naiquevin/pipdeptree
arch = any
@@ -13,7 +13,7 @@ pkgbase = pipdeptree
depends = python-packaging
depends = python-pip
optdepends = python-graphviz: for generating graphical output
- source = https://files.pythonhosted.org/packages/source/p/pipdeptree/pipdeptree-2.17.0.tar.gz
- sha256sums = f2c19758c023bca0c08fa085ced2660cff066a108a792b1a72af5b5344c47ae0
+ source = https://files.pythonhosted.org/packages/source/p/pipdeptree/pipdeptree-2.18.0.tar.gz
+ sha256sums = 205f1e30d230de300338b04422621499cc8b4b8e3ec6de2a27c1864077604c32
pkgname = pipdeptree
diff --git a/PKGBUILD b/PKGBUILD
index 78e69d6f0159..e1ec387f9973 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christopher Arndt <aur -at- chrisarndt -dot- de>
pkgname=pipdeptree
-pkgver=2.17.0
+pkgver=2.18.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=('f2c19758c023bca0c08fa085ced2660cff066a108a792b1a72af5b5344c47ae0')
+sha256sums=('205f1e30d230de300338b04422621499cc8b4b8e3ec6de2a27c1864077604c32')
prepare() {
cd $pkgname-$pkgver