summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Webster2020-01-12 19:51:09 -0800
committerDonald Webster2020-01-12 19:51:09 -0800
commit09220ba3295545e9ca516382312480cfd2b6a341 (patch)
tree37738c792ba618864be2bac4265b57b3d750e606
parent7510798d05737396067d5ac184dc0de37d168dd2 (diff)
downloadaur-09220ba3295545e9ca516382312480cfd2b6a341.tar.gz
Update to v0.8.3.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4dc7e4b975c0..b8b3a519623f 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.2
+ pkgver = 0.8.3
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.2.tar.gz
- sha256sums = 1c86488956931200e816f32d20af6923c273d995ff7b079c11a5ba9b716b1754
+ source = https://files.pythonhosted.org/packages/source/a/apprise/apprise-0.8.3.tar.gz
+ sha256sums = 0c95c24237926ec199e2e8ac8a16d78420947d05668441b4fd0e49d0cf2b22c9
pkgname = python-apprise
diff --git a/PKGBUILD b/PKGBUILD
index acb580ec4d7a..464c35a55122 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='python-apprise'
_name=${pkgname#python-}
-pkgver=0.8.2
+pkgver=0.8.3
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=('1c86488956931200e816f32d20af6923c273d995ff7b079c11a5ba9b716b1754')
+sha256sums=('0c95c24237926ec199e2e8ac8a16d78420947d05668441b4fd0e49d0cf2b22c9')
package() {
cd apprise-${pkgver}