diff options
author | root <root@rshg054.dnsready.net> | 2013-06-20 01:16:55 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-06-20 01:16:55 -0700 |
commit | 5898d76e47144f2366f9acda9ab52827b696c2d5 (patch) | |
tree | 24ef06e686a0fdbd29152094c42ea6142c40ad28 /community/libraw | |
parent | 603bdf488872afbc69493bc640aedb7548f3ed51 (diff) |
Thu Jun 20 01:16:07 PDT 2013
Diffstat (limited to 'community/libraw')
-rw-r--r-- | community/libraw/PKGBUILD | 6 | ||||
-rw-r--r-- | community/libraw/libraw.changelog | 3 |
2 files changed, 6 insertions, 3 deletions
diff --git a/community/libraw/PKGBUILD b/community/libraw/PKGBUILD index b1023c8d7..0c1004e39 100644 --- a/community/libraw/PKGBUILD +++ b/community/libraw/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 92809 2013-06-15 11:40:29Z jlichtblau $ +# $Id: PKGBUILD 92940 2013-06-19 21:09:45Z bpiotrowski $ # Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> # Contributor: Ionut Biru <ibiru@archlinux.org> # Contributor: Joeny Ang <ang(dot)joeny(at)gmail(dot)com> # Contributor: Brad Fanella <bradfanella@archlinux.us> pkgname=libraw -pkgver=0.14.8 +pkgver=0.15.2 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') @@ -15,7 +15,7 @@ depends=('lcms') options=('!makeflags') changelog=$pkgname.changelog source=(http://www.libraw.org/data/LibRaw-${pkgver}.tar.gz) -sha256sums=('ec06bfb31ccefc8618c3939aa99fa7a42b413e0ccfb24205bb7fe7eaa4ba13ac') +sha256sums=('828eac93910f26f813f91d35f92f33a9e719c2ec8522d575b248063194b068c6') build() { cd ${srcdir}/LibRaw-${pkgver} diff --git a/community/libraw/libraw.changelog b/community/libraw/libraw.changelog index c9ca492b8..ae434aae0 100644 --- a/community/libraw/libraw.changelog +++ b/community/libraw/libraw.changelog @@ -1,4 +1,7 @@ 2013-06-15 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> + * libraw 0.15.2-1 + +2013-06-15 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> * libraw 0.14.8-1 2012-09-18 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> |