community/liteide to 35.1-1

This commit is contained in:
Kevin Mihelich 2018-11-05 13:09:36 +00:00
parent f87ca0f071
commit 22035f1ce6

View file

@ -7,7 +7,7 @@
# - build with go instead of gcc-go
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')
@ -38,15 +38,11 @@ build() {
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() {