summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMort Yao2015-09-04 01:48:16 +0200
committerMort Yao2015-09-04 01:48:16 +0200
commita4afd7c0d4cdae7a5152b059085cd939f72eb35b (patch)
treebac64bdc8ae9db52a25d0ce05cb097be4a6ac15b
parentd3368d24cda33c3d197d54b7851577390737cb99 (diff)
downloadaur-a4afd7c0d4cdae7a5152b059085cd939f72eb35b.tar.gz
Update to 4.0.0.3-2
-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')