summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.SRCINFO11
-rwxr-xr-xPKGBUILD13
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 440fcffa5dc2..b2b390b63aca 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
-# Generated by mksrcinfo v8
-# Thu Nov 9 10:23:50 UTC 2017
pkgbase = fsharp
- pkgdesc = The Open Edition of the F# compiler, core library and tools
- pkgver = 4.1.23
+ pkgdesc = The F# Compiler, Core Library & Tools (F# Software Foundation Repository)
+ pkgver = 4.1.34
pkgrel = 1
url = http://fsharp.org/
arch = any
- license = Apache
+ license = MIT
makedepends = git
depends = mono
- source = git+https://github.com/fsharp/fsharp/#commit=35a4a5b1f26927259c3213465a47b27ffcd5cb4d
+ depends = msbuild-stable
+ source = git+https://github.com/fsharp/fsharp/#commit=662492595a63dffff8fac84939614743fd6d34f9
sha256sums = SKIP
pkgname = fsharp
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')