diff options
author | root <root@rshg054.dnsready.net> | 2013-01-27 01:12:11 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-01-27 01:12:11 -0800 |
commit | 3ed565983048f1226dd3f258a3f0acaf04536dda (patch) | |
tree | 9ea304021502408af54b935da41441afb7e4bd62 /community/cclive/PKGBUILD | |
parent | 7d3e94229ca9849421d263542eb2c61f64a91c10 (diff) |
Sun Jan 27 01:11:57 PST 2013
Diffstat (limited to 'community/cclive/PKGBUILD')
-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 81158416c..92b381aff 100644 --- a/community/cclive/PKGBUILD +++ b/community/cclive/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 76190 2012-09-13 07:56:23Z lfleischer $ +# $Id: PKGBUILD 82994 2013-01-26 10:56:03Z bpiotrowski $ # 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.10 +pkgver=0.7.11 pkgrel=1 pkgdesc='Commandline downloader for popular video websites.' arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ license=('GPL3') depends=('boost-libs' 'pcre' 'curl' 'libquvi') makedepends=('boost') source=("http://downloads.sourceforge.net/project/${pkgname}/0.7/${pkgname}-${pkgver}.tar.xz") -md5sums=('dee09cd1b5638078037b8a2945ebac52') +md5sums=('b96cf74e846e3047e0b1db917070c6d0') build() { cd $pkgname-$pkgver |