diff options
author | root <root@rshg054.dnsready.net> | 2011-09-19 23:14:46 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-09-19 23:14:46 +0000 |
commit | df65be2b18070d63ffd056e8563279e4646bee9a (patch) | |
tree | db83bf14cc793eaa739a4c65f7af96583cc56576 /community/libraw | |
parent | f57b139ded4e8c4b10555985513b3f9a70a70e12 (diff) |
Mon Sep 19 23:14:46 UTC 2011
Diffstat (limited to 'community/libraw')
-rw-r--r-- | community/libraw/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/libraw/PKGBUILD b/community/libraw/PKGBUILD index 73661a48b..62a22ddf2 100644 --- a/community/libraw/PKGBUILD +++ b/community/libraw/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 52082 2011-07-20 03:04:09Z bfanella $ -# Maintainer : Ionut Biru <ibiru@archlinux.org> -# Maintainer: Brad Fanella <bradfanella@archlinux.us> +# $Id: PKGBUILD 55740 2011-09-18 19:52:04Z bfanella $ +# Contributor: Ionut Biru <ibiru@archlinux.org> # Contributor: Joeny Ang <ang(dot)joeny(at)gmail(dot)com> +# Maintainer: Brad Fanella <bradfanella@archlinux.us> pkgname=libraw _pkgbasename=LibRaw -pkgver=0.13.7 +pkgver=0.13.8 pkgrel=1 pkgdesc="A library for reading RAW files obtained from digital photo cameras (CRW/CR2, NEF, RAF, DNG, and others)" arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ license=('CDDL' 'LGPL' 'custom') depends=('lcms') options=('!makeflags') source=(http://www.libraw.org/data/${_pkgbasename}-${pkgver}.tar.gz) -md5sums=('5c189e16d61f423162da57333b7c8873') +md5sums=('62cd5fee94915add0c43a97ec6909bbb') build() { cd ${srcdir}/${_pkgbasename}-${pkgver} |