diff options
author | root <root@rshg047.dnsready.net> | 2011-04-21 04:17:42 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-04-21 04:17:42 +0000 |
commit | fa4eccdc5034e6953e9b9381570ada0fb3ee983d (patch) | |
tree | 0e36297a392905958bf9ad80e8893b4e72ec2fb0 /community/quvi/PKGBUILD | |
parent | 862a468489b5081755f9086204a012c7cd3beb3e (diff) |
Thu Apr 21 04:17:42 UTC 2011
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}" |