[arch-commits] Commit in wine-mono/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat Mar 4 10:05:15 UTC 2017


    Date: Saturday, March 4, 2017 @ 10:05:14
  Author: felixonmars
Revision: 214866

upgpkg: wine-mono 4.7.0-1

Modified:
  wine-mono/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-04 10:04:37 UTC (rev 214865)
+++ PKGBUILD	2017-03-04 10:05:14 UTC (rev 214866)
@@ -1,18 +1,18 @@
 # $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
 
 pkgname=wine-mono
-pkgver=4.6.4
+pkgver=4.7.0
 pkgrel=1
 pkgdesc="Wine's built-in replacement for Microsoft's .NET Framework"
-arch=(any)
+arch=('any')
 url="http://wiki.winehq.org/Mono"
-license=(GPL LGPL2.1 MPL)
+license=('GPL' 'LGPL2.1' 'MPL')
 depends=('wine')
 source=(http://dl.winehq.org/wine/$pkgname/$pkgver/$pkgname-$pkgver.msi)
-md5sums=('b0760cf51527b70435c3e4d0361a129a')
+md5sums=('9cc6ee353d912967f5d6a100b0104909')
 
 package() {
-  _monodir="$pkgdir/usr/share/wine/mono"
-  install -Dm644 $pkgname-${pkgver}.msi "$_monodir/$pkgname-${pkgver}.msi"
+  install -Dm644 $pkgname-$pkgver.msi "$pkgdir"/usr/share/wine/mono/$pkgname-$pkgver.msi
 }



More information about the arch-commits mailing list