[arch-commits] Commit in wine-gecko/repos (community-x86_64 community-x86_64/PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sun Dec 22 17:36:04 UTC 2019


    Date: Sunday, December 22, 2019 @ 17:36:03
  Author: felixonmars
Revision: 538867

archrelease: copy trunk to community-x86_64

Added:
  wine-gecko/repos/community-x86_64/
  wine-gecko/repos/community-x86_64/PKGBUILD
    (from rev 538866, wine-gecko/trunk/PKGBUILD)

----------+
 PKGBUILD |   23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

Copied: wine-gecko/repos/community-x86_64/PKGBUILD (from rev 538866, wine-gecko/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2019-12-22 17:36:03 UTC (rev 538867)
@@ -0,0 +1,23 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Nicky726 (Nicky726 <at> gmail <dot> com)
+# Contributor: Allan McRae (allan <at> archlinux <dot> org)
+# Contributor: Alexander 'bas' Brovikov (bas <at> it-core <dot> org)
+
+pkgname=wine-gecko
+pkgver=2.47.1
+pkgrel=1
+pkgdesc="Wine's built-in replacement for Microsoft's Internet Explorer"
+arch=('x86_64')
+url="https://wiki.winehq.org/Gecko"
+license=('MPL')
+depends=('wine')
+replaces=('wine_gecko')
+provides=('wine_gecko')
+source=(https://dl.winehq.org/wine/wine-gecko/$pkgver/wine-gecko-$pkgver-x86.msi)
+source_x86_64=(https://dl.winehq.org/wine/wine-gecko/$pkgver/wine-gecko-$pkgver-x86_64.msi)
+md5sums=('4a467150fac8256c8ea6a98a8eef1f67')
+md5sums_x86_64=('d4e6ce7e747356fd55663781176b4838')
+
+package() {
+  install -Dm644 $pkgname-$pkgver-x86.msi $pkgname-$pkgver-x86_64.msi -t "$pkgdir"/usr/share/wine/gecko/
+}



More information about the arch-commits mailing list