summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Webster2020-10-04 20:15:44 -0700
committerDonald Webster2020-10-04 20:15:44 -0700
commitde530e992c40d96d855f111978f2deb5182f8bb6 (patch)
tree4464616e3e88125fe99197b2574c12250f5c3127
parente24f5d704ebe3bf30975188df8e4b74732925558 (diff)
downloadaur-de530e992c40d96d855f111978f2deb5182f8bb6.tar.gz
Update to v0.8.9.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 22e758e58f36..d49f25913a8f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-apprise
pkgdesc = Push Notifications that work with just about every platform
- pkgver = 0.8.8
+ pkgver = 0.8.9
pkgrel = 1
url = https://github.com/caronc/apprise
arch = any
@@ -15,8 +15,8 @@ pkgbase = python-apprise
depends = python-click
depends = python-markdown
depends = python-yaml
- source = https://files.pythonhosted.org/packages/source/a/apprise/apprise-0.8.8.tar.gz
- sha256sums = 3fe3a6091f0a467f841202c9e6bdc9f405f94a8d2184934741d4886e74cb276b
+ source = https://files.pythonhosted.org/packages/source/a/apprise/apprise-0.8.9.tar.gz
+ sha256sums = 024db00c6a80dbc8c9038b2de211c9fd32963046612882f3f54ad78930f3e0f7
pkgname = python-apprise
diff --git a/PKGBUILD b/PKGBUILD
index a90efe6f10c1..d150b3e92280 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='python-apprise'
_name=${pkgname#python-}
-pkgver=0.8.8
+pkgver=0.8.9
pkgrel=1
pkgdesc="Push Notifications that work with just about every platform"
arch=('any')
@@ -21,7 +21,7 @@ depends=('python-decorator'
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('3fe3a6091f0a467f841202c9e6bdc9f405f94a8d2184934741d4886e74cb276b')
+sha256sums=('024db00c6a80dbc8c9038b2de211c9fd32963046612882f3f54ad78930f3e0f7')
package() {
cd apprise-${pkgver}