summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Webster2023-10-15 17:08:51 -0700
committerDonald Webster2023-10-15 17:08:51 -0700
commit845cab6d73ddd384154bdeccb5095a5fa2959ae1 (patch)
tree562226d7492b28653fc6bc363acc33abf50b78f2
parentff3549c22f6434d65deb4ea35bdd47c61bcfacf1 (diff)
downloadaur-845cab6d73ddd384154bdeccb5095a5fa2959ae1.tar.gz
Update to v1.6.0.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f7381ddbb67e..99f41c115863 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,7 @@
pkgbase = apprise
pkgdesc = Push Notifications that work with just about every platform
- pkgver = 1.5.0
+ pkgver = 1.6.0
pkgrel = 1
- url = https://github.com/caronc/apprise
arch = any
license = BSD3 Clause
makedepends = python-babel
@@ -20,7 +19,7 @@ pkgbase = apprise
provides = python-apprise
conflicts = python-apprise
options = !strip
- source = https://github.com/caronc/apprise/releases/download/v1.5.0/apprise-1.5.0.tar.gz
- sha256sums = 3c581141077a101790ede0cab16fa283ad032a9b2f97dc6d3565fb2d91813fd7
+ source = apprise-1.6.0.tar.gz::https://github.com/caronc/apprise/archive/refs/tags/v1.6.0.tar.gz
+ sha256sums = 0e3d7eb7ffe57fc4edce5632c5eb415845b9a9d55b99e66fa1941948697c4891
pkgname = apprise
diff --git a/PKGBUILD b/PKGBUILD
index fea84fccabdc..5f7a9434fea7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,9 @@
# Maintainer: Pieter Goetschalckx <3.14.e.ter <at> gmail <dot> com>
pkgname="apprise"
-pkgver=1.5.0
+pkgver=1.6.0
pkgrel=1
pkgdesc="Push Notifications that work with just about every platform"
-url="https://github.com/caronc/apprise"
license=("BSD3 Clause")
arch=("any")
provides=("apprise" "python-apprise")
@@ -22,8 +21,8 @@ makedepends=("python-babel"
"python-setuptools"
"python-wheel")
options=("!strip")
-source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('3c581141077a101790ede0cab16fa283ad032a9b2f97dc6d3565fb2d91813fd7')
+source=(apprise-${pkgver}.tar.gz::"https://github.com/caronc/apprise/archive/refs/tags/v${pkgver}.tar.gz")
+sha256sums=('0e3d7eb7ffe57fc4edce5632c5eb415845b9a9d55b99e66fa1941948697c4891')
build(){
cd "$pkgname-$pkgver"