summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoseph R. Quinn2020-02-12 22:55:55 -0500
committerJoseph R. Quinn2020-02-12 22:56:27 -0500
commitbc30e64d175a4592347839bdc7e93b1b3a7f5beb (patch)
tree3fd94222852b15a9ae2b2f6ebbbcf62660b0f1f4 /PKGBUILD
parente94b0dfdf2d61b621878234c683a0ae00cf15fce (diff)
downloadaur-bc30e64d175a4592347839bdc7e93b1b3a7f5beb.tar.gz
Removing msbuild version dependency
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 58eb34dbf14c..c590a9ecbab6 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,12 @@
pkgname=fsharp
pkgver=10.2.3
-pkgrel=2
+pkgrel=3
pkgdesc="The F# Compiler, Core Library & Tools (F# Software Foundation Repository)"
arch=('any')
url="http://fsharp.org/"
license=('MIT')
-depends=('mono' 'msbuild>15')
+depends=('mono' 'msbuild')
conflicts=('fsharp-git' 'fsharp-mono-bin')
source=("$pkgname-$pkgver.tar.gz::https://github.com/fsharp/fsharp/archive/$pkgver.tar.gz")
sha256sums=('527e4bad7a6d71668e905608c82db7c6eda44d9fd2ed9ce3c758e291e024cc4d')