summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Horn2022-03-02 15:30:43 +0100
committerJonathan Horn2022-03-02 15:30:43 +0100
commitb0cb01ca01046adf1f642263222090264ce43703 (patch)
tree2a45b7c68eeba46c54491c73edebcab14c2cdde8
parented54720f5c3d636845d0b60dfa657eea22c03378 (diff)
downloadaur-b0cb01ca01046adf1f642263222090264ce43703.tar.gz
Use msbuild identifier for .NET core build tools optdepends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0dd698f8a5cb..9696f68c6725 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = rider-eap
pkgdesc = A cross-platform .NET IDE by JetBrains.
pkgver = 221.4501.83
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = https://www.jetbrains.com/rider/eap/
arch = any
@@ -11,7 +11,7 @@ pkgbase = rider-eap
groups = jetbrains
license = custom
optdepends = mono: .NET runtime
- optdepends = msbuild-15-bin: build .NET Core projects
+ optdepends = msbuild: build .NET Core projects
provides = rider-eap
options = !strip
options = staticlibs
diff --git a/PKGBUILD b/PKGBUILD
index 5932de741a05..cdfe9a6a8cf7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,14 +12,14 @@ eapver=2022.1
eaprelease=3
pkgver=221.4501.83
_dlver="${eapver}-EAP${eaprelease}-${pkgver}.Checked"
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc="A cross-platform .NET IDE by JetBrains."
arch=('any')
options=('!strip' 'staticlibs')
url="https://www.jetbrains.com/rider/eap/"
license=("custom")
-optdepends=('mono: .NET runtime' 'msbuild-15-bin: build .NET Core projects')
+optdepends=('mono: .NET runtime' 'msbuild: build .NET Core projects')
provides=("rider-eap")
groups=("development" "IDE" "editor" "jetbrains")