Package Details: rider 1:2024.1-1

Git Clone URL: https://aur.archlinux.org/rider.git (read-only, click to copy)
Package Base: rider
Description: A cross-platform .NET IDE by JetBrains.
Upstream URL: https://www.jetbrains.com/rider/
Keywords: .NET ASP.NET C# editor F# IDE Jetbrains Unity VB.NET Xamarin
Licenses: Commercial
Conflicts: rider
Provides: rider
Submitter: tim.hellhake
Maintainer: tim.hellhake
Last Packager: tim.hellhake
Votes: 77
Popularity: 0.86
First Submitted: 2017-08-06 22:00 (UTC)
Last Updated: 2024-04-09 16:24 (UTC)

Dependencies (3)

Required by (1)

Sources (2)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »

tropico commented on 2020-04-17 10:22 (UTC)

It seems that the update is a little more complicated this time, see https://youtrack.jetbrains.com/issue/RIDER-42781

Crowbar90 commented on 2020-02-27 22:26 (UTC)

Hi, there is a new version available. Here's a patch to update both PKGBUILD and .SRCINFO:

From e5e463868e3f8e36bee5dcb82467fa6db4f53170 Mon Sep 17 00:00:00 2001
From: Francesco Venturoli <f.venturoli@gmail.com>
Date: Thu, 27 Feb 2020 23:19:15 +0100
Subject: [PATCH] Updated to 2019.3.3

---
.SRCINFO | 6 +++---
PKGBUILD | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/.SRCINFO b/.SRCINFO
index dfce0ca..69d5e04 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rider
    pkgdesc = A cross-platform C# IDE by JetBrains.
-   pkgver = 2019.3.2
+   pkgver = 2019.3.3
    pkgrel = 1
    epoch = 1
    url = https://www.jetbrains.com/rider/
@@ -11,9 +11,9 @@ pkgbase = rider
    provides = rider
    conflicts = rider
    options = !strip
-   source = https://download-cf.jetbrains.com/rider/JetBrains.Rider-2019.3.2.tar.gz
+   source = https://download-cf.jetbrains.com/rider/JetBrains.Rider-2019.3.3.tar.gz
    source = rider.desktop
-   sha256sums = 6d7f4ad9b7b015b74b2a45288c7412bb5797c004e406926898a94ccdbbfa9472
+   sha256sums = 3f9ec10e17e922350b0c2e695e2e33716a8d65f87757e0cd05b58b4f87bc1014
    sha256sums = 91f41e1a5deae9f66bab7d7798a679a39350120aa229b4093415ef8269449714

pkgname = rider
diff --git a/PKGBUILD b/PKGBUILD
index 5cbae14..6d3523e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tim Hellhake

pkgname=rider
-pkgver='2019.3.2'
+pkgver='2019.3.3'
pkgrel=1
epoch=1
pkgdesc='A cross-platform C# IDE by JetBrains.'
@@ -18,7 +18,7 @@ _pkgdir="JetBrains Rider-${pkgver}"
_srcfile="JetBrains.Rider-${pkgver}.tar.gz"
source=("https://download-cf.jetbrains.com/rider/${_srcfile}"
        'rider.desktop')
-sha256sums=('6d7f4ad9b7b015b74b2a45288c7412bb5797c004e406926898a94ccdbbfa9472'
+sha256sums=('3f9ec10e17e922350b0c2e695e2e33716a8d65f87757e0cd05b58b4f87bc1014'
            '91f41e1a5deae9f66bab7d7798a679a39350120aa229b4093415ef8269449714')

package() {
-- 
2.25.1

gamezelda commented on 2019-12-12 14:35 (UTC)

There is still a remaining reference to JetBrains.Rider-2019.2.3.tar.gz in the .SRCINFO after the 2019.3 update.

RavianXReaver commented on 2019-08-09 09:20 (UTC)

Is this still being maintained ?

tropico commented on 2019-07-16 12:48 (UTC) (edited on 2019-07-16 12:49 (UTC) by tropico)

Hello, there is a new version available

diff --git a/PKGBUILD b/PKGBUILD
index 4edfb22..0322a1c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Tim Hellhake

 pkgname=rider
-pkgver='2019.1.2'
+pkgver='2019.1.3'
 pkgrel=1
 epoch=1
 pkgdesc='A cross-platform C# IDE by JetBrains.'
@@ -18,7 +18,7 @@ _pkgdir="JetBrains Rider-${pkgver}"
 _srcfile="JetBrains.Rider-${pkgver}.tar.gz"
 source=("https://download-cf.jetbrains.com/rider/${_srcfile}"
         'rider.desktop')
-sha256sums=('f82ab518494117c504d4b9f13ed1c05a62446b50c010a29b45b412cc2e0a172c'
+sha256sums=('13ab4fb5ea8ddaf320c946f6c0ac65015367d3a45f71857b50fd8f4d33ea26c8'
             '91f41e1a5deae9f66bab7d7798a679a39350120aa229b4093415ef8269449714')

jusw85 commented on 2019-01-10 18:58 (UTC) (edited on 2019-01-10 19:14 (UTC) by jusw85)

Can we move the installation directory of rider to /opt to be in line with intellij-idea-ultimate-edition? I believe you commented on this issue previously, but they changed it from /usr/share to /opt shortly after your comment.

07e02dbe86c0

beanaroo commented on 2018-11-11 04:16 (UTC) (edited on 2018-11-11 04:16 (UTC) by beanaroo)

Thanks for maintaining this, @tim.hellhake!

I'd like to request the .desktop file to use Icon=rider instead of an absolute path. This allows the theme icon to be used (like for IntelliJ and Pycharm).

I believe this will also require copying the included icon to the system icons path. i.e.

  install -D -m644 "$pkgdir"/opt/$pkgbase/bin/rider.png "$pkgdir"/usr/share/pixmaps/"$pkgname".png

joalcava commented on 2018-05-11 16:01 (UTC) (edited on 2018-05-11 16:02 (UTC) by joalcava)

@pulsar256 Thank you! I was having the same issue on fedora 28 and that fixed it for me.

tomwadley commented on 2018-04-27 16:38 (UTC)

@pulsar256 Thank you! Starting rider with TERM=xterm fixes it. I can debug again! And thanks for your help too @Lyynx92 - I hadn't seen that VSCode wiki page.