diff options
author | root <root@rshg054.dnsready.net> | 2012-05-09 00:01:39 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-05-09 00:01:39 +0000 |
commit | 065cf8163398f8da177e9f09f5a5e97a063ca5c5 (patch) | |
tree | be487868f7c0b73ad63b246a443a7157f2074f1f /community/libquvi | |
parent | 6298f4701b6053c45ef593aec10d06614d39a90d (diff) |
Wed May 9 00:01:39 UTC 2012
Diffstat (limited to 'community/libquvi')
-rw-r--r-- | community/libquvi/PKGBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/community/libquvi/PKGBUILD b/community/libquvi/PKGBUILD index bc155076e..c9a3cffac 100644 --- a/community/libquvi/PKGBUILD +++ b/community/libquvi/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 66396 2012-02-24 12:56:50Z lfleischer $ +# $Id: PKGBUILD 70444 2012-05-07 08:28:44Z lfleischer $ # Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> pkgname=libquvi -pkgver=0.4.0 -pkgrel=3 +pkgver=0.4.1 +pkgrel=1 pkgdesc='Library for parsing video download links.' arch=('i686' 'x86_64') url='http://quvi.sourceforge.net/' @@ -11,8 +11,9 @@ license=('LGPL') depends=('libquvi-scripts' 'curl' 'lua') conflicts=('quvi<0.4.0') options=('!libtool') -source=("http://downloads.sourceforge.net/sourceforge/quvi/${pkgname}-${pkgver}.tar.gz") -md5sums=('85c47035105b6b523a28793d4f6da9f1') +source=("http://downloads.sourceforge.net/sourceforge/quvi/${pkgname}-${pkgver}.tar.gz"{,.sig}) +md5sums=('a5fa8860c23655a529b3166f6e25c83a' + 'cc7f15518f8ab2fc134bc64f0e9d584b') build() { cd "${pkgname}-${pkgver}" |