summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1cda99e01092..7f12c2e9915f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = wine-gecko-bin
pkgdesc = Wine's built-in replacement for Microsoft's Internet Explorer
pkgver = 2.47.2
- pkgrel = 1
+ pkgrel = 2
url = https://wiki.winehq.org/Gecko
arch = x86_64
license = MPL
+ makedepends = mingw-w64-binutils
depends = wine
provides = wine-gecko=2.47.2
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index 0b60afc73958..fb9bf877061e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,13 @@
pkgname=wine-gecko-bin
pkgver=2.47.2
-pkgrel=1
+pkgrel=2
pkgdesc="Wine's built-in replacement for Microsoft's Internet Explorer"
arch=('x86_64')
url="https://wiki.winehq.org/Gecko"
license=('MPL')
depends=('wine')
+makedepends=('mingw-w64-binutils')
provides=("${pkgname/-bin/}=$pkgver")
options=('!strip')
source=(https://dl.winehq.org/wine/wine-gecko/$pkgver/wine-gecko-$pkgver-x86.tar.xz)