summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlphaJack2023-04-23 19:55:58 +0200
committerAlphaJack2023-04-23 19:55:58 +0200
commit603594f46bfc67de0032e696501115cd423e06b3 (patch)
tree3b9824e70b6ee7a7f333e8b56fe1daa2aad6481d
parenta89cd0df2a55c276a7a2791c247763f92343bdd1 (diff)
downloadaur-603594f46bfc67de0032e696501115cd423e06b3.tar.gz
Fixed dependencies, updated license and maintainers list
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD28
2 files changed, 16 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c9fb60276a4..c187e5429b85 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,20 @@
pkgbase = apprise
pkgdesc = Push Notifications that work with just about every platform
pkgver = 1.3.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/caronc/apprise
arch = any
- license = MIT
+ license = BSD3 Clause
makedepends = python-babel
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
depends = python-certifi
depends = python-click
- depends = python-dataclasses
depends = python-markdown
depends = python-requests
depends = python-requests-oauthlib
- depends = python-yaml
+ depends = python-pyaml
provides = apprise
provides = python-apprise
conflicts = python-apprise
diff --git a/PKGBUILD b/PKGBUILD
index 6a250e69be62..063e2e9927c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,27 +1,25 @@
# Maintainer: AlphaJack <alphajack at tuta dot io>
+# Maintainer: Pieter Goetschalckx <3.14.e.ter <at> gmail <dot> com>
pkgname="apprise"
pkgver=1.3.0
-pkgrel=1
+pkgrel=2
pkgdesc="Push Notifications that work with just about every platform"
url="https://github.com/caronc/apprise"
-license=("MIT")
+license=("BSD3 Clause")
arch=("any")
provides=("apprise" "python-apprise")
conflicts=("python-apprise")
-depends=(
- "python-certifi"
- "python-click"
- "python-dataclasses"
- "python-markdown"
- "python-requests"
- "python-requests-oauthlib"
- "python-yaml")
-makedepends=(
- "python-babel"
- "python-build"
- "python-installer"
- "python-wheel")
+depends=("python-certifi"
+ "python-click"
+ "python-markdown"
+ "python-requests"
+ "python-requests-oauthlib"
+ "python-pyaml")
+makedepends=("python-babel"
+ "python-build"
+ "python-installer"
+ "python-wheel")
options=("!strip")
source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
sha256sums=('2c50c19a5dd41317b1f659c52b21a990febe6c15e08464228a1ce8e6098f11bf')