summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoraksr2017-05-22 08:53:33 +0200
committeraksr2017-05-22 08:53:33 +0200
commit882cc34ef0de3aa5815842e277717b48c2325527 (patch)
treedc20fbb1caf9c365f79c25f3e04020dd31db8169 /PKGBUILD
parent9da7e737bacf7a90fa93a2b865789ae168876c32 (diff)
downloadaur-edbrowse.tar.gz
Fix build, thanks lilmike.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6aa130a9b15f..298b15edb184 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Maintainer: aksr <aksr at t-com dot me>
pkgname=edbrowse
pkgver=3.6.3
-pkgrel=1
+pkgrel=2
epoch=
pkgdesc="A line-oriented editor, browser and mail client."
arch=('i686' 'x86_64')
@@ -31,7 +31,7 @@ sha256sums=('f1ab7a113ea9465ef19c3ffa10e0b0466032c42acb55875243f5b859779d3b64')
build() {
cd "$srcdir/$pkgname-$pkgver"
- make all
+ make CFLAGS="-I/usr/include/tidy" all
}
package() {