diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-12-27 23:55:53 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-12-27 23:55:53 +0000 |
commit | 65eeff79fff8a1bfdf67ca51d147384f46f4d5c0 (patch) | |
tree | fbfdff322b28d9a3c37e6e31c94caf1d8e48dac1 /community/cclive/PKGBUILD | |
parent | d53c44f055929b18d7d1b25f8367ee5836c435fc (diff) |
Fri Dec 27 23:54:04 UTC 2013
Diffstat (limited to 'community/cclive/PKGBUILD')
-rw-r--r-- | community/cclive/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/cclive/PKGBUILD b/community/cclive/PKGBUILD index b252b3314..3b586a9cb 100644 --- a/community/cclive/PKGBUILD +++ b/community/cclive/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 98184 2013-10-07 12:07:00Z jgc $ +# $Id: PKGBUILD 102241 2013-12-07 10:36:26Z 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.9.2 -pkgrel=1 +pkgver=0.9.3 +pkgrel=3 pkgdesc='Commandline downloader for popular video websites.' arch=('i686' 'x86_64') url='http://cclive.sourceforge.net/' @@ -13,7 +13,7 @@ license=('AGPL3') depends=('boost-libs' 'pcre' 'curl' 'libquvi' 'glibmm') makedepends=('boost') source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz") -md5sums=('b21f2ed68242901dc0439132a4ea6629') +md5sums=('c336f97e29327d92ead62765a0ef0b65') build() { cd $pkgname-$pkgver |