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

Gaëtan Bisson bisson at archlinux.org
Tue Dec 17 06:40:59 UTC 2019


    Date: Tuesday, December 17, 2019 @ 06:40:58
  Author: bisson
Revision: 371580

implement FS#64863

Modified:
  feh/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-17 03:40:28 UTC (rev 371579)
+++ PKGBUILD	2019-12-17 06:40:58 UTC (rev 371580)
@@ -5,7 +5,7 @@
 
 pkgname=feh
 pkgver=3.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Fast and light imlib2-based image viewer'
 url='https://feh.finalrewind.org/'
 license=('custom:MIT')
@@ -21,7 +21,7 @@
 
 build() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
-	make PREFIX=/usr exif=1 help=1 stat64=1
+	make PREFIX=/usr help=1 exif=1 stat64=1 inotify=1
 }
 
 package() {



More information about the arch-commits mailing list