aboutsummaryrefslogtreecommitdiffstats
path: root/community/wine_gecko/APKBUILD
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2019-04-05 08:31:38 +0200
committerAndy Postnikov <apostnikov@gmail.com>2019-04-16 22:56:05 +0300
commit5c9217e4a3b2fe21c0c739fb5102d2f97f479d61 (patch)
tree824e7e74894650036b6fcd25f883393f99f8e9e1 /community/wine_gecko/APKBUILD
parent1db72d3cef32520fd5b1818a5fb79126ac683b3d (diff)
downloadaports-5c9217e4a3b2fe21c0c739fb5102d2f97f479d61.tar.bz2
aports-5c9217e4a3b2fe21c0c739fb5102d2f97f479d61.tar.xz
community/wine_gecko: modernize
Diffstat (limited to 'community/wine_gecko/APKBUILD')
-rw-r--r--community/wine_gecko/APKBUILD14
1 files changed, 3 insertions, 11 deletions
diff --git a/community/wine_gecko/APKBUILD b/community/wine_gecko/APKBUILD
index 2c842f6a81..5b01501f65 100644
--- a/community/wine_gecko/APKBUILD
+++ b/community/wine_gecko/APKBUILD
@@ -3,12 +3,12 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=wine_gecko
pkgver=2.47
-pkgrel=0
+pkgrel=1
pkgdesc="Wine's built-in replacement for Microsoft's Internet Explorer"
-url="http://wiki.winehq.org/Gecko"
+url="https://wiki.winehq.org/Gecko"
arch="x86 x86_64"
license="MPL"
-options="!archcheck"
+options="!archcheck !check" # no tests provided
depends=""
makedepends=""
install=""
@@ -16,17 +16,9 @@ subpackages=""
source="https://dl.winehq.org/wine/${pkgname/_/-}/$pkgver/$pkgname-$pkgver-x86.msi
https://dl.winehq.org/wine/${pkgname/_/-}/$pkgver/$pkgname-$pkgver-x86_64.msi"
-build() {
- return 0
-}
-
package() {
install -Dm644 "$srcdir"/$pkgname-$pkgver-$CARCH.msi \
"$pkgdir"/usr/share/wine/gecko/$pkgname-$pkgver-$CARCH.msi
}
-md5sums="5ebc4ec71c92b3db3d84b334a1db385d wine_gecko-2.47-x86.msi
-d93ac0d2e6aceafe9113a9918916df45 wine_gecko-2.47-x86_64.msi"
-sha256sums="3b8a361f5d63952d21caafd74e849a774994822fb96c5922b01d554f1677643a wine_gecko-2.47-x86.msi
-c565ea25e50ea953937d4ab01299e4306da4a556946327d253ea9b28357e4a7d wine_gecko-2.47-x86_64.msi"
sha512sums="e0d06102dcb8ec2d24e8c8c3f5c2ee5cb47c18e203dfb43d85de008d682ff874fb664fef1df909a5a7857de39c7e8ce5175e734a11964ec4cd35f8fbacaea3a4 wine_gecko-2.47-x86.msi
7c2496b15a06bc6906bc60afb3ac082e3f9931207fa624e60297020211d66aa9b420a61e95730a0dbdcefbe4b26c811d0c896ecd9c363b5107d08c3fa22fef41 wine_gecko-2.47-x86_64.msi"