[arch-commits] Commit in liteide/trunk (PKGBUILD)

Alexander Rødseth arodseth at nymeria.archlinux.org
Fri Mar 21 13:29:29 UTC 2014


    Date: Friday, March 21, 2014 @ 14:29:29
  Author: arodseth
Revision: 108030

Updated to 21.1

Modified:
  liteide/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++++-----------
 1 file changed, 7 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-03-21 13:06:19 UTC (rev 108029)
+++ PKGBUILD	2014-03-21 13:29:29 UTC (rev 108030)
@@ -5,8 +5,8 @@
 # Contributor: Matthew Zimmerman <mzimmerman at gmail.com>
 
 pkgname=liteide
-pkgver=20.1
-pkgrel=2
+pkgver=21.1
+pkgrel=1
 pkgdesc='IDE for editing and building projects written in the Go programming language ("golangide")'
 license=('LGPL')
 arch=('x86_64' 'i686')
@@ -14,12 +14,12 @@
 depends=('go' 'qt5-webkit')
 replaces=('golangide')
 conflicts=('golangide')
-makedepends=('gendesk' 'git')
+makedepends=('gendesk' 'git' 'go')
 options=('!strip' '!emptydirs')
-source=("$pkgname.zip::https://github.com/visualfc/liteide/archive/x$pkgver.zip"
+source=("$pkgname-x$pkgver::git://github.com/visualfc/liteide.git#tag=x$pkgver"
         'liteide.png')
-sha256sums=('3a3e664e9a76745308fd14eb89b4376f1fb1ac1195b8e2cefcef922e8e93dde2'
-            '47c52b22326034bd3d6a7b11b05a53c8b3838c08e145171cf5cad2ca00260697')
+md5sums=('SKIP'
+         '7f459be003d754a3a2c34be91b8c0b1f')
 
 prepare() {
   gendesk -f -n --name 'LiteIDE' --pkgname "$pkgname" --pkgdesc "$pkgdesc"
@@ -53,7 +53,7 @@
     "$pkgdir/usr/share/doc/$pkgname"
 
   msg2 'Packaging executables...'
-  for binary in goastview goapi goexec godocview liteide; do
+  for binary in gocode goimports liteide liteide_stub; do 
     install -Dm755 "bin/$binary" "$pkgdir/usr/bin/$binary"
   done
   ln -s /usr/bin/liteide "$pkgdir/usr/bin/golangide"
@@ -84,10 +84,6 @@
 
   msg2 'Cleaning up...'
   rm -rf "$pkgdir/usr/share/$pkgname/doc"
-
-  # Fix for FS#38781
-  #mkdir -p "$pkgdir/usr/share/$pkgname/linux"
-  #ln -s "/usr/share/$pkgname/liteenv" "$pkgdir/usr/share/$pkgname/linux/liteenv"
 }
 
 # vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list