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

Alad Wenter alad at archlinux.org
Sun Sep 8 19:51:43 UTC 2019


    Date: Sunday, September 8, 2019 @ 19:51:43
  Author: alad
Revision: 509024

upgpkg: edbrowse 3.7.5.1-1

Modified:
  edbrowse/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-08 19:48:48 UTC (rev 509023)
+++ PKGBUILD	2019-09-08 19:51:43 UTC (rev 509024)
@@ -4,9 +4,9 @@
 # Contributor: Chuck Boucher <jofywyxaxukyvofa (at) tempomail.fr>
 # Contributor: aksr <aksr at t-com dot me>
 pkgname=edbrowse
-pkgver=3.7.5
+pkgver=3.7.5.1
 pkgrel=1
-_commit=c3fd420c0a7b73a88e2739b6464ee872235db4ea # 3.7.5
+_commit=753ec35ce118b3c4a9264a995ff2f6e185a6d5a4 # 3.7.5.1
 pkgdesc='Line-oriented editor, browser and mail client'
 arch=('x86_64')
 url='https://edbrowse.org'
@@ -18,7 +18,7 @@
 
 build() {
     cd "$pkgname-$pkgver"
-    make CFLAGS="-I/usr/include/tidy" all
+    make CFLAGS="$CFLAGS -I/usr/include/tidy" all
 }
 
 package() {



More information about the arch-commits mailing list