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