summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Schlisio2016-04-23 17:14:47 +0200
committerGeorg Schlisio2016-04-23 17:14:47 +0200
commit892e7533d4190dd1f532941e6a0dbb9dd39ff34c (patch)
treec449b5ea8acd3f5975cfc4d691973b2117589e60
parent0c8eb5efc2d356619ec5af9fd09f2b83ad26e0b3 (diff)
downloadaur-892e7533d4190dd1f532941e6a0dbb9dd39ff34c.tar.gz
install file updated
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--luaunbound.install4
3 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c14f86afcd4f..e4349e6ac17e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = luaunbound
pkgdesc = drop-in replacement for Prosodys internal DNS library with a binding to libunbound
pkgver = 2016.01.10
- pkgrel = 1
+ pkgrel = 2
url = https://www.zash.se/luaunbound.html
install = luaunbound.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 50061969a72c..afbf8d9e23b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: fordprefect <fordprefect@dukun.de>
pkgname=luaunbound
pkgver=2016.01.10
-pkgrel=1
+pkgrel=2
pkgdesc="drop-in replacement for Prosodys internal DNS library with a binding to libunbound"
url="https://www.zash.se/luaunbound.html"
arch=('i686' 'x86_64')
diff --git a/luaunbound.install b/luaunbound.install
index 0ef12fffe86c..c267b58c412a 100644
--- a/luaunbound.install
+++ b/luaunbound.install
@@ -1,5 +1,5 @@
post_install(){
- echo "To enable luaunbound, add the following to the global section of your `prosody.cfg.lua`:"
- echo 'RunScript "use\_unbound.lua"'
+ echo "To enable luaunbound, add the following to the global section of your 'prosody.cfg.lua':"
+ echo "RunScript 'use\_unbound.lua'"
echo "More config info can be found in /usr/share/doc/luaunbound/README"
}