diff options
author | brokenpip3-bot | 2024-12-01 13:59:02 +0000 |
---|---|---|
committer | brokenpip3-bot | 2024-12-01 13:59:02 +0000 |
commit | 377aca6dea792b8776240ad25d00027a8dda1f3d (patch) | |
tree | 860d893b95d7e008325238e558b6e6cfd405a47a | |
parent | 5645e570ecb482b907ae71135fb024510bacf256 (diff) | |
download | aur-377aca6dea792b8776240ad25d00027a8dda1f3d.tar.gz |
Automatic update to version 0.6.1
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 6 insertions, 6 deletions
@@ -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 @@ -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" |