summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMario Finelli2015-11-03 22:44:50 -0500
committerMario Finelli2015-11-03 22:44:50 -0500
commit2ddf0d8f482e13a3c82a34711f8b9b4d06e8191d (patch)
treeb9b3ccb6ca807e59636a58d0d45881cbdd941596 /PKGBUILD
parentffe89b8ac93daf8e5a731f7e57790c7e473de875 (diff)
downloadaur-2ddf0d8f482e13a3c82a34711f8b9b4d06e8191d.tar.gz
Update source directory
Version 8.0 only has that in the archive, not 8.0.0.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 568222b2da3c..785d1a59bf21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
pkgname=rubymine
_pkgname=RubyMine
pkgver=8.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="Ruby and Rails IDE with the full stack of essential developer tools."
arch=('i686' 'x86_64')
options=(!strip)
@@ -25,7 +25,7 @@ sha256sums=('4f242198acf857f680313937e3e90652eadb741c18d7874e15f1e098bc4dbc5d'
'7ecadddf2b315b22df3a5c7b90e18be7ea69e2a0d869ee18bf0e031b2c508f76')
prepare() {
- cd "${srcdir}/${_pkgname}-${pkgver}"
+ cd "${srcdir}/${_pkgname}-${pkgver%.*}"
# Remove junk
rm "build.txt"
rm "Install-Linux-tar.txt"