summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 20a17212f2c3..6263c0e94bed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = rider
pkgdesc = A cross-platform C# IDE by JetBrains.
pkgver = 2020.2.2
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = https://www.jetbrains.com/rider/
arch = any
license = Commercial
optdepends = mono: .NET runtime
- optdepends = msbuild-15-bin: build .NET Core projects
+ optdepends = msbuild: build .NET Core projects
provides = rider
conflicts = rider
options = !strip
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')