Date: Tuesday, August 7, 2018 @ 10:59:36 Author: arodseth Revision: 370113
upgpkg: liteide 34-1 Modified: liteide/trunk/PKGBUILD ----------+ PKGBUILD | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-08-07 10:55:22 UTC (rev 370112) +++ PKGBUILD 2018-08-07 10:59:36 UTC (rev 370113) @@ -1,12 +1,12 @@ # $Id$ -# Maintainer: Alexander F Rødseth <[email protected]> +# Maintainer: Alexander F. Rødseth <[email protected]> # Contributor: spambanane <[email protected]> # Contributor: Matteo <[email protected]> # Contributor: Matthew Zimmerman <[email protected]> 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') @@ -21,7 +21,7 @@ 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" @@ -43,8 +43,8 @@ ./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() { @@ -94,4 +94,5 @@ "$pkgdir/usr/share/liteide/liteenv" } +# getver: raw.githubusercontent.com/visualfc/liteide/master/build/liteide_archlinux/PKGBUILD # vim: ts=2 sw=2 et:
