summaryrefslogtreecommitdiff
path: root/community/pdnsd
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-03-30 03:52:21 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-03-30 03:52:21 +0000
commit5077e205a00f5babff7ecf515d82b1a0bac4379e (patch)
tree14b2b4d631de8f337773078828cc31fb517c2702 /community/pdnsd
parent59b98e5d487a93e706f9a34568b6dc1bd317e89e (diff)
Sun Mar 30 03:44:10 UTC 2014
Diffstat (limited to 'community/pdnsd')
-rw-r--r--community/pdnsd/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/pdnsd/PKGBUILD b/community/pdnsd/PKGBUILD
index 1a78a20c1..da23ae6cb 100644
--- a/community/pdnsd/PKGBUILD
+++ b/community/pdnsd/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 108298 2014-03-26 11:09:31Z thestinger $
+# $Id: PKGBUILD 108591 2014-03-29 12:01:04Z thestinger $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Daniel Micay <danielmicay@gmail.com>
# Contributor: Henrik Nymann Jensen <h@henriknj.dk>
@@ -6,7 +6,7 @@
pkgname=pdnsd
pkgver=1.2.9.a
_pkgver=${pkgver/.a/a}
-pkgrel=6
+pkgrel=7
pkgdesc="Proxy DNS server with permanent caching"
arch=(i686 x86_64)
url="http://members.home.nl/p.a.rombouts/pdnsd/"
@@ -35,5 +35,5 @@ package() {
sed -i 's/"nobody"/"pdnsd"/' "$pkgdir/etc/pdnsd.conf"
- chown 184:184 "$pkgdir/var/cache/pdnsd"
+ chown -R 184:184 "$pkgdir/var/cache/pdnsd"
}