summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cbfe8d90f4da..0fc3992619c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Michael Clayfield <me@michaelclayfield.com>
pkgname=python-alerta-client
-pkgver=7.4.4
+pkgver=7.5.0
pkgrel=1
pkgdesc="Unified CLI, terminal GUI and python SDK for the Alerta monitoring system"
arch=('any')
@@ -9,7 +9,7 @@ license=('APACHE')
makedepends=('python-setuptools')
depends=('python' 'python-click' 'python-pytz' 'python-requests' 'python-tabulate' 'python-requests-hawk')
source=("https://github.com/alerta/python-alerta-client/archive/v$pkgver.tar.gz")
-sha256sums=('d06ad0893ea760fb9726172a31b3d47dbaafc0fcd84b0d6f59a01f0c5bf2f8b6')
+sha256sums=('8ca1847aaf1b06356e9ee2d4bd80db9b95e1906cb4f5ed23f8152e59690b1ba8')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"