summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Webster2019-03-10 17:45:55 -0700
committerDonald Webster2019-03-10 17:45:55 -0700
commit405872dcc56b978c60e78e74787855f0fd2b1274 (patch)
tree8caf5f8c04cb94b1705bba722f332715c802aed7
parent658c6c14065f1f7f86caedbb7175ee3e95891051 (diff)
downloadaur-405872dcc56b978c60e78e74787855f0fd2b1274.tar.gz
Update to v0.7.4.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b40baee630fc..6e210b2b5a3c 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.3
- pkgrel = 3
+ pkgver = 0.7.4
+ pkgrel = 1
url = https://github.com/caronc/apprise
arch = any
license = GPL3
makedepends = python-setuptools
makedepends = python2-setuptools
- source = https://files.pythonhosted.org/packages/source/a/apprise/apprise-0.7.3.tar.gz
- sha256sums = 21d74f30dcfae28e2369114361e45230ab1ac3f196984758821fc074e9d9afc0
+ source = https://files.pythonhosted.org/packages/source/a/apprise/apprise-0.7.4.tar.gz
+ sha256sums = 7364a4455d9c650c84c96af1793ce1a2efeb37402cf595a035887813dae10ce0
pkgname = python-apprise
depends = python-decorator
diff --git a/PKGBUILD b/PKGBUILD
index 36bb53630377..f4f77cd4f37c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
pkgbase=python-apprise
pkgname=('python-apprise' 'python2-apprise')
_name=${pkgname#python-}
-pkgver=0.7.3
-pkgrel=3
+pkgver=0.7.4
+pkgrel=1
pkgdesc="Push Notifications that work with just about every platform"
arch=('any')
url="https://github.com/caronc/apprise"
license=('GPL3')
makedepends=('python-setuptools' 'python2-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('21d74f30dcfae28e2369114361e45230ab1ac3f196984758821fc074e9d9afc0')
+sha256sums=('7364a4455d9c650c84c96af1793ce1a2efeb37402cf595a035887813dae10ce0')
prepare() {
cp -a apprise-$pkgver{,-py2}