Date: Friday, February 15, 2013 @ 15:37:22 Author: lfleischer Revision: 84284
upgpkg: jhead 2.97-1 Upstream update. Modified: jhead/trunk/PKGBUILD ----------+ PKGBUILD | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-02-15 14:33:33 UTC (rev 84283) +++ PKGBUILD 2013-02-15 14:37:22 UTC (rev 84284) @@ -1,19 +1,20 @@ # $Id$ -# Maintainer: François Charette <francois ατ archlinux δοτ org> +# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> +# Contributor: François Charette <francois ατ archlinux δοτ org> # Contributor: Giovanni Scafora <[email protected]> pkgname=jhead -pkgver=2.96 +pkgver=2.97 pkgrel=1 -pkgdesc="EXIF JPEG info parser and thumbnail remover" +pkgdesc='EXIF JPEG info parser and thumbnail remover' url="http://www.sentex.net/~mwandel/jhead/" arch=('i686' 'x86_64') license=('custom') depends=('glibc') optdepends=('libjpeg: to up-right images according to rotation tag') -source=(http://www.sentex.net/~mwandel/${pkgname}/${pkgname}-${pkgver}.tar.gz +source=("http://www.sentex.net/~mwandel/${pkgname}/${pkgname}-${pkgver}.tar.gz" LICENSE) -md5sums=('562b45d4d82f64196debed8c520c1cab' +md5sums=('23b037d0c54211973a3951e41a97c924' '1f0db611d2642a981719f45252762a45') build() { @@ -23,7 +24,8 @@ package() { cd "${srcdir}/${pkgname}-${pkgver}" - install -D -m755 jhead "${pkgdir}/usr/bin/jhead" - install -D -m644 jhead.1 "${pkgdir}/usr/share/man/man1/jhead.1" - install -D -m644 ${srcdir}/LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" + + install -Dm755 jhead "${pkgdir}/usr/bin/jhead" + install -Dm644 jhead.1 "${pkgdir}/usr/share/man/man1/jhead.1" + install -Dm644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" }
