summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Webster2019-06-06 10:25:50 -0700
committerDonald Webster2019-06-06 10:25:50 -0700
commit498a7eae9e05cc02fe176fdc701bec7e4562748b (patch)
treecb2994669a3f1338e8b68faffbc0584306cd14ff
parentce16a8933c732607ca7cf9008cc8e9bf30817911 (diff)
downloadaur-498a7eae9e05cc02fe176fdc701bec7e4562748b.tar.gz
Update to v0.7.8.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2afb9a4a55d3..f8828e619d9e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-apprise
pkgdesc = Push Notifications that work with just about every platform
- pkgver = 0.7.7
+ pkgver = 0.7.8
pkgrel = 1
url = https://github.com/caronc/apprise
arch = any
license = MIT
makedepends = python-setuptools
makedepends = python2-setuptools
- source = https://files.pythonhosted.org/packages/source/a/apprise/apprise-0.7.7.tar.gz
- sha256sums = c3c7922f7b80107620f541a6c16435485e7045771b3ecfb998deacee0eb90753
+ source = https://files.pythonhosted.org/packages/source/a/apprise/apprise-0.7.8.tar.gz
+ sha256sums = 7e009a76835d57193eba1c8a3c2dca637834a70b1c0c59b8d20fca1d213dbb97
pkgname = python-apprise
depends = python-decorator
diff --git a/PKGBUILD b/PKGBUILD
index 4718ef5db011..b731dbaf95f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=python-apprise
pkgname=('python-apprise' 'python2-apprise')
_name=${pkgname#python-}
-pkgver=0.7.7
+pkgver=0.7.8
pkgrel=1
pkgdesc="Push Notifications that work with just about every platform"
arch=('any')
@@ -11,7 +11,7 @@ url="https://github.com/caronc/apprise"
license=('MIT')
makedepends=('python-setuptools' 'python2-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('c3c7922f7b80107620f541a6c16435485e7045771b3ecfb998deacee0eb90753')
+sha256sums=('7e009a76835d57193eba1c8a3c2dca637834a70b1c0c59b8d20fca1d213dbb97')
prepare() {
cp -a apprise-$pkgver{,-py2}