[arch-commits] Commit in (wine-gecko wine-gecko/trunk/PKGBUILD wine_gecko)
Felix Yan
felixonmars at archlinux.org
Sun Dec 22 17:30:00 UTC 2019
Date: Sunday, December 22, 2019 @ 17:30:00
Author: felixonmars
Revision: 538864
wine-gecko: upstream renaming
Added:
wine-gecko/
Modified:
wine-gecko/trunk/PKGBUILD
Deleted:
wine_gecko/
----------+
PKGBUILD | 23 ++++++++++-------------
1 file changed, 10 insertions(+), 13 deletions(-)
Modified: wine-gecko/trunk/PKGBUILD
===================================================================
--- wine_gecko/trunk/PKGBUILD 2019-12-22 17:22:35 UTC (rev 538863)
+++ wine-gecko/trunk/PKGBUILD 2019-12-22 17:30:00 UTC (rev 538864)
@@ -3,24 +3,21 @@
# Contributor: Allan McRae (allan <at> archlinux <dot> org)
# Contributor: Alexander 'bas' Brovikov (bas <at> it-core <dot> org)
-pkgname=wine_gecko
-pkgver=2.47
-pkgrel=2
+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')
-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=('5ebc4ec71c92b3db3d84b334a1db385d')
-md5sums_x86_64=('d93ac0d2e6aceafe9113a9918916df45')
+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() {
- _geckodir="$pkgdir/usr/share/wine/gecko"
-
- install -Dm644 $pkgname-$pkgver-x86.msi "$_geckodir/$pkgname-$pkgver-x86.msi"
- if [[ $CARCH == x86_64 ]]; then
- install -m644 $pkgname-$pkgver-x86_64.msi "$_geckodir/"
- fi
+ 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