summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMikuro Kagamine2018-07-28 12:59:36 +1000
committerMikuro Kagamine2018-07-28 12:59:36 +1000
commitd273a07d77c94518621cf89854ed94d1b31f2f4c (patch)
tree7ab21e9dd98fec1d1a8c6ce9acbb4170441e39fe /PKGBUILD
parent4fe5d38534a2ce4ffebb0f0eb377e67f7488f160 (diff)
downloadaur-d273a07d77c94518621cf89854ed94d1b31f2f4c.tar.gz
Change a thing for a guy.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dc5be9ca49cf..202c284f3a36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=browsh
pkgver=1.4.10
-pkgrel=1
+pkgrel=2
pkgdesc='A fully-modern text-based browser, rendering to TTY and browsers'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url='https://www.brow.sh'
@@ -45,6 +45,8 @@ prepare() {
}
build() {
+ export GOPATH="${srcdir}/.gopath"
+ export _interfacer="${GOPATH}/src/${pkgname}/interfacer"
cd "$_interfacer"
echo Build ${pkgname}...
go build -x\