diff options
Diffstat (limited to 'extra/clamav/PKGBUILD')
-rw-r--r-- | extra/clamav/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/clamav/PKGBUILD b/extra/clamav/PKGBUILD index affde1857..8d83fc457 100644 --- a/extra/clamav/PKGBUILD +++ b/extra/clamav/PKGBUILD @@ -1,24 +1,24 @@ -# $Id: PKGBUILD 203336 2014-01-08 07:29:58Z bisson $ +# $Id: PKGBUILD 204255 2014-01-15 16:47:46Z bisson $ # Contributor: Dale Blount <dale@archlinux.org> # Contributor: Gregor Ibic <gregor.ibic@intelicom.si> # Maintainer: Gaetan Bisson <bisson@archlinux.org> pkgname=clamav -pkgver=0.98 -pkgrel=2 +pkgver=0.98.1 +pkgrel=1 pkgdesc='Anti-virus toolkit for Unix' url='http://www.clamav.net/' license=('GPL') arch=('i686' 'x86_64') depends=('bzip2' 'libltdl' 'gcc-libs') -source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz" +source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig} 'logrotate' 'tmpfiles.d' 'clamd.conf' 'freshclam.conf' 'clamd.service' 'freshclamd.service') -sha1sums=('1e6a7284721387646c713a8d32fa8b5a897985db' +sha1sums=('9f04c0e81463c36f7e58d18f16d1b88f3332dcb8' 'SKIP' 'bb488a56b0f6a0760446cde89c1e3321e2717b78' 'a224ea9b4d0f4f196827347d54bed51e11c197ea' '887f624eb305f2446f55d8339e2972ad0cfe2b79' |