summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Webster2023-02-23 21:32:12 -0800
committerDonald Webster2023-02-23 21:32:12 -0800
commit1493c33843d62b92972e2627c63812bf4d53cb8f (patch)
treebe6267eb49db36633c00058a4796794bd1ad81e8
parente6daa08bb42b8774eca6116cb2c8dda148719b26 (diff)
downloadaur-1493c33843d62b92972e2627c63812bf4d53cb8f.tar.gz
Update to v1.3.0.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c5a6d76e2bc..95f46bc90302 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-apprise
pkgdesc = Push Notifications that work with just about every platform
- pkgver = 1.2.1
+ pkgver = 1.3.0
pkgrel = 1
url = https://github.com/caronc/apprise
arch = any
@@ -14,7 +14,7 @@ pkgbase = python-apprise
depends = python-click
depends = python-markdown
depends = python-yaml
- source = https://files.pythonhosted.org/packages/source/a/apprise/apprise-1.2.1.tar.gz
- sha256sums = 67e0c227eecee260000980dbbf8ba1e5eebdbe494f4730808297c9e645c03579
+ source = https://files.pythonhosted.org/packages/source/a/apprise/apprise-1.3.0.tar.gz
+ sha256sums = 2c50c19a5dd41317b1f659c52b21a990febe6c15e08464228a1ce8e6098f11bf
pkgname = python-apprise
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}