summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Webster2021-09-18 18:41:50 -0700
committerDonald Webster2021-09-18 18:41:50 -0700
commit187ed5540e050ca8ccade8f270601bdb66e2f1a2 (patch)
tree9cc22b973d2c0d3a830cd11ea746d85bd48564e2
parentf296dc369b3227347712cbd596515b37d25fadd4 (diff)
downloadaur-187ed5540e050ca8ccade8f270601bdb66e2f1a2.tar.gz
Update to v0.9.5.1.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d56590ff6df..f917cbd9c540 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.4
+ pkgver = 0.9.5.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.4.tar.gz
- sha256sums = 43b8990fd186f2f3f1213a67f3b977c86b54f8bf23c2fb36422df6f4b1e52ab2
+ source = https://files.pythonhosted.org/packages/source/a/apprise/apprise-0.9.5.1.tar.gz
+ sha256sums = bf090703aeb12b82c685d6b3674a3ddfe712a46c2089308c9bc202f03e06d58d
pkgname = python-apprise
diff --git a/PKGBUILD b/PKGBUILD
index f081cdb69c98..120e4cc24d62 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='python-apprise'
_name=${pkgname#python-}
-pkgver=0.9.4
+pkgver=0.9.5.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=('43b8990fd186f2f3f1213a67f3b977c86b54f8bf23c2fb36422df6f4b1e52ab2')
+sha256sums=('bf090703aeb12b82c685d6b3674a3ddfe712a46c2089308c9bc202f03e06d58d')
package() {
cd apprise-${pkgver}