From 65eeff79fff8a1bfdf67ca51d147384f46f4d5c0 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Fri, 27 Dec 2013 23:55:53 +0000 Subject: Fri Dec 27 23:54:04 UTC 2013 --- community/libdaq/PKGBUILD | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'community/libdaq/PKGBUILD') diff --git a/community/libdaq/PKGBUILD b/community/libdaq/PKGBUILD index fb36ed4f0..49d03e949 100644 --- a/community/libdaq/PKGBUILD +++ b/community/libdaq/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 99826 2013-10-31 01:56:41Z allan $ +# $Id: PKGBUILD 102862 2013-12-22 20:59:29Z bpiotrowski $ # Maintainer: Lukas Fleischer pkgname=libdaq -pkgver=1.1.1 +pkgver=2.0.1 pkgrel=1 pkgdesc='Data Acquisition library for packet I/O.' arch=('i686' 'x86_64') @@ -10,15 +10,14 @@ url='http://www.snort.org/' license=('GPL') depends=('libpcap') makedepends=('ca-certificates') -source=("http://www.snort.org/dl/snort-current/daq-${pkgver}.tar.gz"{,.sig}) -md5sums=('bc204ea09165b4ecbb1bb49c7c1a2ad4' - '3ec4c252249b09adaf5c96e2626a1f74') +source=(http://www.snort.org/dl/snort-current/daq-${pkgver}.tar.gz{,.sig}) +md5sums=('044aa3663d44580d005293eeb8ccf175' + 'SKIP') build() { cd "${srcdir}/daq-${pkgver}" - ./configure --prefix=/usr - make + make -j1 } package() { -- cgit v1.2.3-54-g00ecf