diff --git a/srcpkgs/GoLand/template b/srcpkgs/GoLand/template index cebfb255168..70a9d20c60e 100644 --- a/srcpkgs/GoLand/template +++ b/srcpkgs/GoLand/template @@ -1,6 +1,6 @@ # Template file for 'GoLand' pkgname=GoLand -version=2019.1.3 +version=2019.2.3 revision=1 archs="i686 x86_64" depends="virtual?java-environment" @@ -9,7 +9,7 @@ maintainer="Anton Afanasyev " license="custom:Commercial" homepage="https://www.jetbrains.com/go" distfiles="https://download.jetbrains.com/go/goland-${version}.tar.gz" -checksum=b0e22be860ead904c88595f005d5fe2b0fea310c15a1d8551372b5c336d1895b +checksum=d65d5fc57798652be47d6a540c41da3cf344c0ebabc357c0807c6999acff2b7d repository=nonfree restricted=yes nopie=yes @@ -37,14 +37,14 @@ post_extract() { do_install() { TARGET_PATH="usr/lib/${pkgname}" - LICENSE_PATH="usr/share/licenses/${pkgname}" vmkdir usr/bin vmkdir ${TARGET_PATH} - vmkdir ${LICENSE_PATH} - # Ideally vlicense should be called here, but vcopy is more terse. - vcopy license/* ${LICENSE_PATH} + local i + for i in license/* ; do + vlicense $i + done vcopy bin ${TARGET_PATH} vcopy help ${TARGET_PATH}