summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Webster2020-08-14 10:34:29 -0700
committerDonald Webster2020-08-14 10:34:29 -0700
commitfb8752da41e297e6a234236ecbce0bc0647a5eb9 (patch)
tree8ec5203f99fe98e443f218a0f1bc20e8b15fdc89
parentd6c8cb3c255b6c8f8f6c294dfacaf6814ef4923a (diff)
downloadaur-fb8752da41e297e6a234236ecbce0bc0647a5eb9.tar.gz
Update to v0.8.7.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a9a57b78876..2b91f41b8e97 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.6
+ pkgver = 0.8.7
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.6.tar.gz
- sha256sums = 695f9b98b7eb273901d9d28a026a69a028a57ab7d666bdf146ecc215c80b5041
+ source = https://files.pythonhosted.org/packages/source/a/apprise/apprise-0.8.7.tar.gz
+ sha256sums = 18a65c5917bf7f2d48bb557bf0879e49c5293b4c0e9809328387ae09338ae37b
pkgname = python-apprise
diff --git a/PKGBUILD b/PKGBUILD
index 220f41c449b4..2ed6291a034b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='python-apprise'
_name=${pkgname#python-}
-pkgver=0.8.6
+pkgver=0.8.7
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=('695f9b98b7eb273901d9d28a026a69a028a57ab7d666bdf146ecc215c80b5041')
+sha256sums=('18a65c5917bf7f2d48bb557bf0879e49c5293b4c0e9809328387ae09338ae37b')
package() {
cd apprise-${pkgver}