summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Webster2023-07-17 10:04:03 -0700
committerDonald Webster2023-07-17 10:04:03 -0700
commitb31c91729a552206f4cafe7d802bd0114df426cb (patch)
tree738ed38af8d88ca6564c98447b790a103f5f3bd1
parent775da7379fa7a2f218aace4a92889d0879afd561 (diff)
downloadaur-b31c91729a552206f4cafe7d802bd0114df426cb.tar.gz
Update to v1.4.5.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f38c791ba6fb..33471e5db691 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = apprise
pkgdesc = Push Notifications that work with just about every platform
- pkgver = 1.3.0
- pkgrel = 3
+ pkgver = 1.4.5
+ pkgrel = 1
url = https://github.com/caronc/apprise
arch = any
license = BSD3 Clause
@@ -20,7 +20,7 @@ pkgbase = apprise
provides = python-apprise
conflicts = python-apprise
options = !strip
- source = https://github.com/caronc/apprise/releases/download/v1.3.0/apprise-1.3.0.tar.gz
- sha256sums = 2c50c19a5dd41317b1f659c52b21a990febe6c15e08464228a1ce8e6098f11bf
+ source = https://github.com/caronc/apprise/releases/download/v1.4.5/apprise-1.4.5.tar.gz
+ sha256sums = b7c66513c5456690a298ed887c9016ded42f15e365d16142e728b74f7cffee82
pkgname = apprise
diff --git a/PKGBUILD b/PKGBUILD
index a6f07f65665f..42588e507d03 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: Pieter Goetschalckx <3.14.e.ter <at> gmail <dot> com>
pkgname="apprise"
-pkgver=1.3.0
-pkgrel=3
+pkgver=1.4.5
+pkgrel=1
pkgdesc="Push Notifications that work with just about every platform"
url="https://github.com/caronc/apprise"
license=("BSD3 Clause")
@@ -23,7 +23,7 @@ makedepends=("python-babel"
"python-wheel")
options=("!strip")
source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('2c50c19a5dd41317b1f659c52b21a990febe6c15e08464228a1ce8e6098f11bf')
+sha256sums=('b7c66513c5456690a298ed887c9016ded42f15e365d16142e728b74f7cffee82')
build(){
cd "$pkgname-$pkgver"