summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Webster2021-08-11 22:28:09 -0700
committerDonald Webster2021-08-11 22:28:09 -0700
commitf296dc369b3227347712cbd596515b37d25fadd4 (patch)
treedce4212eac5a9049f7a63b5af512e22aeab8e2bd
parenta86bd782d2f4fe6439dd2d34132650402c33326d (diff)
downloadaur-f296dc369b3227347712cbd596515b37d25fadd4.tar.gz
Update to v0.9.4.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 125bf8c4d684..3d56590ff6df 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-apprise
pkgdesc = Push Notifications that work with just about every platform
- pkgver = 0.9.3
+ pkgver = 0.9.4
pkgrel = 1
url = https://github.com/caronc/apprise
arch = any
@@ -17,8 +17,7 @@ pkgbase = python-apprise
depends = python-click
depends = python-markdown
depends = python-yaml
- source = https://files.pythonhosted.org/packages/source/a/apprise/apprise-0.9.3.tar.gz
- sha256sums = c8ace9c891d4224558570acbea808f31df9049530bd9ccd69901c27a65d600c4
+ source = https://files.pythonhosted.org/packages/source/a/apprise/apprise-0.9.4.tar.gz
+ sha256sums = 43b8990fd186f2f3f1213a67f3b977c86b54f8bf23c2fb36422df6f4b1e52ab2
pkgname = python-apprise
-
diff --git a/PKGBUILD b/PKGBUILD
index 97a393888e80..f081cdb69c98 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='python-apprise'
_name=${pkgname#python-}
-pkgver=0.9.3
+pkgver=0.9.4
pkgrel=1
pkgdesc="Push Notifications that work with just about every platform"
arch=('any')
@@ -27,7 +27,7 @@ makedepends=(
)
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('c8ace9c891d4224558570acbea808f31df9049530bd9ccd69901c27a65d600c4')
+sha256sums=('43b8990fd186f2f3f1213a67f3b977c86b54f8bf23c2fb36422df6f4b1e52ab2')
package() {
cd apprise-${pkgver}