diff options
-rw-r--r-- | community/cclive/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/cclive/PKGBUILD b/community/cclive/PKGBUILD index acc641245..7643573c6 100644 --- a/community/cclive/PKGBUILD +++ b/community/cclive/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 54180 2011-08-14 12:19:01Z lfleischer $ +# $Id: PKGBUILD 55940 2011-09-26 09:58:23Z lfleischer $ # Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> # Contributor: joyfulgirl@archlinux.us # Contributor: nathan owe ndowens04 at gmail dot com pkgname=cclive -pkgver=0.7.5 +pkgver=0.7.6 pkgrel=1 pkgdesc='Commandline downloader for popular video websites.' arch=('i686' 'x86_64' 'mips64el') @@ -13,7 +13,7 @@ license=('GPL3') depends=('boost-libs' 'quvi') makedepends=('boost') source=("http://downloads.sourceforge.net/project/${pkgname}/0.7/${pkgname}-${pkgver}.tar.gz") -md5sums=('7d727db64bcf490b7ecd192ec0f6a7fa') +md5sums=('714ecd9952f79ac9d2c954e5e84fb843') build() { cd "$pkgname-$pkgver" |