summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBrett Gilio2018-06-04 20:31:58 -0500
committerBrett Gilio2018-06-04 20:31:58 -0500
commitf8ced3970883fcb44b080893bc1a9fe98656f4f5 (patch)
tree5020addc38fd491b8b1fd1bcb644356b2409d99c /PKGBUILD
parentc7c22c658cb25df631e7c5d7c2d31485532db4be (diff)
downloadaur-f8ced3970883fcb44b080893bc1a9fe98656f4f5.tar.gz
version 4.1.34
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD13
1 files changed, 7 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3ac0278d48f6..97dcbc6ed478 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,18 @@
-# Maintainer: Jan de Groot <jgc@archlinux.org>
+# Contributor: Brett Gilio <owner@brettgilio.com>
+# Contributor: Jan de Groot <jgc@archlinux.org>
# Contributor: Mort Yao <soi@mort.ninja>
# Contributor: Balló György <ballogyor+arch at gmail dot com>
pkgname=fsharp
-pkgver=4.1.23
+pkgver=4.1.34
pkgrel=1
-pkgdesc="The Open Edition of the F# compiler, core library and tools"
+pkgdesc="The F# Compiler, Core Library & Tools (F# Software Foundation Repository)"
arch=('any')
url="http://fsharp.org/"
-license=('Apache')
-depends=('mono')
+license=('MIT')
+depends=('mono' 'msbuild-stable')
makedepends=(git)
-_commit=35a4a5b1f26927259c3213465a47b27ffcd5cb4d # tags/4.1.23
+_commit=662492595a63dffff8fac84939614743fd6d34f9 # tags/4.1.34
source=("git+https://github.com/fsharp/fsharp/#commit=$_commit")
sha256sums=('SKIP')