summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Finelli2018-11-27 08:19:33 -0500
committerMario Finelli2018-11-27 08:19:33 -0500
commit633e96be931550b5c1517372d377cdedd80627ef (patch)
treefeedea5d48fa56eef6b483f394784fd26ac1c7e5
parent0021f15794f229a40e293bf16dd61669cd77a72b (diff)
downloadaur-633e96be931550b5c1517372d377cdedd80627ef.tar.gz
Keep build.txt
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 2 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 577ed0b92565..65272a3a12af 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 = 2018.3
- pkgrel = 1
+ pkgrel = 2
url = https://www.jetbrains.com/ruby/
install = rubymine.install
arch = i686
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"