summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlphaJack2023-02-04 17:05:29 +0100
committerAlphaJack2023-02-04 17:05:29 +0100
commit2e58d18cdf0c3a6158e3111d01af5d020444b434 (patch)
tree423223a49f8fbb36ed923163fa1dce7dd133a3e2
parenta05bc8685d083398aa7a15ee08493fd8e92b8183 (diff)
downloadaur-2e58d18cdf0c3a6158e3111d01af5d020444b434.tar.gz
Added python-apprise to provides array
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 57f99f6f5ef2..fda1d3d0c3e6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = apprise
pkgdesc = Push Notifications that work with just about every platform
pkgver = 1.2.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/caronc/apprise
arch = any
license = MIT
@@ -16,6 +16,7 @@ pkgbase = apprise
depends = python-requests-oauthlib
depends = python-yaml
provides = apprise
+ provides = python-apprise
conflicts = python-apprise
options = !strip
source = https://github.com/caronc/apprise/releases/download/v1.2.1/apprise-1.2.1.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 945f6d61fccd..09e6586b09f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname="apprise"
pkgver=1.2.1
-pkgrel=1
+pkgrel=2
pkgdesc="Push Notifications that work with just about every platform"
url="https://github.com/caronc/apprise"
license=("MIT")
arch=("any")
-provides=("apprise")
+provides=("apprise" "python-apprise")
conflicts=("python-apprise")
depends=(
"python-certifi"