Date: Tuesday, February 8, 2011 @ 13:56:38 Author: bisson Revision: 109346
upstream update Modified: clamav/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-02-08 13:19:29 UTC (rev 109345) +++ PKGBUILD 2011-02-08 18:56:38 UTC (rev 109346) @@ -3,12 +3,12 @@ # Contributor: Gregor Ibic <[email protected]> pkgname=clamav -pkgver=0.96.5 +pkgver=0.97 pkgrel=1 pkgdesc='Anti-virus toolkit for Unix' arch=('i686' 'x86_64') depends=('bzip2' 'zlib' 'libtool') -options=(!libtool) +options=('!libtool') install="$pkgname.install" license=('GPL') backup=('etc/clamav/clamd.conf' 'etc/clamav/freshclam.conf' 'etc/conf.d/clamav') @@ -19,7 +19,7 @@ 'clamav.logrotate' 'config.patch') -sha1sums=('a7253e30d40e0c03964a60ed589b356a115b26c5' +sha1sums=('68f5a6736b3f67d608c4064ef839777877f09115' '7f15f0b13a1c11235bc99ef0add01efd8a442f07' 'cb116cdab49a810381a515cbcfb6a6c148547f07' 'be3310d2b41a68ce06e33c84ab68ffe59fdce104'
