diff options
Diffstat (limited to 'community/bind-geodns/PKGBUILD')
-rw-r--r-- | community/bind-geodns/PKGBUILD | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/community/bind-geodns/PKGBUILD b/community/bind-geodns/PKGBUILD index 9818bee12..ae70a5b44 100644 --- a/community/bind-geodns/PKGBUILD +++ b/community/bind-geodns/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 65058 2012-02-20 02:37:28Z spupykin $ +# $Id: PKGBUILD 72130 2012-06-08 23:51:33Z dreisner $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> pkgname=bind-geodns pkgver=9.4.1 _pkgver=9.4.1-P1 -pkgrel=5 +pkgrel=6 pkgdesc="bind named server with geoip patch can return ip depending on requester location" arch=(i686 x86_64) url="http://www.caraytech.com/geodns/" license=('custom:ISC') -backup=(etc/named.conf etc/logrotate.d/named etc/conf.d/named etc/rndc.key) +backup=(etc/named.conf etc/logrotate.d/named etc/conf.d/named) depends=('openssl' 'geoip') provides=('dns-server' 'bind' 'dnsutils') conflicts=('bind' 'dnsutils') @@ -63,4 +63,7 @@ build() { chown -R 40:40 $pkgdir/var/named mv $pkgdir/usr/man $pkgdir/usr/share/ + + # avoid conflict with filesystem>=2012.06 + rmdir "$pkgdir/var/run" } |