summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Webster2022-04-20 22:47:34 -0700
committerDonald Webster2022-04-20 22:47:34 -0700
commitac84ecd08f815b7226f920a3073a3f24d7cb63da (patch)
treefd634cbd6114f30b819330db00c098065dd1fe6e
parentc95f87acf8515c94d6317782d14c7904b1d9132f (diff)
downloadaur-ac84ecd08f815b7226f920a3073a3f24d7cb63da.tar.gz
Update to v0.9.8.1.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ace1ff62a82..996b8c117cdf 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.7
+ pkgver = 0.9.8.1
pkgrel = 1
url = https://github.com/caronc/apprise
arch = any
@@ -17,7 +17,7 @@ pkgbase = python-apprise
depends = python-click
depends = python-markdown
depends = python-yaml
- source = https://files.pythonhosted.org/packages/source/a/apprise/apprise-0.9.7.tar.gz
- sha256sums = 04e31e4afc261a266f03de7e7b66dc782197470a30539fb324097b4a7e302aa3
+ source = https://files.pythonhosted.org/packages/source/a/apprise/apprise-0.9.8.1.tar.gz
+ sha256sums = 78b9ff0110c52f09857dedd610be09f66052e8ec129250c2dba7684f1e57f095
pkgname = python-apprise
diff --git a/PKGBUILD b/PKGBUILD
index e3219b1c0e8e..48e16f208f9c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='python-apprise'
_name=${pkgname#python-}
-pkgver=0.9.7
+pkgver=0.9.8.1
pkgrel=1
pkgdesc="Push Notifications that work with just about every platform"
arch=('any')
@@ -27,7 +27,7 @@ makedepends=(
)
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('04e31e4afc261a266f03de7e7b66dc782197470a30539fb324097b4a7e302aa3')
+sha256sums=('78b9ff0110c52f09857dedd610be09f66052e8ec129250c2dba7684f1e57f095')
package() {
cd apprise-${pkgver}