summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugeGameArtGD2021-12-07 01:38:13 +0100
committerHugeGameArtGD2021-12-07 01:38:13 +0100
commitfccbec145e0856b7ad66589c674ce989e6cb2e6e (patch)
tree1dc259ff75ec5b500ca15b4264d274a61c6f1b04
parent76f2f775c2895f664c98f46f9a6abfd180580251 (diff)
downloadaur-fccbec145e0856b7ad66589c674ce989e6cb2e6e.tar.gz
remove helix-binaries submodule
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 3 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2d4e0be4d38d..c72800b18742 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mono-git
pkgdesc = Free implementation of the .NET platform including runtime and compiler
- pkgver = 6.10.0.95.r761.8248c906564
+ pkgver = 6.12.0.162.r1375.70481876a0d
pkgrel = 1
url = http://www.mono-project.com/
install = mono.install
@@ -44,7 +44,6 @@ pkgbase = mono-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/dotnet/llvm-project.git
- source = git+https://github.com/mono/helix-binaries.git
source = git+https://github.com/Unity-Technologies/bdwgc.git
source = mono.binfmt.d
sha256sums = SKIP
@@ -69,8 +68,6 @@ pkgbase = mono-git
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
- sha256sums = SKIP
sha256sums = 9a657fc153ef4ce23bf5fc369a26bf4a124e9304bde3744d04c583c54ca47425
pkgname = mono-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 7a1fe8a54e35..009dff852883 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname='mono-git'
_gitname='mono'
-pkgver=6.10.0.95.r761.8248c906564
+pkgver=6.12.0.162.r1375.70481876a0d
pkgrel=1
pkgdesc='Free implementation of the .NET platform including runtime and compiler'
url='http://www.mono-project.com/'
@@ -37,13 +37,12 @@ source=(
'git+https://github.com/mono/api-doc-tools.git'
'git+https://github.com/mono/api-snapshot.git'
'git+https://github.com/dotnet/llvm-project.git'
- 'git+https://github.com/mono/helix-binaries.git'
'git+https://github.com/Unity-Technologies/bdwgc.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'
'9a657fc153ef4ce23bf5fc369a26bf4a124e9304bde3744d04c583c54ca47425'
)
@@ -82,7 +81,6 @@ prepare() {
'api-doc-tools'
'api-snapshot'
'llvm-project'
- 'helix-binaries'
'bdwgc'
)