From d3d0811e23787b5c66edf94b3351a1555eb5010f Mon Sep 17 00:00:00 2001 From: root Date: Fri, 21 Oct 2011 23:14:54 +0000 Subject: Fri Oct 21 23:14:53 UTC 2011 --- community/cclive/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'community/cclive') diff --git a/community/cclive/PKGBUILD b/community/cclive/PKGBUILD index 7fd861848..101f4950e 100644 --- a/community/cclive/PKGBUILD +++ b/community/cclive/PKGBUILD @@ -1,19 +1,19 @@ -# $Id: PKGBUILD 55940 2011-09-26 09:58:23Z lfleischer $ +# $Id: PKGBUILD 57078 2011-10-20 17:07:27Z lfleischer $ # Maintainer: Lukas Fleischer # Contributor: joyfulgirl@archlinux.us # Contributor: nathan owe ndowens04 at gmail dot com pkgname=cclive -pkgver=0.7.6 +pkgver=0.7.7 pkgrel=1 pkgdesc='Commandline downloader for popular video websites.' arch=('i686' 'x86_64') url='http://cclive.sourceforge.net/' license=('GPL3') -depends=('boost-libs' 'quvi') +depends=('boost-libs' 'pcre' 'curl' 'libquvi') makedepends=('boost') source=("http://downloads.sourceforge.net/project/${pkgname}/0.7/${pkgname}-${pkgver}.tar.gz") -md5sums=('714ecd9952f79ac9d2c954e5e84fb843') +md5sums=('8265be865a22fb477bcc050f0dc310dc') build() { cd "$pkgname-$pkgver" -- cgit v1.2.3-54-g00ecf