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

Alexander Rødseth arodseth at archlinux.org
Thu Jun 15 11:03:22 UTC 2017


    Date: Thursday, June 15, 2017 @ 11:03:21
  Author: arodseth
Revision: 237149

upgpkg: liteide 32-2

Modified:
  liteide/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-15 10:59:39 UTC (rev 237148)
+++ PKGBUILD	2017-06-15 11:03:21 UTC (rev 237149)
@@ -6,15 +6,17 @@
 
 pkgname=liteide
 pkgver=32
-pkgrel=1
+pkgrel=2
 pkgdesc='IDE for editing and building projects written in the Go programming language'
 license=('LGPL')
 arch=('x86_64' 'i686')
 url='https://github.com/visualfc/liteide'
-depends=('go' 'go-tools' 'qt5-webkit')
 replaces=('golangide')
 conflicts=('golangide')
 makedepends=('gendesk' 'git' 'go' 'mercurial' 'setconf')
+depends=('go-tools' 'qt5-webkit')
+optdepends=('go: go compiler'
+            'gcc-go: go compiler')
 options=('!strip' '!emptydirs')
 source=("$pkgname-x$pkgver::git+https://github.com/visualfc/liteide.git#commit=34d5902698b684fe21e831e086ac9987b36eff63"
         'liteide.png')



More information about the arch-commits mailing list