summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2024-04-13 19:07:29 +0200
committerChristopher Arndt2024-04-13 19:07:29 +0200
commit05d6caa534a7dfdb4ca4e88312ec8cc2ef6155ba (patch)
tree67bfaf2638f6f222e99929c82d4dcc01ad99fa38
parentcfdd273780bc8897e16720cc39d967f5c6c6af62 (diff)
downloadaur-05d6caa534a7dfdb4ca4e88312ec8cc2ef6155ba.tar.gz
New upstream version 2.18.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a40db768dfe..fa04872115f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pipdeptree
pkgdesc = Command line utility to show dependency tree of Python packages
- pkgver = 2.18.0
+ pkgver = 2.18.1
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.18.0.tar.gz
- sha256sums = 205f1e30d230de300338b04422621499cc8b4b8e3ec6de2a27c1864077604c32
+ source = https://files.pythonhosted.org/packages/source/p/pipdeptree/pipdeptree-2.18.1.tar.gz
+ sha256sums = cb6cacc5434dc04811bdc91d659622689107e60a163b79a5758e593577fdb875
pkgname = pipdeptree
diff --git a/PKGBUILD b/PKGBUILD
index e1ec387f9973..fd689cca6e55 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christopher Arndt <aur -at- chrisarndt -dot- de>
pkgname=pipdeptree
-pkgver=2.18.0
+pkgver=2.18.1
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=('205f1e30d230de300338b04422621499cc8b4b8e3ec6de2a27c1864077604c32')
+sha256sums=('cb6cacc5434dc04811bdc91d659622689107e60a163b79a5758e593577fdb875')
prepare() {
cd $pkgname-$pkgver