summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Beste2017-06-19 10:01:33 -0500
committerDan Beste2017-06-19 10:01:33 -0500
commit46cc6a4163e97c33d87ce1949c08beb73adae283 (patch)
tree931cb557936dbd23d4a527a2b67c4823f3c15252
parent2d12254534976d17a2ca1766ca6b13c40390aabd (diff)
downloadaur-46cc6a4163e97c33d87ce1949c08beb73adae283.tar.gz
Fix build
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 2 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 68ff1394c169..ec8830e32622 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mono-git
pkgdesc = Free implementation of the .NET platform including runtime and compiler
- pkgver = r111557.ed9fb93c62f
+ pkgver = r111721.f98b92ea6c8
pkgrel = 1
url = http://www.mono-project.com/
install = mono.install
@@ -32,7 +32,6 @@ pkgbase = mono-git
source = binary-reference-assemblies::git+https://github.com/mono/reference-assemblies.git
source = nunit-lite::git+https://github.com/mono/NUnitLite.git
source = nuget-buildtasks::git+https://github.com/mono/NuGet.BuildTasks
- source = git+https://github.com/mono/buildtools.git
source = cecil-legacy::git+https://github.com/mono/cecil.git#branch=mono-legacy-0.9.5
source = git+https://github.com/mono/boringssl.git#branch=mono
source = git+https://github.com/mono/corefx.git
@@ -64,7 +63,6 @@ pkgbase = mono-git
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
- sha256sums = SKIP
sha256sums = 9a657fc153ef4ce23bf5fc369a26bf4a124e9304bde3744d04c583c54ca47425
pkgname = mono-git
diff --git a/PKGBUILD b/PKGBUILD
index 76f8c7074211..bf1b579b1d11 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname='mono-git'
_gitname='mono'
-pkgver=r111557.ed9fb93c62f
+pkgver=r111721.f98b92ea6c8
pkgrel=1
pkgdesc='Free implementation of the .NET platform including runtime and compiler'
url='http://www.mono-project.com/'
@@ -26,7 +26,6 @@ source=(
'binary-reference-assemblies::git+https://github.com/mono/reference-assemblies.git'
'nunit-lite::git+https://github.com/mono/NUnitLite.git'
'nuget-buildtasks::git+https://github.com/mono/NuGet.BuildTasks'
- 'git+https://github.com/mono/buildtools.git'
'cecil-legacy::git+https://github.com/mono/cecil.git#branch=mono-legacy-0.9.5'
'git+https://github.com/mono/boringssl.git#branch=mono'
'git+https://github.com/mono/corefx.git'
@@ -42,7 +41,6 @@ source=(
sha256sums=(
'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP'
'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP'
- 'SKIP'
'9a657fc153ef4ce23bf5fc369a26bf4a124e9304bde3744d04c583c54ca47425'
)
@@ -69,7 +67,6 @@ prepare() {
'binary-reference-assemblies'
'nunit-lite'
'nuget-buildtasks'
- 'buildtools'
'cecil-legacy'
'boringssl'
'corefx'