summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Webster2019-04-16 20:27:21 -0700
committerDonald Webster2019-04-16 20:27:21 -0700
commit4204e6d0f6b7e176825def8bdca1076214485fb6 (patch)
tree73f6fbf9c907059c9db4b7cba5e9f1952adbbfb3
parenta7aa5cc3ac765b7859e4d59fbd1790886591d429 (diff)
downloadaur-4204e6d0f6b7e176825def8bdca1076214485fb6.tar.gz
Update to v0.7.6.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ba78873b168..ba3961f58e1d 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.5
+ pkgver = 0.7.6
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.5.tar.gz
- sha256sums = 23c09bc2bd1296d341fbb4b2e10c49dc4ecaa1be47613cc8a4b272393bc1fcac
+ source = https://files.pythonhosted.org/packages/source/a/apprise/apprise-0.7.6.tar.gz
+ sha256sums = 1bbb92bea04097569f5641935672456d1128f3811f934d389c622b63b9a25ce6
pkgname = python-apprise
depends = python-decorator
diff --git a/PKGBUILD b/PKGBUILD
index c523497689e2..5dc30f06e9e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=python-apprise
pkgname=('python-apprise' 'python2-apprise')
_name=${pkgname#python-}
-pkgver=0.7.5
+pkgver=0.7.6
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=('23c09bc2bd1296d341fbb4b2e10c49dc4ecaa1be47613cc8a4b272393bc1fcac')
+sha256sums=('1bbb92bea04097569f5641935672456d1128f3811f934d389c622b63b9a25ce6')
prepare() {
cp -a apprise-$pkgver{,-py2}