Date: Monday, December 30, 2013 @ 15:21:12
  Author: arodseth
Revision: 103216

Version 20.1

Modified:
  liteide/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2013-12-30 13:50:26 UTC (rev 103215)
+++ PKGBUILD    2013-12-30 14:21:12 UTC (rev 103216)
@@ -5,7 +5,7 @@
 # Contributor: Matthew Zimmerman <mzimmer...@gmail.com>
 
 pkgname=liteide
-pkgver=20
+pkgver=20.1
 pkgrel=1
 pkgdesc='IDE for editing and building projects written in the Go programming 
language ("golangide")'
 license=('LGPL')
@@ -18,7 +18,7 @@
 options=('!strip' '!emptydirs')
 
source=("$pkgname.zip::https://github.com/visualfc/liteide/archive/x$pkgver.zip";
         'liteide.png')
-sha256sums=('b749bec15a70e3c4a851afcd0fc5c625c5654b4a56907482c8fac8193a8ccb1d'
+sha256sums=('3a3e664e9a76745308fd14eb89b4376f1fb1ac1195b8e2cefcef922e8e93dde2'
             '47c52b22326034bd3d6a7b11b05a53c8b3838c08e145171cf5cad2ca00260697')
 
 prepare() {
@@ -32,6 +32,9 @@
 
   export QTDIR=/usr
 
+  mkdir -p go
+  export GOPATH=`pwd`/go
+
   ./update_pkg.sh                                                              
                                                                                
                      
   ./build_linux.sh
 

Reply via email to