[arch-commits] Commit in wine-mono/repos/community-any (PKGBUILD PKGBUILD)

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


    Date: Saturday, March 4, 2017 @ 10:05:38
  Author: felixonmars
Revision: 214867

archrelease: copy trunk to community-any

Added:
  wine-mono/repos/community-any/PKGBUILD
    (from rev 214866, wine-mono/trunk/PKGBUILD)
Deleted:
  wine-mono/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   36 ++++++++++++++++++------------------
 1 file changed, 18 insertions(+), 18 deletions(-)

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

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



More information about the arch-commits mailing list