diff options
author | root <root@rshg054.dnsready.net> | 2013-01-17 00:06:09 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-01-17 00:06:09 -0800 |
commit | 4e8c9530dbbf6c8b4c8147cef8fe9845c8898de3 (patch) | |
tree | 86de1737558215adb39fdcd56c699257288facca /extra/feh | |
parent | e1c991185c594db7cc8978ed0239ebca4d37560e (diff) |
Thu Jan 17 00:06:09 PST 2013
Diffstat (limited to 'extra/feh')
-rw-r--r-- | extra/feh/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/feh/PKGBUILD b/extra/feh/PKGBUILD index f560cd9a9..1d0160666 100644 --- a/extra/feh/PKGBUILD +++ b/extra/feh/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 174012 2013-01-01 13:02:26Z bisson $ +# $Id: PKGBUILD 175213 2013-01-16 21:13:09Z bisson $ # Maintainer: Gaetan Bisson <bisson@archlinux.org> # Contributor: Andrea Scarpino <andrea@archlinux.org> # Contributor: dorphell <dorphell@archlinux.org> @@ -6,7 +6,7 @@ pkgname=feh pkgver=2.8 -pkgrel=1 +pkgrel=2 pkgdesc='Fast and light imlib2-based image viewer' url='http://feh.finalrewind.org/' license=('custom:MIT') @@ -20,7 +20,7 @@ sha1sums=('eeb251d5971cf07e632661ef0b514fc3b0c7aca6') build() { cd "${srcdir}/${pkgname}-${pkgver}" - make PREFIX=/usr exif=1 help=1 + make PREFIX=/usr exif=1 help=1 stat64=1 } package() { |