summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Figueras2020-11-24 22:26:40 +0100
committerJoan Figueras2020-11-24 22:26:40 +0100
commitd2eece5f8c90c0bcf5adbb3c45bee7ee0e431c8b (patch)
treea9933cb5c6c1f66c7ab9e740a5ac65af54f0066a
parente008c13387926271a46ab736eca1303e57c39705 (diff)
downloadaur-d2eece5f8c90c0bcf5adbb3c45bee7ee0e431c8b.tar.gz
Added wget as makedepend. Thanks for the advice @slondr
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 07cc2c891dbc..91ecb532599b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -32,6 +32,7 @@ pkgbase = icecat
makedepends = mercurial
makedepends = git
makedepends = lld
+ makedepends = wget
depends = gtk3
depends = mozilla-common
depends = libxt
diff --git a/PKGBUILD b/PKGBUILD
index 5457bbbe0cc3..ea2db295d106 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@ depends=(gtk3 mozilla-common libxt startup-notification mime-types dbus-glib
ffmpeg nss ttf-font libpulse)
makedepends=(m4 unzip zip diffutils python2-setuptools yasm mesa imake inetutils
xorg-server-xvfb autoconf2.13 rust clang llvm jack gtk2
- python nodejs python2-psutil cbindgen nasm wget mercurial git lld)
+ python nodejs python2-psutil cbindgen nasm wget mercurial git lld wget)
optdepends=('networkmanager: Location detection via available WiFi networks'
'libnotify: Notification integration'
'pulseaudio: Audio support'