summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrokenpip32022-03-15 22:17:21 +0100
committerbrokenpip32022-03-15 22:17:21 +0100
commit95908fca61b09f5b55cd34ffb7f17b63cc3a1e39 (patch)
tree713d24fd16310efe90f4e04c50b2e2565f256ccf
parentb955d7d8654ab4f019b95f357e2b93142f223b32 (diff)
downloadaur-95908fca61b09f5b55cd34ffb7f17b63cc3a1e39.tar.gz
update pkg to v4.5.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e1e92473d06d..665a14703a63 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-pdpyras
pkgdesc = Low-level PagerDuty REST API Client in Python
- pkgver = 4.3.0
- pkgrel = 3
+ pkgver = 4.5.0
+ 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-4.3.0.tar.gz
- sha256sums = dd5f010f40b85282d8aabbd6b7aaee4018651667539f45b9055619ac40a5aefe
+ source = https://files.pythonhosted.org/packages/source/p/pdpyras/pdpyras-4.5.0.tar.gz
+ sha256sums = 0d09ab50ddd220c1b77f692ab68e1b4324c97811cdefd9c6e84665d5417e716e
pkgname = python-pdpyras
diff --git a/PKGBUILD b/PKGBUILD
index 1e35722c4e45..a66d71827884 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: brokenpip3 <brokenpip3[at]gmail[dot]com>
pkgname=python-pdpyras
-pkgver=4.3.0
+pkgver=4.5.0
_name=pdpyras
-pkgrel=3
+pkgrel=1
pkgdesc="Low-level PagerDuty REST API Client in Python"
arch=('any')
url="https://github.com/PagerDuty/pdpyras"
@@ -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=('dd5f010f40b85282d8aabbd6b7aaee4018651667539f45b9055619ac40a5aefe')
+sha256sums=('0d09ab50ddd220c1b77f692ab68e1b4324c97811cdefd9c6e84665d5417e716e')
build() {
cd "$srcdir/$_name-$pkgver"