summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 88a87114a972..038515e384f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
pkgbase = msbuild
pkgver = 16.0+xamarinxplat.2019.04.08.19.19
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/mono/msbuild
arch = x86_64
license = MIT
+ makedepends = unzip
source = https://download.mono-project.com/sources/msbuild/msbuild-16.0+xamarinxplat.2019.04.08.19.19.tar.xz
source = fix-install.patch
source = fixed-build-version.patch
diff --git a/PKGBUILD b/PKGBUILD
index 8b19f5db3436..1dad77ce746a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,11 @@
pkgbase=msbuild
pkgname=('msbuild' 'msbuild-sdkresolver')
pkgver=16.0+xamarinxplat.2019.04.08.19.19
-pkgrel=4
+pkgrel=5
arch=('x86_64')
url="https://github.com/mono/msbuild"
license=('MIT')
+makedepends=('unzip')
source=("https://download.mono-project.com/sources/msbuild/msbuild-${pkgver}.tar.xz"
'fix-install.patch'
'fixed-build-version.patch')