summaryrefslogtreecommitdiff
path: root/libre/clamav/PKGBUILD
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2017-07-07 12:07:47 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2017-07-07 12:07:47 -0500
commit13b29ee648d2a5d7488cd9a9b1eabb0273de3154 (patch)
tree0e4a4c8f427745d88a3f2c9db29e9050becdc191 /libre/clamav/PKGBUILD
parent967bcc6709341d5644a3043cd21add93d1740643 (diff)
downloadabslibre-13b29ee648d2a5d7488cd9a9b1eabb0273de3154.tar.gz
abslibre-13b29ee648d2a5d7488cd9a9b1eabb0273de3154.tar.bz2
abslibre-13b29ee648d2a5d7488cd9a9b1eabb0273de3154.zip
clamav-0.99.2-7.parabola1: updating version
Diffstat (limited to 'libre/clamav/PKGBUILD')
-rw-r--r--libre/clamav/PKGBUILD14
1 files changed, 6 insertions, 8 deletions
diff --git a/libre/clamav/PKGBUILD b/libre/clamav/PKGBUILD
index 7faa780e6..9cb4e81f6 100644
--- a/libre/clamav/PKGBUILD
+++ b/libre/clamav/PKGBUILD
@@ -1,15 +1,15 @@
-# Maintainer: Andreas Grapentin <andreas@grapentin.org>
-# Contributor: Omar Vega Ramos <ovruni@gnu.org.pe>
-# Contributor: André Silva <emulatorman@riseup.net>
-# Contributor: Isaac David <isacdaavid@at@isacdaavid@dot@info>
# Contributor (Arch): Dale Blount <dale@archlinux.org>
# Contributor (Arch): Gregor Ibic <gregor.ibic@intelicom.si>
# Maintainer (Arch): Gaetan Bisson <bisson@archlinux.org>
+# Contributor (Hyperbola): André Silva <emulatorman@hyperbola.info>
+# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe>
+# Contributor: Isaac David <isacdaavid@at@isacdaavid@dot@info>
+# Contributor: Andreas Grapentin <andreas@grapentin.org>
_pkgname=clamav-libre
pkgname=clamav
pkgver=0.99.2
-pkgrel=6.parabola2
+pkgrel=7.parabola1
pkgdesc='Anti-virus toolkit for Unix, without nonfree decompression engine for RAR archives'
url='http://www.clamav.net/'
license=('GPL')
@@ -26,7 +26,6 @@ source=("https://repo.parabola.nu/other/${_pkgname}/${_pkgname}-${pkgver}.tar.gz
'freshclam.conf'
'clamd.service'
'freshclamd.service'
- 'clamav-0.99.2-gcc-6.patch'
'make_it_compile_against_openssl_1_1_0.patch')
mksha256sums=('167bd6a13e05ece326b968fdb539b05c2ffcfef6018a274a10aeda85c2c0027a'
'SKIP')
@@ -37,7 +36,6 @@ sha256sums=('9cbca11e54c78129c0c9495ff40f42e83c34a430e832fdf86c9408bc397d6d07'
'127b39e13525ffb4242198cfb76f99d4d517e5f2fd9fa8dcad3f31fc9f82f952'
'e376ab0cefeefa5ac5f1cd611718452ea8646198e854aca3cc0026f5ffe58fb4'
'dd5ff6c79ee360da5f2221c4d9110a2a8886d86293f6c93c16bf74fdb126593c'
- 'b2960553243392a4298f37d5ef537296e989e95f7cc084800b8e3ab6a251be6d'
'0a8e02a91bc3f2c99bd52dc475592637376baa991fe3f899b7745b840fc586c5')
backup=('etc/clamav/clamd.conf'
@@ -57,7 +55,6 @@ mksource() {
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
- patch -Np1 -i ../clamav-0.99.2-gcc-6.patch
patch -Np1 -i ../make_it_compile_against_openssl_1_1_0.patch
autoreconf -fi
}
@@ -75,6 +72,7 @@ build() {
--sysconfdir=/etc/clamav \
--with-dbdir=/var/lib/clamav \
--disable-clamav \
+ --disable-llvm \
--disable-zlib-vcheck \
--enable-milter \
--disable-unrar \