From a6051de63b178450a1c19cd71f3573cf0fa00301 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Thu, 12 Jan 2017 13:29:33 +0100 Subject: [PATCH] dnscrypt-proxy: add /etc/dnscrypt-proxy.conf as configuration file Since version 1.8.0, there is a proper configuration file at /etc/dnscrypt-proxy.conf. --- srcpkgs/dnscrypt-proxy/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/dnscrypt-proxy/template b/srcpkgs/dnscrypt-proxy/template index ab728c6c59d..0a72c780235 100644 --- a/srcpkgs/dnscrypt-proxy/template +++ b/srcpkgs/dnscrypt-proxy/template @@ -1,7 +1,7 @@ # Template file for 'dnscrypt-proxy' pkgname=dnscrypt-proxy version=1.9.1 -revision=1 +revision=2 build_style=gnu-configure makedepends="libsodium-devel" short_desc="DNS proxy that encrypts queries" @@ -10,6 +10,7 @@ license="ISC" homepage="https://dnscrypt.org/" distfiles="https://download.dnscrypt.org/${pkgname}/${pkgname}-${version}.tar.gz" checksum=3a319e8bfff5ac15a1c5a80af71755380b1fb869cb8fd86b33b7ed928db65195 +conf_files="/etc/dnscrypt-proxy.conf" system_accounts="dnscrypt_proxy" post_install() {