From 851376cd7720e1f9b35e0a7c26bfd66399f0c4d3 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 3 Dec 2011 23:14:41 +0000 Subject: Sat Dec 3 23:14:41 UTC 2011 --- community/quvi/PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'community/quvi') diff --git a/community/quvi/PKGBUILD b/community/quvi/PKGBUILD index d90b7e798..ea737ac4b 100644 --- a/community/quvi/PKGBUILD +++ b/community/quvi/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 57074 2011-10-20 16:44:35Z lfleischer $ +# $Id: PKGBUILD 59896 2011-12-02 07:00:15Z lfleischer $ # Maintainer: Lukas Fleischer # Contributor: joyfulgirl@archlinux.us pkgname=quvi -pkgver=0.4.0 +pkgver=0.4.1 pkgrel=1 pkgdesc='Command-line tool for parsing video download links.' arch=('i686' 'x86_64') @@ -11,8 +11,9 @@ url='http://quvi.sourceforge.net/' license=('LGPL') depends=('libquvi') options=('!libtool') -source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz") -md5sums=('302652f7e3d97051d7250e3a7bc04250') +source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig}) +md5sums=('0975e3d8cdf570d2143c49c249e698c5' + '53e2e206c17cb6a38c8c6b7b427b8b4a') build() { cd "${pkgname}-${pkgver}" -- cgit v1.2.3-54-g00ecf