summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrokenpip3-bot2024-06-25 08:00:22 +0000
committerbrokenpip3-bot2024-06-25 08:00:22 +0000
commit6c187dc54ba4e16e4d97b66483b1606f13218ec1 (patch)
tree6fa577b5a343335759c8792d2c60fd0d8aeed99b
parent270f85da9044578f3089b3cb763d1bd0d006165f (diff)
downloadaur-6c187dc54ba4e16e4d97b66483b1606f13218ec1.tar.gz
Automatic update to version 0.4.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 294f5cb94a14..0e94c4c88e07 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pdh
pkgdesc = Pagerduty CLI for humans
- pkgver = 0.4.0
+ pkgver = 0.4.1
pkgrel = 1
url = https://github.com/mbovo/pdh
arch = any
@@ -15,7 +15,7 @@ pkgbase = pdh
depends = python-pdpyras
depends = python-deprecation
depends = python-humanize
- source = https://files.pythonhosted.org/packages/source/p/pdh/pdh-0.4.0.tar.gz
- sha256sums = 2e8f3d3f00aaf894d6370d2fe05e461fcb176fd3b7a64819c0128e66be6aa3c4
+ source = https://files.pythonhosted.org/packages/source/p/pdh/pdh-0.4.1.tar.gz
+ sha256sums = cfb13ed25e2d76afcdb04dc5ea8d009804d3170aa040e96550c506c969a82b3c
pkgname = pdh
diff --git a/PKGBUILD b/PKGBUILD
index a75b65dc5348..61031b6b63bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
#
pkgname=pdh
-pkgver=0.4.0
+pkgver=0.4.1
pkgrel=1
pkgdesc="Pagerduty CLI for humans"
arch=('any')
@@ -12,7 +12,7 @@ license=('APACHE')
depends=('python-click' 'python-colorama' 'python-rich' 'python-pyaml' 'python-pdpyras' 'python-deprecation' 'python-humanize')
makedepends=(python-build python-installer python-poetry-core)
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('2e8f3d3f00aaf894d6370d2fe05e461fcb176fd3b7a64819c0128e66be6aa3c4')
+sha256sums=('cfb13ed25e2d76afcdb04dc5ea8d009804d3170aa040e96550c506c969a82b3c')
build() {
cd "$srcdir/$pkgname-$pkgver"