summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrokenpip3-bot2023-07-20 07:57:07 +0000
committerbrokenpip3-bot2023-07-20 07:57:07 +0000
commit24443cbd84fd60aeae21a6bc179a75b43f2e7b33 (patch)
treeeef65a08601b404093161091319882c6492231e4
parenta9f294259b9310e5ee82e2ff238b55d163bed60c (diff)
downloadaur-24443cbd84fd60aeae21a6bc179a75b43f2e7b33.tar.gz
Automatic update to version 5.1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a0b2b7a39247..684d040d01c2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-pdpyras
pkgdesc = Low-level PagerDuty REST API Client in Python
- pkgver = 5.1.0
+ pkgver = 5.1.1
pkgrel = 1
url = https://github.com/PagerDuty/pdpyras
arch = any
license = MIT
makedepends = python-setuptools
depends = python-requests
- source = https://files.pythonhosted.org/packages/source/p/pdpyras/pdpyras-5.1.0.tar.gz
- sha256sums = 29cb9f5c2841494f66ec2b7b613a66d659848abaaea9ef5da232f95568db8323
+ source = https://files.pythonhosted.org/packages/source/p/pdpyras/pdpyras-5.1.1.tar.gz
+ sha256sums = bf3406f411461783d7f8e983ca3f35677526fcb08ed7bb9adb13c0153c360fb6
pkgname = python-pdpyras
diff --git a/PKGBUILD b/PKGBUILD
index d7e2fcdaf3f1..d4a363e173fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: brokenpip3 <brokenpip3[at]gmail[dot]com>
pkgname=python-pdpyras
-pkgver=5.1.0
+pkgver=5.1.1
_name=pdpyras
pkgrel=1
pkgdesc="Low-level PagerDuty REST API Client in Python"
@@ -11,7 +11,7 @@ license=('MIT')
depends=('python-requests')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('29cb9f5c2841494f66ec2b7b613a66d659848abaaea9ef5da232f95568db8323')
+sha256sums=('bf3406f411461783d7f8e983ca3f35677526fcb08ed7bb9adb13c0153c360fb6')
build() {
cd "$srcdir/$_name-$pkgver"