From 2177c67a64be23a55a6d1c4eb756a5395767f42d Mon Sep 17 00:00:00 2001 From: Jeff Huang Date: Sun, 4 Oct 2015 12:55:41 +0000 Subject: [PATCH] jhead: update to 3.00 --- jhead/PKGBUILD | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/jhead/PKGBUILD b/jhead/PKGBUILD index fbfeb132d..eacf3caad 100644 --- a/jhead/PKGBUILD +++ b/jhead/PKGBUILD @@ -1,20 +1,16 @@ -# Maintainer: Adrián Chaves Fernández (Gallaecio) -# Contributor: François Charette -# Contributor: Giovanni Scafora - pkgname=jhead -pkgver=2.97 +pkgver=3.00 pkgrel=1 pkgdesc="EXIF JPEG info parser and thumbnail remover" url="http://www.sentex.net/~mwandel/jhead/" arch=('x86_64') license=('custom:Public Domain') depends=('glibc') -optdepends=('libjpeg: to up-right images according to rotation tag') +optdepends=('libjpeg-turbo: to up-right images according to rotation tag') categories=('graphics') -source=(http://www.sentex.net/~mwandel/$pkgname/$pkgname-$pkgver.tar.gz +source=(http://www.sentex.net/~mwandel/${pkgname}/${pkgname}-${pkgver}.tar.gz license.txt) -md5sums=('23b037d0c54211973a3951e41a97c924' +md5sums=('86cc05ad59d049c35963c7c1a5296801' '1f0db611d2642a981719f45252762a45') build() { @@ -28,5 +24,5 @@ package() { install -D -m644 jhead.1 $pkgdir/usr/share/man/man1/jhead.1 # License. - install -D -m644 $srcdir/license.txt $pkgdir/usr/share/licenses/$pkgname/license.txt + install -D -m644 $srcdir/license.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE }