summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b7d070cc41d3..d6ca14c24f94 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = fsharp
pkgdesc = The Open Edition of the F# compiler, core library and tools
pkgver = 4.0.0.3
- pkgrel = 1
+ pkgrel = 2
url = http://fsharp.org/
arch = any
license = Apache
- makedepends = nuget-cert
- depends = mono
+ depends = mono>=4.0.3.20
source = fsharp-4.0.0.3.tar.gz::https://github.com/fsharp/fsharp/archive/4.0.0.3.tar.gz
md5sums = 84b55c971d275e2e8a456b5135fb8e19
diff --git a/PKGBUILD b/PKGBUILD
index a6760424c678..dc80abdf2d67 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,12 @@
pkgname=fsharp
pkgver=4.0.0.3
-pkgrel=1
+pkgrel=2
pkgdesc="The Open Edition of the F# compiler, core library and tools"
arch=('any')
url="http://fsharp.org/"
license=('Apache')
-depends=('mono')
-makedepends=('nuget-cert')
+depends=('mono>=4.0.3.20')
source=($pkgname-$pkgver.tar.gz::https://github.com/fsharp/$pkgname/archive/$pkgver.tar.gz)
md5sums=('84b55c971d275e2e8a456b5135fb8e19')