summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Webster2022-12-28 18:57:43 -0800
committerDonald Webster2022-12-28 18:57:43 -0800
commite6daa08bb42b8774eca6116cb2c8dda148719b26 (patch)
tree25ff45322a1aa4257b4ead5a1078991cadc29990
parenta686de0a295d9e6ef5f6578d149d6f1f4906df2b (diff)
downloadaur-e6daa08bb42b8774eca6116cb2c8dda148719b26.tar.gz
Update to v1.2.1.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a2542c59383d..4c5a6d76e2bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-apprise
pkgdesc = Push Notifications that work with just about every platform
- pkgver = 1.2.0
+ pkgver = 1.2.1
pkgrel = 1
url = https://github.com/caronc/apprise
arch = any
@@ -14,7 +14,7 @@ pkgbase = python-apprise
depends = python-click
depends = python-markdown
depends = python-yaml
- source = https://files.pythonhosted.org/packages/source/a/apprise/apprise-1.2.0.tar.gz
- sha256sums = 6e31afa18f47452eaccd56fb7ee83d92452c534d15f392407ed1a0e3c465244b
+ source = https://files.pythonhosted.org/packages/source/a/apprise/apprise-1.2.1.tar.gz
+ sha256sums = 67e0c227eecee260000980dbbf8ba1e5eebdbe494f4730808297c9e645c03579
pkgname = python-apprise
diff --git a/PKGBUILD b/PKGBUILD
index 11d599f6ed37..7b1b0f07e229 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='python-apprise'
_name=${pkgname#python-}
-pkgver=1.2.0
+pkgver=1.2.1
pkgrel=1
pkgdesc="Push Notifications that work with just about every platform"
arch=('any')
@@ -24,7 +24,7 @@ makedepends=(
)
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('6e31afa18f47452eaccd56fb7ee83d92452c534d15f392407ed1a0e3c465244b')
+sha256sums=('67e0c227eecee260000980dbbf8ba1e5eebdbe494f4730808297c9e645c03579')
package() {
cd apprise-${pkgver}