summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 1 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7201608b6f3c..c2954566fa49 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
pkgname=rubymine
_pkgname=RubyMine
pkgver=2018.3
-pkgrel=1
+pkgrel=2
pkgdesc="Ruby and Rails IDE with the full stack of essential developer tools."
arch=('i686' 'x86_64')
options=(!strip)
@@ -27,10 +27,6 @@ sha256sums=('119a7dbe43054b59663623f978236f12ccfe1140ad23af4c9f30c6a0e9cb4001'
prepare() {
cd "${srcdir}/${_pkgname}-${pkgver}"
- # Remove junk
- rm "build.txt"
- rm "Install-Linux-tar.txt"
-
#Remove non-linux libs
rm -rf "lib/libpty/macosx"
rm -rf "lib/libpty/win"