summarylogtreecommitdiffstats
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
parentf64b3b72e39ac66941362fadac48b90d0819df75 (diff)
downloadaur-7f916e236c6364260c5ed218ac03431eab084e95.tar.gz
Adding version constraint to msbuild dependency
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 345c91c97c24..96586a46378f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = fsharp-git
license = MIT
makedepends = git
depends = mono>=6.0
- depends = msbuild
+ depends = msbuild>=15
provides = fsharp
conflicts = fsharp
source = fsharp-git::git+https://github.com/fsharp/fsharp
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')