summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Webster2021-02-23 20:49:52 -0800
committerDonald Webster2021-02-23 20:49:52 -0800
commit77a074837bce3a035ea498b0ab74e7f29427db2a (patch)
treef91652fbee134e1fc9ee9d00281619dd819014cf
parent4778d288342a369be81baa487a18673c69373559 (diff)
downloadaur-77a074837bce3a035ea498b0ab74e7f29427db2a.tar.gz
Update to v0.9.1.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 19916469cfab..16aa1199c0cb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-apprise
pkgdesc = Push Notifications that work with just about every platform
- pkgver = 0.9.0
+ pkgver = 0.9.1
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.9.0.tar.gz
- sha256sums = bab3563bc1e0c64938c4c7700112797bd99f20eb5d4a3e6038338bc8f060e153
+ source = https://files.pythonhosted.org/packages/source/a/apprise/apprise-0.9.1.tar.gz
+ sha256sums = 156e60b77e72a1756bdbe8621810c9ff98c515f2299f667db0337c69ca0ee052
pkgname = python-apprise
diff --git a/PKGBUILD b/PKGBUILD
index 499886ac7fd6..b7ee031b6a3e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='python-apprise'
_name=${pkgname#python-}
-pkgver=0.9.0
+pkgver=0.9.1
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=('bab3563bc1e0c64938c4c7700112797bd99f20eb5d4a3e6038338bc8f060e153')
+sha256sums=('156e60b77e72a1756bdbe8621810c9ff98c515f2299f667db0337c69ca0ee052')
package() {
cd apprise-${pkgver}