summaryrefslogtreecommitdiff
path: root/config-parabola-service-myhostname.PKGBUILD
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-08-26 14:50:13 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2018-08-26 14:50:13 -0400
commit8b3ad46e5bf8e772475ef47cfa58f22da2bd5284 (patch)
tree7564b346dbb62e558421076b5c59b56b299294cb /config-parabola-service-myhostname.PKGBUILD
parent0c2bf8bec3ff0f558785b29980c193b054c3b529 (diff)
fix
Diffstat (limited to 'config-parabola-service-myhostname.PKGBUILD')
-rw-r--r--config-parabola-service-myhostname.PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/config-parabola-service-myhostname.PKGBUILD b/config-parabola-service-myhostname.PKGBUILD
index fe1bbb3..0bf2fc2 100644
--- a/config-parabola-service-myhostname.PKGBUILD
+++ b/config-parabola-service-myhostname.PKGBUILD
@@ -1,11 +1,11 @@
. ${BUILDFILE%/*}/common.sh
-pkgver=20180826
+pkgver=20180826.1
package() {
preamble
# #### Host information
-depends+=(config-mgmt-nginx)
+depends+=(config-parabola-mgmt-nginx)
add-file etc/nginx/sites/server-myhostname.conf <<EOF
# -*- Mode: nginx; nginx-indent-level: 8; indent-tabs-mode: t -*-
@@ -34,7 +34,7 @@ EOF
# Let's have a simple CGI script show server info
depends+=(
- config-mgmt-uwsgi
+ config-parabola-mgmt-uwsgi
uwsgi-plugin-cgi
)
@@ -82,7 +82,7 @@ ln -s /var/cache/pacman/pkg srv/http/myhostname/pkg
ln -s /var/lib/collectd srv/http/myhostname/collectd
depends+=(
- config-base-collectd
+ config-parabola-base-collectd
rrdtool
'systemd>=239' # for systemd-time-wait-sync.service
)