summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStelios Tsampas2021-02-16 11:00:34 +0200
committerStelios Tsampas2021-02-16 11:00:34 +0200
commit5a3814c17155d9de87210ee9345093a6745c7ea0 (patch)
treeb707965a08f7da02ddaf7e74e1122c8bf6bd3a2c
parentdb5dc7deb01a9d2856f18692b44b0c16036557eb (diff)
downloadaur-5a3814c17155d9de87210ee9345093a6745c7ea0.tar.gz
Add missing makedepend
-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)