From 928e95c07a50655d3456f14c2b063105cb7952d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Mon, 31 Dec 2018 11:08:20 +0100 Subject: [PATCH] msbuild-bin: update to 16.0. --- srcpkgs/msbuild-bin/template | 16 +++++++--------- srcpkgs/msbuild-bin/update | 1 + 2 files changed, 8 insertions(+), 9 deletions(-) create mode 100644 srcpkgs/msbuild-bin/update diff --git a/srcpkgs/msbuild-bin/template b/srcpkgs/msbuild-bin/template index 8170e4d0f97..53cdc6d5690 100644 --- a/srcpkgs/msbuild-bin/template +++ b/srcpkgs/msbuild-bin/template @@ -1,22 +1,20 @@ # Template file for 'msbuild-bin' -_xamarin_name=msbuild -_xamarin_rel="xamarinxplat.2018.01.17.14.14-0xamarin2+ubuntu1404b1" - -pkgname=${_xamarin_name}-bin -version=15.6 +_xamarin_rel="xamarinxplat.2018.09.26.17.53-0xamarin3+ubuntu1804b1" +pkgname=msbuild-bin +version=16.0 revision=1 noarch=yes -depends="mono" build_style=fetch +depends="mono" short_desc="Xamarin/Mono fork of the Microsoft Build system" maintainer="Aloz1 " license="MIT" homepage="https://github.com/mono/msbuild" -distfiles="http://download.mono-project.com/repo/ubuntu/pool/main/m/${_xamarin_name}/${_xamarin_name}_${version}+${_xamarin_rel}_all.deb" -checksum=d5254973c3bf3d297bd1fb256d44f68bb4b28617c26f14018935e5962e40fc49 +distfiles="http://download.mono-project.com/repo/ubuntu/pool/main/m/msbuild/msbuild_${version}+${_xamarin_rel}_all.deb" +checksum=4f6d32a21dc78fd241fd7bfa1ece7a1b2c6e5a33ac3984a5d5fd29563fa01be6 do_extract() { - ar x ${XBPS_SRCDISTDIR}/${pkgname}-${version}/${_xamarin_name}_${version}+${_xamarin_rel}_all.deb + ar x ${XBPS_SRCDISTDIR}/msbuild-bin-${version}/msbuild_${version}+${_xamarin_rel}_all.deb tar xf data.tar.xz } diff --git a/srcpkgs/msbuild-bin/update b/srcpkgs/msbuild-bin/update new file mode 100644 index 00000000000..ea17ae920e9 --- /dev/null +++ b/srcpkgs/msbuild-bin/update @@ -0,0 +1 @@ +pattern="msbuild_\K[.\d]+"