summaryrefslogtreecommitdiff
path: root/extra/feh/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/feh/PKGBUILD')
-rw-r--r--extra/feh/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/feh/PKGBUILD b/extra/feh/PKGBUILD
index 8c68a8611..d1de1bed4 100644
--- a/extra/feh/PKGBUILD
+++ b/extra/feh/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 152286 2012-03-06 13:19:14Z bisson $
+# $Id: PKGBUILD 152662 2012-03-08 01:36:52Z bisson $
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: dorphell <dorphell@archlinux.org>
@@ -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 @@ sha1sums=('1798186105da2dacebd49210d7f0bd78687922a5')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- make PREFIX=/usr
+ make PREFIX=/usr exif=1 help=1
}
package() {