diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-01-24 03:49:02 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-01-24 03:49:02 +0000 |
commit | 58a72e3d6c07ca57231ada1576ba86af346197d4 (patch) | |
tree | 1e2ab396a5c53f24fedef939833ca53fd8566847 /extra/libraw | |
parent | 1a04b89cbb8e27e4622005c896745498af51ef45 (diff) |
Fri Jan 24 03:41:27 UTC 2014
Diffstat (limited to 'extra/libraw')
-rw-r--r-- | extra/libraw/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/libraw/PKGBUILD b/extra/libraw/PKGBUILD index 32db74053..70e1c9964 100644 --- a/extra/libraw/PKGBUILD +++ b/extra/libraw/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 199050 2013-11-07 23:03:25Z andrea $ +# $Id: PKGBUILD 204577 2014-01-23 13:18:50Z andrea $ # Maintainer: Andre Scarpino <andrea@archlinux.org> # Contributor: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> # Contributor: Ionut Biru <ibiru@archlinux.org> @@ -6,15 +6,15 @@ # Contributor: Brad Fanella <bradfanella@archlinux.us> pkgname=libraw -pkgver=0.15.4 -pkgrel=3 +pkgver=0.16.0 +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') url="http://www.libraw.org/" license=('CDDL' 'LGPL' 'custom') depends=('lcms2' 'jasper') source=("http://www.libraw.org/data/LibRaw-${pkgver}.tar.gz") -sha256sums=('b3fcfee33bc34ae5869a9741880e28a62f029f196cb1d1a007ab156f4a110f79') +sha256sums=('71f43871ec2535345c5c9b748f07813e49915170f9510b721a2be6478426cf96') build() { cd LibRaw-${pkgver} |