summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarsten Feuls2017-09-16 12:18:14 +0200
committerCarsten Feuls2017-09-16 12:18:14 +0200
commit53994dc73fd68db0fe33d915ec9a795691445b14 (patch)
tree24bc3492dd773f06bd9d59b8c8e94dea26b07e0b
parentd00e3cb8df8c6a3c4f08e20258994560fb438326 (diff)
downloadaur-53994dc73fd68db0fe33d915ec9a795691445b14.tar.gz
Add jansson as dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c07461790130..3ad2a6c4eece 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Jul 7 21:00:47 UTC 2017
+# Sat Sep 16 10:17:45 UTC 2017
pkgbase = bareos-webui
pkgdesc = A PHP-Frontend to manage Bareos over the web.
pkgver = 16.2.6
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/bareos/bareos-webui/
arch = i686
arch = x86_64
@@ -13,6 +13,7 @@ pkgbase = bareos-webui
license = AGPLv3
depends = php
depends = php-fpm
+ depends = jansson
backup = etc/bareos-webui/configuration.ini
backup = etc/bareos-webui/directors.ini
backup = etc/bareos/bareos-dir.d/console/admin.conf.example
diff --git a/PKGBUILD b/PKGBUILD
index c010b8de7d93..93a19a919fcf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=bareos-webui
pkgver=16.2.6
-pkgrel=1
+pkgrel=2
pkgdesc="A PHP-Frontend to manage Bareos over the web."
arch=('i686' 'x86_64' 'armv5h' 'armv6h' 'armv7h')
license=('AGPLv3')
url='https://github.com/bareos/bareos-webui/'
-depends=('php' 'php-fpm')
+depends=('php' 'php-fpm' 'jansson')
optdepend=('nginx' 'apache')
source=("https://github.com/bareos/bareos-webui/archive/Release/${pkgver}.tar.gz")
backup=('etc/bareos-webui/configuration.ini'