summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Beste2018-12-27 14:35:39 -0600
committerDan Beste2018-12-27 14:35:39 -0600
commite28beac58af81a020c220d7a5b199761b4d88d78 (patch)
tree854d9adb3d24acce824e5b4828f86ea39dc0ca5c
parent62057bb7ec4bc26bc85d2ffea387b97f2831e511 (diff)
downloadaur-e28beac58af81a020c220d7a5b199761b4d88d78.tar.gz
upgpkg: mono-git 5.18.0.225.r1530.d1a5fa3783b-1
Submodule updates.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 12 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b6aeca8b0ab3..3b97142dd34a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mono-git
pkgdesc = Free implementation of the .NET platform including runtime and compiler
- pkgver = 5.4.1.7.r1887.73c6a2ee50c
+ pkgver = 5.18.0.225.r1530.d1a5fa3783b
pkgrel = 1
url = http://www.mono-project.com/
install = mono.install
@@ -43,6 +43,8 @@ pkgbase = mono-git
source = git+https://github.com/mono/xunit-binaries.git
source = git+https://github.com/mono/api-doc-tools.git
source = git+https://github.com/mono/api-snapshot.git
+ source = git+https://github.com/mono/llvm.git#branch=release_60
+ source = git+https://github.com/mono/helix-binaries.git
source = mono.binfmt.d
sha256sums = SKIP
sha256sums = SKIP
@@ -64,6 +66,8 @@ pkgbase = mono-git
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
+ sha256sums = SKIP
+ sha256sums = SKIP
sha256sums = 9a657fc153ef4ce23bf5fc369a26bf4a124e9304bde3744d04c583c54ca47425
pkgname = mono-git
diff --git a/PKGBUILD b/PKGBUILD
index e006de3f68a4..cb8a9f359550 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname='mono-git'
_gitname='mono'
-pkgver=5.4.1.7.r1887.73c6a2ee50c
+pkgver=5.18.0.225.r1530.d1a5fa3783b
pkgrel=1
pkgdesc='Free implementation of the .NET platform including runtime and compiler'
url='http://www.mono-project.com/'
@@ -36,11 +36,13 @@ source=(
'git+https://github.com/mono/xunit-binaries.git'
'git+https://github.com/mono/api-doc-tools.git'
'git+https://github.com/mono/api-snapshot.git'
+ 'git+https://github.com/mono/llvm.git#branch=release_60'
+ 'git+https://github.com/mono/helix-binaries.git'
'mono.binfmt.d'
)
sha256sums=(
- 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP'
- 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP'
+ 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP'
+ 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP'
'9a657fc153ef4ce23bf5fc369a26bf4a124e9304bde3744d04c583c54ca47425'
)
@@ -78,6 +80,8 @@ prepare() {
'xunit-binaries'
'api-doc-tools'
'api-snapshot'
+ 'llvm'
+ 'helix-binaries'
)
for module in "${submodules[@]}"; do