summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Webster2021-12-12 23:34:41 -0800
committerDonald Webster2021-12-12 23:34:41 -0800
commitbb6f4bd2ced2eb68cee73cd35cc1a6dead30b473 (patch)
tree8512d06a65c04cbc3ac7cace0ac2b1b4da65b4f3
parentb7beda4467befa1490f88543650472a8976ed727 (diff)
downloadaur-bb6f4bd2ced2eb68cee73cd35cc1a6dead30b473.tar.gz
Bump pkgrel to trigger rebuild for python 3.10.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cf1729ff4c65..104795e45734 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-apprise
pkgdesc = Push Notifications that work with just about every platform
pkgver = 0.9.6
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/caronc/apprise
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index b764a58f6c99..1679b31b8b70 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='python-apprise'
_name=${pkgname#python-}
pkgver=0.9.6
-pkgrel=1
+pkgrel=2
pkgdesc="Push Notifications that work with just about every platform"
arch=('any')
url="https://github.com/caronc/apprise"