summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Fulz2019-10-23 13:22:51 +0200
committerMatthias Fulz2019-10-23 13:22:51 +0200
commita88681be01ff94c2d8f76db5ed696d6420861a47 (patch)
tree77075581f95b6ea3127fab2eee6b3da33a4d00d6
parent0efadfb8a2492191031cb4464f7a037b6f91ed7f (diff)
downloadaur-a88681be01ff94c2d8f76db5ed696d6420861a47.tar.gz
Renamed bareos-webui to bareos-web-ui because of existing one in aur
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c3a0d69c4189..2e7df5f36dd2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bareos
pkgdesc = Bareos - Backup Archiving REcovery Open Sourced
pkgver = 18.2.6
- pkgrel = 1
+ pkgrel = 2
url = http://www.bareos.org
arch = i686
arch = x86_64
@@ -160,7 +160,7 @@ pkgname = bareos-storage-python-plugin
depends = libcap
depends = jansson
-pkgname = bareos-webui
+pkgname = bareos-web-ui
pkgdesc = Bareos - Backup Archiving REcovery Open Sourced - Webui (Bareos web administration)
depends = php
depends = php-fpm
diff --git a/PKGBUILD b/PKGBUILD
index 87057978a6a3..b8ff56b25f8c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,11 +21,11 @@ pkgname=("${pkgbase}-common"
"${pkgbase}-director-python-plugin"
"${pkgbase}-filedaemon-python-plugin"
"${pkgbase}-storage-python-plugin"
- "${pkgbase}-webui")
+ "${pkgbase}-web-ui")
pkgmajor=18
pkgver=18.2.6
-pkgrel=1
+pkgrel=2
arch=(i686 x86_64 armv7h aarch64)
groups=('bareos')
pkgdesc="Bareos - Backup Archiving REcovery Open Sourced"
@@ -458,7 +458,7 @@ package_bareos-storage-python-plugin() {
done
}
-package_bareos-webui() {
+package_bareos-web-ui() {
pkgdesc="${pkgdesc} - Webui (Bareos web administration)"
depends=('php' 'php-fpm' 'jansson')
optdepend=('nginx' 'apache')