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 /extra/libquvi/PKGBUILD | |
parent | 9159b8ca1c97a398204d7a7d4d78c3394639bd02 (diff) |
Tue Oct 8 02:32:53 PDT 2013
Diffstat (limited to 'extra/libquvi/PKGBUILD')
-rw-r--r-- | extra/libquvi/PKGBUILD | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/extra/libquvi/PKGBUILD b/extra/libquvi/PKGBUILD index b50034812..228cc1514 100644 --- a/extra/libquvi/PKGBUILD +++ b/extra/libquvi/PKGBUILD @@ -1,19 +1,19 @@ -# $Id: PKGBUILD 173175 2012-12-12 00:31:54Z eric $ +# $Id: PKGBUILD 196117 2013-10-07 11:52:59Z jgc $ # Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> pkgname=libquvi -pkgver=0.4.1 -pkgrel=2 +pkgver=0.9.3 +pkgrel=1 pkgdesc='Library for parsing video download links.' arch=('i686' 'x86_64') url='http://quvi.sourceforge.net/' -license=('LGPL') -depends=('libquvi-scripts' 'curl' 'lua') -conflicts=('quvi<0.4.0') +license=('AGPL3') +depends=('libquvi-scripts' 'curl' 'lua51' 'libproxy' 'libgcrypt' 'glib2') +conflicts=('quvi<0.9.0') options=('!libtool') -source=("http://downloads.sourceforge.net/sourceforge/quvi/${pkgname}-${pkgver}.tar.gz"{,.sig}) -md5sums=('a5fa8860c23655a529b3166f6e25c83a' - 'cc7f15518f8ab2fc134bc64f0e9d584b') +source=("http://downloads.sourceforge.net/sourceforge/quvi/${pkgname}-${pkgver}.tar.xz"{,.sig}) +md5sums=('12a62c4fcde9b6109193191b7bd3d685' + 'SKIP') build() { cd "${pkgname}-${pkgver}" |