summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlphaJack2023-02-04 17:50:53 +0100
committerAlphaJack2023-02-04 17:50:53 +0100
commit4f89998726cdb3234676a0aa5547a58d18d072fd (patch)
tree1813c165cd4704f886b903018ceaf31f9c2ebd48
parent2e58d18cdf0c3a6158e3111d01af5d020444b434 (diff)
downloadaur-4f89998726cdb3234676a0aa5547a58d18d072fd.tar.gz
Added python-babel to makedepends array
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fda1d3d0c3e6..d685dbad7bed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = apprise
pkgdesc = Push Notifications that work with just about every platform
pkgver = 1.2.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/caronc/apprise
arch = any
license = MIT
+ makedepends = python-babel
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
diff --git a/PKGBUILD b/PKGBUILD
index 09e6586b09f0..e5d025549653 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname="apprise"
pkgver=1.2.1
-pkgrel=2
+pkgrel=3
pkgdesc="Push Notifications that work with just about every platform"
url="https://github.com/caronc/apprise"
license=("MIT")
@@ -17,7 +17,11 @@ depends=(
"python-requests"
"python-requests-oauthlib"
"python-yaml")
-makedepends=("python-build" "python-installer" "python-wheel")
+makedepends=(
+ "python-babel"
+ "python-build"
+ "python-installer"
+ "python-wheel")
options=("!strip")
source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
sha256sums=('67e0c227eecee260000980dbbf8ba1e5eebdbe494f4730808297c9e645c03579')