[arch-commits] Commit in clamav/trunk (PKGBUILD)

Gaetan Bisson bisson at archlinux.org
Tue Aug 17 13:43:27 UTC 2010


    Date: Tuesday, August 17, 2010 @ 09:43:26
  Author: bisson
Revision: 87645

upstream bugfix release

Modified:
  clamav/trunk/PKGBUILD

----------+
 PKGBUILD |   28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-08-17 13:42:23 UTC (rev 87644)
+++ PKGBUILD	2010-08-17 13:43:26 UTC (rev 87645)
@@ -3,25 +3,25 @@
 # Contributor: Gregor Ibic <gregor.ibic at intelicom.si>
 
 pkgname=clamav
-pkgver=0.96.1
+pkgver=0.96.2
 pkgrel=1
-pkgdesc="Anti-virus toolkit for Unix."
-arch=(i686 x86_64)
+pkgdesc='Anti-virus toolkit for Unix'
+arch=('i686' 'x86_64')
 depends=('bzip2' 'zlib' 'gmp' 'curl>=7.16.2' 'perl' 'libtool')
 options=(!libtool)
 install="$pkgname.install"
-license=(GPL)
-backup=(etc/clamav/clamav.conf etc/clamav/clamd.conf etc/clamav/freshclam.conf etc/conf.d/clamav)
-url="http://www.clamav.net"
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz
-        clamav
-	clamav.confd
-	clamav.logrotate)
+license=('GPL')
+backup=('etc/clamav/clamd.conf' 'etc/clamav/freshclam.conf' 'etc/conf.d/clamav')
+url='http://www.clamav.net/'
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz"
+        'clamav'
+	'clamav.confd'
+	'clamav.logrotate')
 
-md5sums=('38e7870db6e9ad0e569518499a6f3651'
-         '338db2f3fbca9d5747ba635d576d8739'
-         'f1fd8e736f808da0487928274f585851'
-         'a7a4d527ba80ec9d4811e2264e9fab9e')
+sha1sums=('1b7621a9829f1f0020901ce350d0e6112745c34d'
+          '7f15f0b13a1c11235bc99ef0add01efd8a442f07'
+          'cb116cdab49a810381a515cbcfb6a6c148547f07'
+          'be3310d2b41a68ce06e33c84ab68ffe59fdce104')
 
 build() {
 	cd "$srcdir/$pkgname-$pkgver"




More information about the arch-commits mailing list