summarylogtreecommitdiffstats
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
parent317e93dcd307a8e14f344efdd0750f627435cef2 (diff)
downloadaur-e94b0dfdf2d61b621878234c683a0ae00cf15fce.tar.gz
Bumping msbuild dependency for minimal version
-rwxr-xr-x.SRCINFO4
-rwxr-xr-xPKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e9712832a619..6b0e02fda040 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = fsharp
pkgdesc = The F# Compiler, Core Library & Tools (F# Software Foundation Repository)
pkgver = 10.2.3
- pkgrel = 1
+ pkgrel = 2
url = http://fsharp.org/
arch = any
license = MIT
depends = mono
- depends = msbuild
+ depends = msbuild>15
conflicts = fsharp-git
conflicts = fsharp-mono-bin
source = fsharp-10.2.3.tar.gz::https://github.com/fsharp/fsharp/archive/10.2.3.tar.gz
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')