summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Finelli2021-07-28 07:21:58 -0400
committerMario Finelli2021-07-28 07:21:58 -0400
commitd6d99de1689fbde3f05963d6e8809963e6d2b380 (patch)
treeea3aff56f7e2b0d79ee345e98ad60083060c1c51
parent749fdcea5e466cdbb3372844fb6414419828974b (diff)
downloadaur-d6d99de1689fbde3f05963d6e8809963e6d2b380.tar.gz
upgpkg: rubymine 2021.2-2
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD26
2 files changed, 2 insertions, 26 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 31bfe6ca5df0..eed9250b28c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = rubymine
pkgdesc = Ruby and Rails IDE with the full stack of essential developer tools
pkgver = 2021.2
- pkgrel = 1
+ pkgrel = 2
url = https://www.jetbrains.com/ruby/
install = rubymine.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 926a75753295..b8bc648eb17c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
pkgname=rubymine
_pkgname=RubyMine
pkgver=2021.2
-pkgrel=1
+pkgrel=2
pkgdesc="Ruby and Rails IDE with the full stack of essential developer tools"
arch=(i686 x86_64)
options=(!strip)
@@ -24,30 +24,6 @@ sha256sums=('9147865bcf4f564ff799ac237ffb6f01b2633d22e57f98ed0d76204a46d33299'
'72df0e7c605caf7b6c98e9335f4eee9c8bfe8fcc24523634fd8c1ebe019534d6'
'7ecadddf2b315b22df3a5c7b90e18be7ea69e2a0d869ee18bf0e031b2c508f76')
-prepare() {
- cd "${_pkgname}-${pkgver}"
-
- # Remove non-linux libs
- rm -rf lib/libpty/macosx
- rm -rf lib/libpty/win
-
- # Remove bin/libs if architecture doesn't match
- if [[ $CARCH = 'i686' ]]; then
- rm -f bin/fsnotifier64
- rm -f bin/libbreakgen64.so
- rm -f bin/libyjpagent-linux64.so
- rm -f bin/rubymine64.vmoptions
- rm -rf lib/libpty/linux/x86_64
- fi
- if [[ $CARCH = 'x86_64' ]]; then
- rm -f bin/fsnotifier
- rm -f bin/libbreakgen.so
- rm -f bin/libyjpagent-linux.so
- rm -f bin/rubymine.vmoptions
- rm -rf lib/libpty/linux/x86
- fi
-}
-
package() {
[ $CARCH == "x86_64" ] && SUFFIX=64