diff options
Diffstat (limited to 'community/quvi/PKGBUILD')
-rw-r--r-- | community/quvi/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/quvi/PKGBUILD b/community/quvi/PKGBUILD index 0db615d35..7a4c6beee 100644 --- a/community/quvi/PKGBUILD +++ b/community/quvi/PKGBUILD @@ -1,18 +1,18 @@ -# $Id: PKGBUILD 43700 2011-03-29 09:36:38Z lfleischer $ +# $Id: PKGBUILD 45360 2011-04-20 15:12:08Z lfleischer $ # Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> # Contributor: joyfulgirl@archlinux.us pkgname=quvi -pkgver=0.2.14 +pkgver=0.2.15 pkgrel=1 pkgdesc='Command-line tool for parsing video download links.' arch=('i686' 'x86_64') -url='http://quvi.googlecode.com/' +url='http://quvi.sourceforge.net/' license=('LGPL') depends=('curl' 'pcre' 'lua') options=('!libtool') -source=("http://${pkgname}.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2") -md5sums=('9958319e82232dea781526198b98985e') +source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz") +md5sums=('7cda6c6593c1281e89d91de3b0bed284') build() { cd "${pkgname}-${pkgver}" |