summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMario Finelli2016-12-02 18:43:00 -0500
committerMario Finelli2016-12-02 18:44:51 -0500
commit0d18cbba99a28096affcd8b35db914d88121ad3f (patch)
treee7bbf2041e356a603d9c75627e194ab358dc8332 /PKGBUILD
parentff4b66f0383208d832ec81d98d2d1f78764f2a2a (diff)
downloadaur-0d18cbba99a28096affcd8b35db914d88121ad3f.tar.gz
Bump to 2016.3 and remove java-environment dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c2459b975931..b3ff03043fab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,20 +7,20 @@
pkgname=rubymine
_pkgname=RubyMine
-pkgver=2016.2.5
+pkgver=2016.3
pkgrel=1
pkgdesc="Ruby and Rails IDE with the full stack of essential developer tools."
arch=('i686' 'x86_64')
options=(!strip)
url="https://www.jetbrains.com/ruby/"
license=('custom')
-depends=('java-environment' 'desktop-file-utils' 'gtk-update-icon-cache')
+depends=('desktop-file-utils' 'gtk-update-icon-cache')
optdepends=('ruby: Ruby run/debug support')
install=rubymine.install
source=(https://download.jetbrains.com/ruby/${_pkgname}-${pkgver}.tar.gz
rubymine.desktop
rubymine.install)
-sha256sums=('f7dcf7f8ae6716471bdde9ef4c58b0e87eec8986608a5be859eec2dd4ab5cce6'
+sha256sums=('354915f2a4748558efb4f5bc48cc1cafc38b442f198fdb7098b347df3792fbff'
'72df0e7c605caf7b6c98e9335f4eee9c8bfe8fcc24523634fd8c1ebe019534d6'
'7ecadddf2b315b22df3a5c7b90e18be7ea69e2a0d869ee18bf0e031b2c508f76')