summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Webster2023-02-23 21:32:43 -0800
committerDonald Webster2023-02-23 21:32:43 -0800
commit9bd5a87652243518b6b517be3174e67914b1fcb9 (patch)
treebd7a8b926602375ad7a7d6bcadb6fdcfc66f2273
parent4f89998726cdb3234676a0aa5547a58d18d072fd (diff)
downloadaur-9bd5a87652243518b6b517be3174e67914b1fcb9.tar.gz
Update to v1.3.0.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d685dbad7bed..8c9fb60276a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = apprise
pkgdesc = Push Notifications that work with just about every platform
- pkgver = 1.2.1
- pkgrel = 3
+ pkgver = 1.3.0
+ pkgrel = 1
url = https://github.com/caronc/apprise
arch = any
license = MIT
@@ -20,7 +20,7 @@ pkgbase = apprise
provides = python-apprise
conflicts = python-apprise
options = !strip
- source = https://github.com/caronc/apprise/releases/download/v1.2.1/apprise-1.2.1.tar.gz
- sha256sums = 67e0c227eecee260000980dbbf8ba1e5eebdbe494f4730808297c9e645c03579
+ source = https://github.com/caronc/apprise/releases/download/v1.3.0/apprise-1.3.0.tar.gz
+ sha256sums = 2c50c19a5dd41317b1f659c52b21a990febe6c15e08464228a1ce8e6098f11bf
pkgname = apprise
diff --git a/PKGBUILD b/PKGBUILD
index e5d025549653..6a250e69be62 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: AlphaJack <alphajack at tuta dot io>
pkgname="apprise"
-pkgver=1.2.1
-pkgrel=3
+pkgver=1.3.0
+pkgrel=1
pkgdesc="Push Notifications that work with just about every platform"
url="https://github.com/caronc/apprise"
license=("MIT")
@@ -24,7 +24,7 @@ makedepends=(
"python-wheel")
options=("!strip")
source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('67e0c227eecee260000980dbbf8ba1e5eebdbe494f4730808297c9e645c03579')
+sha256sums=('2c50c19a5dd41317b1f659c52b21a990febe6c15e08464228a1ce8e6098f11bf')
build(){
cd "$pkgname-$pkgver"