summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoseph R. Quinn2020-01-11 14:02:39 -0500
committerJoseph R. Quinn2020-01-11 14:02:39 -0500
commit7f916e236c6364260c5ed218ac03431eab084e95 (patch)
tree1c13468358af1dc70470ad1fd3731db949233288 /PKGBUILD
parentf64b3b72e39ac66941362fadac48b90d0819df75 (diff)
downloadaur-fsharp-git.tar.gz
Adding version constraint to msbuild dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bac1e7c07986..281c6aed36cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc='The F# Compiler, Core Library & Tools (F# Software Foundation Repositor
arch=('any')
url='https://fsharp.org/'
license=('MIT')
-depends=('mono>=6.0' 'msbuild')
+depends=('mono>=6.0' 'msbuild>=15')
makedepends=('git')
provides=('fsharp')
conflicts=('fsharp')