summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDonald Webster2023-02-23 21:32:12 -0800
committerDonald Webster2023-02-23 21:32:12 -0800
commit1493c33843d62b92972e2627c63812bf4d53cb8f (patch)
treebe6267eb49db36633c00058a4796794bd1ad81e8 /PKGBUILD
parente6daa08bb42b8774eca6116cb2c8dda148719b26 (diff)
downloadaur-python-apprise.tar.gz
Update to v1.3.0.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7b1b0f07e229..95ba45c4b305 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='python-apprise'
_name=${pkgname#python-}
-pkgver=1.2.1
+pkgver=1.3.0
pkgrel=1
pkgdesc="Push Notifications that work with just about every platform"
arch=('any')
@@ -24,7 +24,7 @@ makedepends=(
)
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('67e0c227eecee260000980dbbf8ba1e5eebdbe494f4730808297c9e645c03579')
+sha256sums=('2c50c19a5dd41317b1f659c52b21a990febe6c15e08464228a1ce8e6098f11bf')
package() {
cd apprise-${pkgver}