diff options
Diffstat (limited to 'community/chrony/PKGBUILD')
-rw-r--r-- | community/chrony/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/chrony/PKGBUILD b/community/chrony/PKGBUILD index defb3c128..66ec01064 100644 --- a/community/chrony/PKGBUILD +++ b/community/chrony/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 90367 2013-05-12 04:56:34Z thestinger $ +# $Id: PKGBUILD 92287 2013-06-03 14:08:59Z thestinger $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Daniel Micay <danielmicay@gmail.com> # Contributor: Bartłomiej Piotrowski <nospam@bpiotrowski.pl> @@ -9,11 +9,11 @@ pkgname=chrony pkgver=1.27 -pkgrel=3 +pkgrel=4 pkgdesc='Lightweight NTP client and server' arch=('i686' 'x86_64') url="http://chrony.tuxfamily.org/" -options=('strip') +options=(strip !emptydirs) license=('GPL') depends=('readline' 'libcap') backup=('etc/chrony.conf') |