summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormrAppleXZ2016-12-28 18:10:21 +0500
committermrAppleXZ2016-12-28 18:10:21 +0500
commitd6a0948f8c40d636a76bc0054e2cd52fec925c75 (patch)
treedbece37547f21c20ad274e73d1bdc466df4880c7 /PKGBUILD
parentb3ca532d924e99e6ef781358372222ce2e2b60e5 (diff)
downloadaur-d6a0948f8c40d636a76bc0054e2cd52fec925c75.tar.gz
update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 24e52b024e59..84f0f124f0dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=mono-alpha
_pkgname=mono
pkgver=4.8.0
-pkgrel=3
+pkgrel=4
pkgdesc="Free implementation of the .NET platform including runtime and compiler. Alpha version."
arch=('i686' 'x86_64')
license=('GPL' 'LGPL2.1' 'MPL' 'BSD' 'custom=MITX11' 'custom=MSPL')
@@ -13,6 +13,7 @@ provides=('monodoc' 'mono')
conflicts=('monodoc' 'mono')
source=('git://github.com/mono/mono.git#branch=mono-4.8.0-branch' 'mono.binfmt.d')
md5sums=('SKIP' 'b9ef8a65fea497acf176cca16c1e2402')
+install="mono.install"
build() {
cd "${srcdir}"/"${_pkgname}"
@@ -23,7 +24,7 @@ build() {
--bindir=/usr/bin \
--sbindir=/usr/bin \
--disable-quiet-build \
- --with-mcs-docs=yes
+ --with-mcs-docs=no
make
# Build jay