[arch-commits] Commit in feh/trunk (PKGBUILD)

Gaetan Bisson bisson at archlinux.org
Wed Jan 16 21:12:45 UTC 2013


    Date: Wednesday, January 16, 2013 @ 16:12:45
  Author: bisson
Revision: 175212

implement FS#33416

Modified:
  feh/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-01-16 18:18:31 UTC (rev 175211)
+++ PKGBUILD	2013-01-16 21:12:45 UTC (rev 175212)
@@ -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 @@
 
 build() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
-	make PREFIX=/usr exif=1 help=1
+	make PREFIX=/usr exif=1 help=1 stat64=1
 }
 
 package() {




More information about the arch-commits mailing list