summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Webster2020-12-30 14:33:06 -0800
committerDonald Webster2020-12-30 14:33:06 -0800
commit4778d288342a369be81baa487a18673c69373559 (patch)
treedcf127bada150de873f8791bf7a78e430d7f297b
parentd42d2cec8dfbb12dd99340fa88be3e5dc7165061 (diff)
downloadaur-4778d288342a369be81baa487a18673c69373559.tar.gz
Update to v0.9.0.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea77e6e0b8b3..19916469cfab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-apprise
pkgdesc = Push Notifications that work with just about every platform
- pkgver = 0.8.9
- pkgrel = 2
+ pkgver = 0.9.0
+ pkgrel = 1
url = https://github.com/caronc/apprise
arch = any
license = MIT
@@ -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.8.9.tar.gz
- sha256sums = 024db00c6a80dbc8c9038b2de211c9fd32963046612882f3f54ad78930f3e0f7
+ source = https://files.pythonhosted.org/packages/source/a/apprise/apprise-0.9.0.tar.gz
+ sha256sums = bab3563bc1e0c64938c4c7700112797bd99f20eb5d4a3e6038338bc8f060e153
pkgname = python-apprise
diff --git a/PKGBUILD b/PKGBUILD
index 5b55895f3c95..499886ac7fd6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname='python-apprise'
_name=${pkgname#python-}
-pkgver=0.8.9
-pkgrel=2
+pkgver=0.9.0
+pkgrel=1
pkgdesc="Push Notifications that work with just about every platform"
arch=('any')
url="https://github.com/caronc/apprise"
@@ -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=('024db00c6a80dbc8c9038b2de211c9fd32963046612882f3f54ad78930f3e0f7')
+sha256sums=('bab3563bc1e0c64938c4c7700112797bd99f20eb5d4a3e6038338bc8f060e153')
package() {
cd apprise-${pkgver}