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/quvi/PKGBUILD | |
parent | 6298f4701b6053c45ef593aec10d06614d39a90d (diff) |
Wed May 9 00:01:39 UTC 2012
Diffstat (limited to 'community/quvi/PKGBUILD')
-rw-r--r-- | community/quvi/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/quvi/PKGBUILD b/community/quvi/PKGBUILD index ea737ac4b..3bb48927d 100644 --- a/community/quvi/PKGBUILD +++ b/community/quvi/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 59896 2011-12-02 07:00:15Z lfleischer $ +# $Id: PKGBUILD 70446 2012-05-07 08:29:18Z lfleischer $ # Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> # Contributor: joyfulgirl@archlinux.us pkgname=quvi -pkgver=0.4.1 +pkgver=0.4.2 pkgrel=1 pkgdesc='Command-line tool for parsing video download links.' arch=('i686' 'x86_64') @@ -12,8 +12,8 @@ license=('LGPL') depends=('libquvi') options=('!libtool') source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig}) -md5sums=('0975e3d8cdf570d2143c49c249e698c5' - '53e2e206c17cb6a38c8c6b7b427b8b4a') +md5sums=('05f1e2c711d1ca9d4bc68b8de553941d' + '523b17d5a9024c8b0a1636917d79e792') build() { cd "${pkgname}-${pkgver}" |