RubyMine: update to 2019.3.

This commit is contained in:
mobinmob 2019-12-15 14:37:32 +02:00 committed by Helmut Pozimski
parent 0a191c4b6f
commit 5abee312a6

View file

@ -1,6 +1,6 @@
# Template file for 'RubyMine'
pkgname=RubyMine
version=2019.2.3
version=2019.3
revision=1
archs="i686 x86_64"
depends="virtual?java-environment"
@ -9,7 +9,7 @@ maintainer="Anton Afanasyev <anton@doubleasoftware.com>"
license="custom:Commercial"
homepage="https://www.jetbrains.com/ruby"
distfiles="https://download.jetbrains.com/ruby/RubyMine-${version}.tar.gz"
checksum=6ac522b2a68d2e32855999d73a900e08144a812f1e54562d4714d99eb0ee1e3d
checksum=f268a08d92e57362410f5089b9151ada776198a21f49c1096df0b20b948c79f7
repository=nonfree
restricted=yes
nopie=yes
@ -53,16 +53,6 @@ do_install() {
vcopy product-info.json ${TARGET_PATH}
vcopy build.txt ${TARGET_PATH}
vcopy rubystubs18 ${TARGET_PATH}
vcopy rubystubs19 ${TARGET_PATH}
vcopy rubystubs193 ${TARGET_PATH}
vcopy rubystubs20 ${TARGET_PATH}
vcopy rubystubs21 ${TARGET_PATH}
vcopy rubystubs22 ${TARGET_PATH}
vcopy rubystubs23 ${TARGET_PATH}
vcopy rubystubs24 ${TARGET_PATH}
vcopy rubystubs25 ${TARGET_PATH}
vcopy rubystubs26 ${TARGET_PATH}
ln -sf /${TARGET_PATH}/bin/rubymine.sh ${DESTDIR}/usr/bin/${pkgname}
}