diff options
Diffstat (limited to 'testing/mono')
-rw-r--r-- | testing/mono/APKBUILD | 15 | ||||
-rw-r--r-- | testing/mono/arm-remove-sigcontext-include.patch | 15 |
2 files changed, 5 insertions, 25 deletions
diff --git a/testing/mono/APKBUILD b/testing/mono/APKBUILD index 9cf9d85600..fd5a1f4384 100644 --- a/testing/mono/APKBUILD +++ b/testing/mono/APKBUILD @@ -1,7 +1,8 @@ # Contributor: Carlo Landmeter <clandmeter@gmail.com> +# Contributor: blattersturm <peachypies@protonmail.ch> # Maintainer: pkgname=mono -pkgver=4.6.1.5 +pkgver=5.0.1.1 pkgrel=0 pkgdesc="Free implementation of the .NET platform including runtime and compiler" url="http://www.mono-project.com/" @@ -9,14 +10,13 @@ arch="x86_64 x86" license="GPL" depends="python2" depends_dev="zlib-dev libgdiplus-dev" -makedepends="$depends_dev python2 linux-headers paxmark autoconf automake libtool" +makedepends="$depends_dev python2 linux-headers paxmark autoconf automake libtool cmake" install="" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" source="http://download.mono-project.com/sources/mono/mono-${pkgver/_/~}.tar.bz2 - arm-remove-sigcontext-include.patch " -_builddir="$srcdir"/mono-${pkgver%.*} +_builddir="$srcdir"/mono-${pkgver} prepare() { local i @@ -59,9 +59,4 @@ package() { | xargs paxmark -mr } -md5sums="601a96baa96a2e7acde1fb7e622322c4 mono-4.6.1.5.tar.bz2 -81b20f045bb906dd2ea99b4153365387 arm-remove-sigcontext-include.patch" -sha256sums="3871ee72bdfc2ea5d636ffff22cf49ae6bac7c4a4f3d687214dd8ac236bbf7c3 mono-4.6.1.5.tar.bz2 -5e522d89b84a450d507d05b59a496d006963260f4a953c107488cc2187df83bc arm-remove-sigcontext-include.patch" -sha512sums="1d0c1ec2930ecea3faf1be572bc045300ef4a90d3fe7519f2a9c797be79298c61528d83baa5a24a57143a35be80f78297196556c33cd0f345d9907a973fe625a mono-4.6.1.5.tar.bz2 -cc0382a1cba87fd2b76be46c6a2d28180cc489b10efe9359681fa85ce28d17e000dab0221f203f8f40a711fb6dddc3e39847cdf0a224344240a43d73971eccf8 arm-remove-sigcontext-include.patch" +sha512sums="de2a8a3580b8236bafdc7e6967d68da08bf2dc775bce5166aba6134c1b986ae7fc56b97743d5122de14bf8fe074d3508c07324735616439dea0913633ee817da mono-5.0.1.1.tar.bz2" diff --git a/testing/mono/arm-remove-sigcontext-include.patch b/testing/mono/arm-remove-sigcontext-include.patch deleted file mode 100644 index 2b6e28d0c6..0000000000 --- a/testing/mono/arm-remove-sigcontext-include.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- ./mono/mini/exceptions-arm.c.orig -+++ ./mono/mini/exceptions-arm.c -@@ -13,12 +13,6 @@ - #include <signal.h> - #include <string.h> - --#ifndef MONO_CROSS_COMPILE --#ifdef HAVE_ASM_SIGCONTEXT_H --#include <asm/sigcontext.h> --#endif /* def HAVE_ASM_SIGCONTEXT_H */ --#endif -- - #ifdef HAVE_UCONTEXT_H - #include <ucontext.h> - #endif /* def HAVE_UCONTEXT_H */ |