summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsolaraquarion2017-02-14 12:37:37 -0500
committersolaraquarion2017-02-14 12:37:37 -0500
commitec1c6ca5b6f88223ea5b1ca092e8f25153114fb1 (patch)
treedd0b806e25f9887d418e58b1b0cbe7863bee2794
parent1e8223b8d944d2b78aaab6196408385434df4ca6 (diff)
downloadaur-ec1c6ca5b6f88223ea5b1ca092e8f25153114fb1.tar.gz
doing a fix for luakit.so
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d75c28557990..9b543082cb3a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Feb 14 16:23:36 UTC 2017
+# Tue Feb 14 17:37:15 UTC 2017
pkgbase = luakit-git
pkgdesc = fork of luakit using webkit2
- pkgver = r2735.5f2a71b
- pkgrel = 4
+ pkgver = r2736.6f1e8ba
+ pkgrel = 1
url = https://github.com/luakit/luakit
arch = x86_64
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 3ceb862f72d3..274cc2dda692 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@
pkgname=luakit-git
gitname=luakit
-pkgver=r2735.5f2a71b
-pkgrel=4
+pkgver=r2736.6f1e8ba
+pkgrel=1
pkgdesc='fork of luakit using webkit2'
arch=('x86_64' 'i686' 'armv7h')
url='https://github.com/luakit/luakit'
@@ -42,7 +42,7 @@ prepare() {
build() {
cd "${srcdir}/${gitname}"
- make PREFIX=/usr all
+ make DEVELOPMENT_PATHS=0 PREFIX=/usr all
}
package() {