wine-mono: update to 4.5.0.

This commit is contained in:
xdave 2013-10-28 09:32:20 -06:00
parent 77b592b745
commit 1494901094

View file

@ -1,14 +1,13 @@
# Template file for 'wine-mono' # Template file for 'wine-mono'
pkgname=wine-mono pkgname=wine-mono
version="0.0.4" version="4.5.0"
revision=1 revision=1
makedepends="wine-unstable"
homepage="http://wiki.winehq.org/Mono" homepage="http://wiki.winehq.org/Mono"
license="MIT,GPL-3,LGPL-2" license="MIT,GPL-3,LGPL-2"
short_desc="Mono built for running .NET applications with WINE." short_desc="Mono built for running .NET applications with WINE."
maintainer="davehome <davehome@redthumb.info.tm>" maintainer="davehome <davehome@redthumb.info.tm>"
distfiles="${SOURCEFORGE_SITE}/wine/Wine%20Mono/${version}/${pkgname}-${version}.msi" distfiles="${SOURCEFORGE_SITE}/wine/Wine%20Mono/${version}/${pkgname}-${version}.msi"
checksum=15d8a612cdeca4eff3137353f29fdeb7a99e055cd633844c91cd00e0186b8882 checksum=389a2b60563a82e7bf93883dbf4eed933ae846dbad43e853c820878e3d1bedc9
long_desc=" long_desc="
Mono is an open-source and cross-platform implementation of the .NET Framework. Mono is an open-source and cross-platform implementation of the .NET Framework.
WINE can use a Windows build of Mono to run .NET applications." WINE can use a Windows build of Mono to run .NET applications."
@ -31,7 +30,7 @@ do_install() {
wine-mono_package() { wine-mono_package() {
noarch="yes" noarch="yes"
depends="wine-unstable" depends="wine"
pkg_install() { pkg_install() {
vmove usr vmove usr
} }