summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatti Viljanen2020-02-20 01:15:29 +0200
committerMatti Viljanen2020-02-20 01:15:29 +0200
commitc2103828585a4c43d359132ba322963dc4ae7a97 (patch)
treef03e141ed32541bc4e15266ce68b53df2926611b
parent63cd6c6fc05cd18878e6bb05def72856c847975e (diff)
downloadaur-c2103828585a4c43d359132ba322963dc4ae7a97.tar.gz
Wget is only make dependent
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7abbb01e46cf..12d2f44c123d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,9 +6,9 @@ pkgbase = vivaldi-codecs-ffmpeg-extra-bin
changelog = changes
arch = x86_64
license = LGPL
+ makedepends = wget
depends = vivaldi
depends = perl
- depends = wget
provides = vivaldi-ffmpeg-codecs
conflicts = vivaldi-ffmpeg-codecs
source = http://security.ubuntu.com/ubuntu/pool/universe/c/chromium-browser/chromium-codecs-ffmpeg-extra_80.0.3987.87-0ubuntu0.18.04.1_amd64.deb
diff --git a/PKGBUILD b/PKGBUILD
index f5f6f80ddf5f..3d25a4891e1c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,8 @@ pkgdesc="Prebuilt ffmpeg codecs package for Vivaldi"
arch=("x86_64")
url="https://packages.ubuntu.com/bionic/amd64/chromium-codecs-ffmpeg-extra/download"
license=('LGPL')
-depends=('vivaldi' 'perl' 'wget')
+depends=('vivaldi' 'perl')
+makedepends=('wget')
changelog="changes"
provides=(
'vivaldi-ffmpeg-codecs'