Date: Friday, June 29, 2012 @ 18:10:33 Author: eric Revision: 162766 upgpkg: dcraw 9.15-1
Upstream update, Remove old unused install scriptlet Modified: dcraw/trunk/PKGBUILD Deleted: dcraw/trunk/dcraw.install ---------------+ PKGBUILD | 4 ++-- dcraw.install | 13 ------------- 2 files changed, 2 insertions(+), 15 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-06-29 20:58:34 UTC (rev 162765) +++ PKGBUILD 2012-06-29 22:10:33 UTC (rev 162766) @@ -3,7 +3,7 @@ # Contributor: Tobias Kieslich <[email protected]> pkgname=dcraw -pkgver=9.12 +pkgver=9.15 pkgrel=1 pkgdesc="A command line based converter for digicams raw output" arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ depends=('lcms' 'jasper') source=(http://www.cybercom.net/~dcoffin/dcraw/archive/${pkgname}-${pkgver}.tar.gz license.txt) -sha1sums=('b0110f83692b14940a8e43759d7ccefa77103cc6' +sha1sums=('0b06047603640fe19b5d3b2461319d6ba22eee6a' '502c8f0ac7434d48f5dcb2eefe7599627cb69454') build() { Deleted: dcraw.install =================================================================== --- dcraw.install 2012-06-29 20:58:34 UTC (rev 162765) +++ dcraw.install 2012-06-29 22:10:33 UTC (rev 162766) @@ -1,13 +0,0 @@ -post_install() { - cat << EOF - -NOTE for dcraw: ----- - ==> dcraw provides the simple commandline tools for raw conversion. If you - ==> are looking for a more sophisticated way consider gimp-ufraw, which - ==> provides a gimp-plugin and a standalone application that can even convert - ==> to 16-bit tiff files (which you can use in cinepaint eg.) So please do a - ==> 'pacman -S gimp-ufraw' to get it. - -EOF -}
