summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStelios Tsampas2021-02-16 11:00:34 +0200
committerStelios Tsampas2021-02-16 11:00:34 +0200
commit5a3814c17155d9de87210ee9345093a6745c7ea0 (patch)
treeb707965a08f7da02ddaf7e74e1122c8bf6bd3a2c /PKGBUILD
parentdb5dc7deb01a9d2856f18692b44b0c16036557eb (diff)
downloadaur-wine-gecko-bin.tar.gz
Add missing makedepend
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
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)