Date: Wednesday, March 7, 2012 @ 20:36:18 Author: bisson Revision: 152661
implement FS#28808 Modified: feh/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-03-07 21:18:26 UTC (rev 152660) +++ PKGBUILD 2012-03-08 01:36:18 UTC (rev 152661) @@ -6,12 +6,12 @@ pkgname=feh pkgver=2.4 -pkgrel=1 +pkgrel=2 pkgdesc='Fast and light imlib2-based image viewer' url='http://feh.finalrewind.org/' license=('MIT') arch=('i686' 'x86_64') -depends=('giblib' 'curl' 'libxinerama') +depends=('giblib' 'curl' 'libxinerama' 'libexif') optdepends=('perl: feh-cam, webcam wrapper for feh' 'imagemagick: support more file formats') makedepends=('libxt') @@ -20,7 +20,7 @@ build() { cd "${srcdir}/${pkgname}-${pkgver}" - make PREFIX=/usr + make PREFIX=/usr exif=1 help=1 } package() {
