summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Webster2019-11-04 14:00:09 -0800
committerDonald Webster2019-11-04 14:00:09 -0800
commitb6d2130515d260b2c1f4281a8217a17ceafb4fa8 (patch)
tree4796316df8aea3f3a762d4ccc9e648dfd0085800
parent0c444e5b6066e301e75f452af643d75356839c82 (diff)
downloadaur-b6d2130515d260b2c1f4281a8217a17ceafb4fa8.tar.gz
Bump pkgrel.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c50ddc2c2a51..c2268d1d2c5f 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.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/caronc/apprise
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index b03db02b8599..19db98a9dcca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='python-apprise'
_name=${pkgname#python-}
pkgver=0.8.1
-pkgrel=1
+pkgrel=2
pkgdesc="Push Notifications that work with just about every platform"
arch=('any')
url="https://github.com/caronc/apprise"