summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrokenpip3-bot2024-12-01 13:59:02 +0000
committerbrokenpip3-bot2024-12-01 13:59:02 +0000
commit377aca6dea792b8776240ad25d00027a8dda1f3d (patch)
tree860d893b95d7e008325238e558b6e6cfd405a47a
parent5645e570ecb482b907ae71135fb024510bacf256 (diff)
downloadaur-377aca6dea792b8776240ad25d00027a8dda1f3d.tar.gz
Automatic update to version 0.6.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 61bef63d3ff5..280f43818691 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pdh
pkgdesc = Pagerduty CLI for humans
- pkgver = 0.5.0
- pkgrel = 1
+ pkgver = 0.6.1
+ pkgrel = 2
url = https://github.com/mbovo/pdh
arch = any
license = APACHE
@@ -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.5.0.tar.gz
- sha256sums = 44703f51c7239df69052db34d5f531d701d6e3a12983257059eb7ea874ff5127
+ source = https://files.pythonhosted.org/packages/source/p/pdh/pdh-0.6.1.tar.gz
+ sha256sums = 35abb2a708a6cfe70ea1a4d142b9dbb27e9f85e595751207eca91e3b6585403e
pkgname = pdh
diff --git a/PKGBUILD b/PKGBUILD
index 01c2b8547b85..19f3524c1c94 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
#
pkgname=pdh
-pkgver=0.5.0
+pkgver=0.6.1
pkgrel=2
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=('44703f51c7239df69052db34d5f531d701d6e3a12983257059eb7ea874ff5127')
+sha256sums=('35abb2a708a6cfe70ea1a4d142b9dbb27e9f85e595751207eca91e3b6585403e')
build() {
cd "$srcdir/$pkgname-$pkgver"