diff options
author | root <root@rshg054.dnsready.net> | 2013-10-08 02:34:09 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-10-08 02:34:09 -0700 |
commit | 3a0ad5dc35d5cff379cdfc736b9cae856416fe6a (patch) | |
tree | a6af20a38d47d7a7ae8e1b98f70005c54644bbdd /community/quvi/PKGBUILD | |
parent | 9159b8ca1c97a398204d7a7d4d78c3394639bd02 (diff) |
Tue Oct 8 02:32:53 PDT 2013
Diffstat (limited to 'community/quvi/PKGBUILD')
-rw-r--r-- | community/quvi/PKGBUILD | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/community/quvi/PKGBUILD b/community/quvi/PKGBUILD index 3bb48927d..bf7598853 100644 --- a/community/quvi/PKGBUILD +++ b/community/quvi/PKGBUILD @@ -1,19 +1,19 @@ -# $Id: PKGBUILD 70446 2012-05-07 08:29:18Z lfleischer $ +# $Id: PKGBUILD 98182 2013-10-07 12:06:30Z jgc $ # Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> # Contributor: joyfulgirl@archlinux.us pkgname=quvi -pkgver=0.4.2 -pkgrel=1 +pkgver=0.9.3.1 +pkgrel=2 pkgdesc='Command-line tool for parsing video download links.' arch=('i686' 'x86_64') url='http://quvi.sourceforge.net/' -license=('LGPL') +license=('AGPL3') depends=('libquvi') options=('!libtool') -source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig}) -md5sums=('05f1e2c711d1ca9d4bc68b8de553941d' - '523b17d5a9024c8b0a1636917d79e792') +source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.sig}) +md5sums=('24b3173f8662a6bb33d9a8a58662764f' + 'SKIP') build() { cd "${pkgname}-${pkgver}" |