summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDonald Webster2023-10-15 17:08:51 -0700
committerDonald Webster2023-10-15 17:08:51 -0700
commit845cab6d73ddd384154bdeccb5095a5fa2959ae1 (patch)
tree562226d7492b28653fc6bc363acc33abf50b78f2 /PKGBUILD
parentff3549c22f6434d65deb4ea35bdd47c61bcfacf1 (diff)
downloadaur-apprise.tar.gz
Update to v1.6.0.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
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"