From 8a1ff6d578560407979d22694c0a9c2097b402da Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Tue, 7 Aug 2018 12:23:52 +0000 Subject: [PATCH] community/liteide to 34-1 --- community/liteide/PKGBUILD | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/community/liteide/PKGBUILD b/community/liteide/PKGBUILD index ffee179e1..c4f1306e4 100644 --- a/community/liteide/PKGBUILD +++ b/community/liteide/PKGBUILD @@ -1,5 +1,5 @@ # $Id$ -# Maintainer: Alexander F Rødseth +# Maintainer: Alexander F. Rødseth # Contributor: spambanane # Contributor: Matteo # Contributor: Matthew Zimmerman @@ -8,8 +8,8 @@ # - build with go instead of gcc-go pkgname=liteide -pkgver=33.3 -pkgrel=2 +pkgver=34 +pkgrel=1 pkgdesc='IDE for editing and building projects written in the Go programming language' license=('LGPL') arch=('x86_64') @@ -24,7 +24,7 @@ md5sums=('SKIP') prepare() { gendesk -f -n --name LiteIDE --pkgname "$pkgname" --pkgdesc "$pkgdesc" - chmod +x "liteide-x$pkgver/build/"*_*.sh + chmod +x "liteide-x"$pkgver"/build/"*_*.sh # Fix for FS#4662 until fixed by upstream cd "liteide-x$pkgver/liteidex/os_deploy/linux/liteenv" @@ -46,8 +46,8 @@ build() { ./build_linux.sh # https://github.com/visualfc/liteide/issues/633 - go get -u github.com/visualfc/gotools - go get -u github.com/nsf/gocode + #go get -u github.com/visualfc/gotools + #go get -u github.com/nsf/gocode } package() { @@ -97,4 +97,5 @@ package() { "$pkgdir/usr/share/liteide/liteenv" } +# getver: raw.githubusercontent.com/visualfc/liteide/master/build/liteide_archlinux/PKGBUILD # vim: ts=2 sw=2 et: