summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlphaJack2023-05-07 12:06:05 +0200
committerAlphaJack2023-05-07 12:06:05 +0200
commit775da7379fa7a2f218aace4a92889d0879afd561 (patch)
tree1886b99af7a0d0df003493ad21d97a6aadc98d39
parent603594f46bfc67de0032e696501115cd423e06b3 (diff)
downloadaur-775da7379fa7a2f218aace4a92889d0879afd561.tar.gz
Added python-setuptools to makedeps array
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c187e5429b85..f38c791ba6fb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = apprise
pkgdesc = Push Notifications that work with just about every platform
pkgver = 1.3.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/caronc/apprise
arch = any
license = BSD3 Clause
makedepends = python-babel
makedepends = python-build
makedepends = python-installer
+ makedepends = python-setuptools
makedepends = python-wheel
depends = python-certifi
depends = python-click
diff --git a/PKGBUILD b/PKGBUILD
index 063e2e9927c3..a6f07f65665f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname="apprise"
pkgver=1.3.0
-pkgrel=2
+pkgrel=3
pkgdesc="Push Notifications that work with just about every platform"
url="https://github.com/caronc/apprise"
license=("BSD3 Clause")
@@ -19,6 +19,7 @@ depends=("python-certifi"
makedepends=("python-babel"
"python-build"
"python-installer"
+ "python-setuptools"
"python-wheel")
options=("!strip")
source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")