diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-12-27 23:55:53 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-12-27 23:55:53 +0000 |
commit | 65eeff79fff8a1bfdf67ca51d147384f46f4d5c0 (patch) | |
tree | fbfdff322b28d9a3c37e6e31c94caf1d8e48dac1 /community/quvi | |
parent | d53c44f055929b18d7d1b25f8367ee5836c435fc (diff) |
Fri Dec 27 23:54:04 UTC 2013
Diffstat (limited to 'community/quvi')
-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 2b90f3f32..5c399cd97 100644 --- a/community/quvi/PKGBUILD +++ b/community/quvi/PKGBUILD @@ -1,17 +1,17 @@ -# $Id: PKGBUILD 99976 2013-10-31 02:47:38Z allan $ +# $Id: PKGBUILD 100868 2013-11-12 17:03:37Z heftig $ # Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> # Contributor: joyfulgirl@archlinux.us pkgname=quvi -pkgver=0.9.3.1 -pkgrel=2 +pkgver=0.9.5 +pkgrel=1 pkgdesc='Command-line tool for parsing video download links.' arch=('i686' 'x86_64') url='http://quvi.sourceforge.net/' license=('AGPL3') -depends=('libquvi') +depends=('libquvi' 'libxml2' 'json-glib') source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.sig}) -md5sums=('24b3173f8662a6bb33d9a8a58662764f' +md5sums=('baa1d7b25e9fd173e952e27d4aa4b933' 'SKIP') build() { |