summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Webster2022-11-28 09:36:04 -0800
committerDonald Webster2022-11-28 09:36:04 -0800
commit810832f89cfca44221b53f9a29634d7d9c17aebb (patch)
tree74eb00623c1ac19a253c4a156ee1626a71c1e267
parent5aceaaf1df5534bea601dfc6cfb0f884d4c9b9ca (diff)
downloadaur-810832f89cfca44221b53f9a29634d7d9c17aebb.tar.gz
Revert "Update to v1.2.0."
This reverts commit 5aceaaf1df5534bea601dfc6cfb0f884d4c9b9ca.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index efeff72b7025..589e91f8376f 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.1.0
pkgrel = 1
url = https://github.com/caronc/apprise
arch = any
@@ -16,7 +16,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.1.0.tar.gz
+ sha256sums = f767a8070a777dc29bf7308179e0b69dd2de65e66933ed89b1999e7ffe723b60
pkgname = python-apprise
diff --git a/PKGBUILD b/PKGBUILD
index c6ce75476e68..ecfd40ae051c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='python-apprise'
_name=${pkgname#python-}
-pkgver=1.2.0
+pkgver=1.1.0
pkgrel=1
pkgdesc="Push Notifications that work with just about every platform"
arch=('any')
@@ -26,7 +26,7 @@ makedepends=(
)
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('6e31afa18f47452eaccd56fb7ee83d92452c534d15f392407ed1a0e3c465244b')
+sha256sums=('f767a8070a777dc29bf7308179e0b69dd2de65e66933ed89b1999e7ffe723b60')
package() {
cd apprise-${pkgver}