diff options
Diffstat (limited to 'community/liteide/PKGBUILD')
-rw-r--r-- | community/liteide/PKGBUILD | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/community/liteide/PKGBUILD b/community/liteide/PKGBUILD index 67730d2b8..0f09d2f22 100644 --- a/community/liteide/PKGBUILD +++ b/community/liteide/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 109501 2014-04-15 09:25:35Z arodseth $ +# $Id: PKGBUILD 113424 2014-06-22 12:27:45Z arodseth $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: spambanane <happy.house@gmx.de> # Contributor: Matteo <matteo.dek@gmail.com> @@ -6,7 +6,7 @@ pkgname=liteide pkgver=22 -pkgrel=1 +pkgrel=3 pkgdesc='IDE for editing and building projects written in the Go programming language' license=('LGPL') arch=('x86_64' 'i686') @@ -14,7 +14,7 @@ url='https://github.com/visualfc/liteide' depends=('go' 'qt5-webkit') replaces=('golangide') conflicts=('golangide') -makedepends=('gendesk' 'git' 'go') +makedepends=('gendesk' 'git' 'go' 'mercurial') options=('!strip' '!emptydirs') source=("$pkgname-x$pkgver::git://github.com/visualfc/liteide.git#tag=x$pkgver" 'liteide.png') @@ -24,6 +24,9 @@ md5sums=('SKIP' prepare() { gendesk -f -n --name 'LiteIDE' --pkgname "$pkgname" --pkgdesc "$pkgdesc" chmod +x "liteide-x$pkgver/build/"*_*.sh + # Fix for FS#4662 until fixed by upstream + sed -i 's/GOROOT/#GOROOT/g' "liteide-x$pkgver/liteidex/os_deploy/linux/liteenv/linux32.env" + sed -i 's/GOROOT/#GOROOT/g' "liteide-x$pkgver/liteidex/os_deploy/linux/liteenv/linux64.env" } build() { |