diff options
Diffstat (limited to 'community/rsyslog')
-rw-r--r-- | community/rsyslog/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/rsyslog/PKGBUILD b/community/rsyslog/PKGBUILD index f4d3b7021..45ad4d9b0 100644 --- a/community/rsyslog/PKGBUILD +++ b/community/rsyslog/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 97525 2013-09-23 16:15:36Z spupykin $ +# $Id: PKGBUILD 99982 2013-10-31 02:49:38Z allan $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> pkgname=rsyslog @@ -18,7 +18,7 @@ optdepends=('postgresql-libs: PostgreSQL Database Support' backup=('etc/rsyslog.conf' 'etc/logrotate.d/rsyslog' 'etc/conf.d/rsyslog') -options=('strip' 'zipman' '!libtool') +options=('strip' 'zipman') source=("http://www.rsyslog.com/files/download/rsyslog/rsyslog-$pkgver.tar.gz" 'rsyslog.logrotate' 'rsyslog.conf') |