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/quvi/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'community/quvi') diff --git a/community/quvi/PKGBUILD b/community/quvi/PKGBUILD index 4194f970b..d90b7e798 100644 --- a/community/quvi/PKGBUILD +++ b/community/quvi/PKGBUILD @@ -1,18 +1,18 @@ -# $Id: PKGBUILD 53820 2011-08-08 14:10:47Z lfleischer $ +# $Id: PKGBUILD 57074 2011-10-20 16:44:35Z lfleischer $ # Maintainer: Lukas Fleischer # Contributor: joyfulgirl@archlinux.us pkgname=quvi -pkgver=0.2.19 +pkgver=0.4.0 pkgrel=1 pkgdesc='Command-line tool for parsing video download links.' arch=('i686' 'x86_64') url='http://quvi.sourceforge.net/' license=('LGPL') -depends=('curl' 'pcre' 'lua') +depends=('libquvi') options=('!libtool') source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz") -md5sums=('c96627374377b049ac60e7642eb7f838') +md5sums=('302652f7e3d97051d7250e3a7bc04250') build() { cd "${pkgname}-${pkgver}" -- cgit v1.2.3-54-g00ecf