diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-07-02 03:51:56 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-07-02 03:51:56 +0000 |
commit | 35f5198d4a73e45c4e9e22d638f5bfd5b9b4bc62 (patch) | |
tree | 0a936fac74a00270ec2c07d3a37a63e79dd80999 /extra/dcraw/PKGBUILD | |
parent | 88933a383866089c23f6d62783a6a24ab211e872 (diff) |
Wed Jul 2 03:45:24 UTC 2014
Diffstat (limited to 'extra/dcraw/PKGBUILD')
-rw-r--r-- | extra/dcraw/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/dcraw/PKGBUILD b/extra/dcraw/PKGBUILD index e36475d74..4bace87ee 100644 --- a/extra/dcraw/PKGBUILD +++ b/extra/dcraw/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 206344 2014-02-24 06:30:08Z bisson $ +# $Id: PKGBUILD 215947 2014-07-01 06:24:38Z bisson $ # Maintainer: Gaetan Bisson <bisson@archlinux.org> # Contributor: tobias <tobias@archlinux.org> # Contributor: Tobias Kieslich <tobias@justdreams.de> pkgname=dcraw -pkgver=9.20 +pkgver=9.22 pkgrel=1 pkgdesc='Decodes any raw image from any digital camera' url='http://www.cybercom.net/~dcoffin/dcraw/' @@ -12,7 +12,7 @@ arch=('i686' 'x86_64') license=('custom') depends=('lcms2' 'jasper') source=("http://www.cybercom.net/~dcoffin/dcraw/archive/${pkgname}-${pkgver}.tar.gz") -sha1sums=('9b8ca82eaaf6582ffa0f2602e8ca705c722ea87e') +sha1sums=('aa012da4c7c295146cee22c3e3869b069e55d164') build() { cd "${srcdir}/${pkgname}" |