summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormrAppleXZ2016-12-26 08:29:25 +0500
committermrAppleXZ2016-12-26 08:29:25 +0500
commit815cc90c27f962399f92b8e10c960eb643cce1b4 (patch)
treec56d36d1031529893a94d9e3795f2975b60751a8 /PKGBUILD
parent3143d50ed23e66854e58fa4e1c85afbabd281bb9 (diff)
downloadaur-815cc90c27f962399f92b8e10c960eb643cce1b4.tar.gz
fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8a8db7ae9cd6..ee91b737f04a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
-pkgname=mono-alpha
+pkgname=mono
_pkgname=mono
pkgver=4.8.0
-pkgrel=1
+pkgrel=2
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')
@@ -11,7 +11,7 @@ makedepends=('git')
options=('!makeflags')
provides=('monodoc' 'mono')
conflicts=('monodoc' 'mono')
-source=('git://github.com/mono/mono.git' 'mono.binfmt.d')
+source=('git://github.com/mono/mono.git#branch=mono-$pkgver-branch' 'mono.binfmt.d')
md5sums=('SKIP' 'b9ef8a65fea497acf176cca16c1e2402')
build() {
@@ -61,4 +61,4 @@ package() {
sed \
-i \
-e "s:#Requires:Requires:" "${pkgdir}"/usr/lib/pkgconfig/mono.pc
-} \ No newline at end of file
+}