Package Details: omnisharp-roslyn-stdio-bin 1.33.0-2

Git Clone URL: https://aur.archlinux.org/omnisharp-roslyn-stdio-bin.git (read-only, click to copy)
Package Base: omnisharp-roslyn-stdio-bin
Description: .NET development platform based on Roslyn workspaces. It provides project dependencies and C# language services to various IDEs and plugins via STDIO.
Upstream URL: https://github.com/OmniSharp/omnisharp-roslyn
Keywords: c# completion csharp ide mono omnisharp stdio
Licenses: MIT
Submitter: jamesbrink
Maintainer: None
Last Packager: jamesbrink
Votes: 1
Popularity: 0.000000
First Submitted: 2019-07-15 04:49 (UTC)
Last Updated: 2019-07-15 05:57 (UTC)

Dependencies (1)

Required by (0)

Sources (1)

Latest Comments

fo.daniel commented on 2019-09-27 20:02 (UTC) (edited on 2019-09-27 20:02 (UTC) by fo.daniel)

Patch for latest version.

1.33.0 does not work on my machine; I don't know why, but 1.34.3 fixes it.

From 1748faae99ea269418a04f40f78593a87ba6485f Mon Sep 17 00:00:00 2001
From: Daniel Edgecumbe <daniel.edgecumbe@futureordering.com>
Date: Fri, 27 Sep 2019 21:23:38 +0200
Subject: [PATCH] Bump to version 1.34.3

---
 PKGBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/PKGBUILD b/PKGBUILD
index e85d63c..8f325e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@

 _pkgname=omnisharp-roslyn-stdio
 pkgname=$_pkgname-bin
-pkgver=1.33.0
+pkgver=1.34.3
 pkgrel=2
 pkgdesc=".NET development platform based on Roslyn workspaces. It provides project dependencies and C# language services to various IDEs and plugins via STDIO."
 arch=('x86_64')
@@ -11,7 +11,7 @@ license=('MIT')
 depends=('mono')
 noextract=('$_pkgname-$pkgver.tar.gz')
 source=("$_pkgname-$pkgver.tar.gz::https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v$pkgver/omnisharp-mono.tar.gz")
-sha256sums=('c3bd370b0e31838418756f3879269b224b1920d6f3527c8f711d661dfc008c8c')
+sha256sums=('812a2dcc93ec3ef67a15c0f90feb80a58802a506af4d67c751279ad31237ebd9')

 package() {
     mkdir -p "$pkgdir/opt/$_pkgname"
-- 
2.23.0