summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTim Hellhake2020-09-11 00:46:31 +0200
committerTim Hellhake2020-09-11 00:46:31 +0200
commit97db39f88137127082516fd03b079f8ca4ccd288 (patch)
treefefae2cb3ddf3b82949ff1e8c9223dd00a887148 /PKGBUILD
parent96e2fbef10a549de4e771b444be0b29af3630243 (diff)
downloadaur-97db39f88137127082516fd03b079f8ca4ccd288.tar.gz
Replace msbuild-15-bin with msbuild
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f8f9ca71ae23..c8ef0f164faf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=rider
pkgver='2020.2.2'
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc='A cross-platform C# IDE by JetBrains.'
arch=('any')
options=('!strip' 'staticlibs')
url='https://www.jetbrains.com/rider/'
license=('Commercial')
-optdepends=('mono: .NET runtime' 'msbuild-15-bin: build .NET Core projects')
+optdepends=('mono: .NET runtime' 'msbuild: build .NET Core projects')
provides=('rider')
conflicts=('rider')