summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMario Finelli2023-12-12 21:56:04 +0100
committerMario Finelli2023-12-12 21:56:04 +0100
commite91f6b9e42c6243af60dd76776534f809b72410c (patch)
tree180c103a4b35a0e7fa14eebe5475eb8fe06d1586 /PKGBUILD
parent3d09ffe3d9ce8aa283cac0af7b54b0203eb2160d (diff)
downloadaur-e91f6b9e42c6243af60dd76776534f809b72410c.tar.gz
upgpkg: rubymine 2023.3-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3451295b2f63..926975df91a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
pkgname=rubymine
_pkgname=RubyMine
pkgver=2023.3
-pkgrel=1
+pkgrel=2
pkgdesc="Ruby and Rails IDE with the full stack of essential developer tools"
arch=(i686 x86_64)
options=(!strip)
@@ -32,7 +32,7 @@ package() {
cp -a "${_pkgname}-${pkgver}" "${pkgdir}/usr/share/${pkgname}"
# Desktop application
- install -Dm0644 "${pkgdir}/usr/share/${pkgname}/RMlogo.svg" \
+ install -Dm0644 "${pkgdir}/usr/share/${pkgname}/bin/rubymine.svg" \
"${pkgdir}/usr/share/icons/hicolor/scalable/apps/${pkgname}.svg"
install -Dm0644 rubymine.desktop \
"${pkgdir}/usr/share/applications/rubymine.desktop"