Date: Monday, November 5, 2018 @ 10:56:15 Author: arodseth Revision: 401555
upgpkg: liteide 35.1-1 Modified: liteide/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-11-05 10:39:55 UTC (rev 401554) +++ PKGBUILD 2018-11-05 10:56:15 UTC (rev 401555) @@ -4,7 +4,7 @@ # Contributor: Matthew Zimmerman <[email protected]> pkgname=liteide -pkgver=34.3 +pkgver=35.1 pkgrel=1 pkgdesc='IDE for editing and building projects written in the Go programming language' license=('LGPL') @@ -35,15 +35,11 @@ cd "liteide-x$pkgver/build" mkdir -p go - export GOPATH="$(pwd)/go" + export GOPATH="$PWD/go" export QTDIR=/usr ./update_pkg.sh ./build_linux.sh - - # https://github.com/visualfc/liteide/issues/633 - #go get -u github.com/visualfc/gotools - #go get -u github.com/nsf/gocode } package() {
