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

Felix Yan felixonmars at archlinux.org
Mon Jul 4 11:27:19 UTC 2016


    Date: Monday, July 4, 2016 @ 11:27:19
  Author: felixonmars
Revision: 182174

upgpkg: wine_gecko 2.47-1

Modified:
  wine_gecko/trunk/PKGBUILD

----------+
 PKGBUILD |   21 ++++++++-------------
 1 file changed, 8 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-07-04 11:25:34 UTC (rev 182173)
+++ PKGBUILD	2016-07-04 11:27:19 UTC (rev 182174)
@@ -5,23 +5,18 @@
 # Contributor: Alexander 'bas' Brovikov (bas <at> it-core <dot> org)
 
 pkgname=wine_gecko
-pkgver=2.44
+pkgver=2.47
 pkgrel=1
 pkgdesc="Wine's built-in replacement for Microsoft's Internet Explorer"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 url="http://wiki.winehq.org/Gecko"
-license=(MPL)
-depends=('wine>=1.9.3')
-source=(http://dl.winehq.org/wine/wine-gecko/$pkgver/wine_gecko-$pkgver-x86{,_64}.msi)
-md5sums=('f6ff2bb5dddc144726bd9a955fb16649'
-         '59e7a37dcdc87f5e4f030bfafbb1c0d6')
+license=('MPL')
+depends=('wine')
+source=(http://dl.winehq.org/wine/wine-gecko/$pkgver/wine_gecko-$pkgver-x86.msi)
+source_x86_64=(http://dl.winehq.org/wine/wine-gecko/$pkgver/wine_gecko-$pkgver-x86_64.msi)
+md5sums=('5ebc4ec71c92b3db3d84b334a1db385d')
+md5sums_x86_64=('d93ac0d2e6aceafe9113a9918916df45')
 
-if [[ $CARCH == i686 ]]; then
-  # Strip x86_64 msi
-  source=(${source[0]})
-  md5sums=(${md5sums[0]})
-fi
-
 package() {
   _geckodir="$pkgdir/usr/share/wine/gecko"
 



More information about the arch-commits mailing list