summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Webster2023-08-27 19:07:05 -0700
committerDonald Webster2023-08-27 19:07:05 -0700
commitff3549c22f6434d65deb4ea35bdd47c61bcfacf1 (patch)
tree83835b9febc57b563372c706c5060f8d2bb91fb6
parentb31c91729a552206f4cafe7d802bd0114df426cb (diff)
downloadaur-ff3549c22f6434d65deb4ea35bdd47c61bcfacf1.tar.gz
Update to v1.5.0.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33471e5db691..f7381ddbb67e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = apprise
pkgdesc = Push Notifications that work with just about every platform
- pkgver = 1.4.5
+ pkgver = 1.5.0
pkgrel = 1
url = https://github.com/caronc/apprise
arch = any
@@ -20,7 +20,7 @@ pkgbase = apprise
provides = python-apprise
conflicts = python-apprise
options = !strip
- source = https://github.com/caronc/apprise/releases/download/v1.4.5/apprise-1.4.5.tar.gz
- sha256sums = b7c66513c5456690a298ed887c9016ded42f15e365d16142e728b74f7cffee82
+ source = https://github.com/caronc/apprise/releases/download/v1.5.0/apprise-1.5.0.tar.gz
+ sha256sums = 3c581141077a101790ede0cab16fa283ad032a9b2f97dc6d3565fb2d91813fd7
pkgname = apprise
diff --git a/PKGBUILD b/PKGBUILD
index 42588e507d03..fea84fccabdc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Pieter Goetschalckx <3.14.e.ter <at> gmail <dot> com>
pkgname="apprise"
-pkgver=1.4.5
+pkgver=1.5.0
pkgrel=1
pkgdesc="Push Notifications that work with just about every platform"
url="https://github.com/caronc/apprise"
@@ -23,7 +23,7 @@ makedepends=("python-babel"
"python-wheel")
options=("!strip")
source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('b7c66513c5456690a298ed887c9016ded42f15e365d16142e728b74f7cffee82')
+sha256sums=('3c581141077a101790ede0cab16fa283ad032a9b2f97dc6d3565fb2d91813fd7')
build(){
cd "$pkgname-$pkgver"