summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Maunier2019-05-07 14:15:38 +0200
committerFlorian Maunier2019-05-07 14:15:38 +0200
commit2325398ed262051596765255b48c089a3cb691c3 (patch)
tree0926c9cbaccddaba3820be2e525264660ec6470c
parent74c2e124010ef211f16c2e59adf9e0f39c84c68c (diff)
downloadaur-2325398ed262051596765255b48c089a3cb691c3.tar.gz
Add unzip to makedepends
-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')