summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Webster2019-07-19 22:11:56 -0700
committerDonald Webster2019-07-19 22:11:56 -0700
commitcbd1c2b8d4ccfa58f80c3d9907f4d5b5c1430f2b (patch)
treef3717a3e834cfc0dd5f159f0034a7d7c3edf8de5
parent498a7eae9e05cc02fe176fdc701bec7e4562748b (diff)
downloadaur-cbd1c2b8d4ccfa58f80c3d9907f4d5b5c1430f2b.tar.gz
Update to v0.7.9.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f8828e619d9e..62eb84c239af 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.8
+ pkgver = 0.7.9
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.8.tar.gz
- sha256sums = 7e009a76835d57193eba1c8a3c2dca637834a70b1c0c59b8d20fca1d213dbb97
+ source = https://files.pythonhosted.org/packages/source/a/apprise/apprise-0.7.9.tar.gz
+ sha256sums = e384b4670f510e6a69e91e360a7bc881bb2018d81a8196e38a218c568a98167f
pkgname = python-apprise
depends = python-decorator
diff --git a/PKGBUILD b/PKGBUILD
index b731dbaf95f9..9dcf807ea5ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=python-apprise
pkgname=('python-apprise' 'python2-apprise')
_name=${pkgname#python-}
-pkgver=0.7.8
+pkgver=0.7.9
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=('7e009a76835d57193eba1c8a3c2dca637834a70b1c0c59b8d20fca1d213dbb97')
+sha256sums=('e384b4670f510e6a69e91e360a7bc881bb2018d81a8196e38a218c568a98167f')
prepare() {
cp -a apprise-$pkgver{,-py2}