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

Jan Steffens heftig at archlinux.org
Sat Mar 5 23:13:05 UTC 2016


    Date: Sunday, March 6, 2016 @ 00:13:05
  Author: heftig
Revision: 165185

4.6.0

Modified:
  wine-mono/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-05 23:07:07 UTC (rev 165184)
+++ PKGBUILD	2016-03-05 23:13:05 UTC (rev 165185)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
 
 pkgname=wine-mono
-pkgver=4.5.6
+pkgver=4.6.0
 pkgrel=1
 pkgdesc="Wine's built-in replacement for Microsoft's .NET Framework"
 arch=(any)
@@ -9,11 +9,10 @@
 url="http://wiki.winehq.org/Mono"
 license=(GPL LGPL2.1 MPL)
 depends=('wine')
-source=(http://downloads.sourceforge.net/project/wine/Wine%20Mono/$pkgver/$pkgname-${pkgver}.msi)
-md5sums=('6cec03fb81eb083c517c9bb2d70a1424')
+source=(http://dl.winehq.org/wine/$pkgname/$pkgver/$pkgname-$pkgver.msi)
+md5sums=('5ce501be8d4f9751a351b47536731a7b')
 
 package() {
   _monodir="$pkgdir/usr/share/wine/mono"
-
   install -Dm644 $pkgname-${pkgver}.msi "$_monodir/$pkgname-${pkgver}.msi"
 }



More information about the arch-commits mailing list