summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.SRCINFO4
-rwxr-xr-xPKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b0e02fda040..209a1b5e5927 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 = 2
+ pkgrel = 3
url = http://fsharp.org/
arch = any
license = MIT
depends = mono
- depends = msbuild>15
+ depends = msbuild
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 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')