summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoraksr2017-05-22 08:53:33 +0200
committeraksr2017-05-22 08:53:33 +0200
commit882cc34ef0de3aa5815842e277717b48c2325527 (patch)
treedc20fbb1caf9c365f79c25f3e04020dd31db8169
parent9da7e737bacf7a90fa93a2b865789ae168876c32 (diff)
downloadaur-edbrowse.tar.gz
Fix build, thanks lilmike.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e236be4aa224..cd016583d268 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Apr 3 18:38:20 UTC 2017
+# Mon May 22 06:53:11 UTC 2017
pkgbase = edbrowse
pkgdesc = A line-oriented editor, browser and mail client.
pkgver = 3.6.3
- pkgrel = 1
+ pkgrel = 2
url = http://edbrowse.org/
arch = i686
arch = x86_64
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() {