summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatti Viljanen2019-11-30 16:01:53 +0200
committerMatti Viljanen2019-11-30 16:01:53 +0200
commit18b6d06393adb731976678dd0027edc714ac3b76 (patch)
tree3ea9fcedf1caf5f8ead9070d236635216dec6538
parent70c6580630c76eca652b695f6ccc932c6373e38e (diff)
downloadaur-18b6d06393adb731976678dd0027edc714ac3b76.tar.gz
Add perl and wget to dependencies
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 421fdc428144..4c58dab852ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,8 @@ pkgbase = vivaldi-codecs-ffmpeg-extra-bin
arch = x86_64
license = LGPL
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_78.0.3904.97-0ubuntu0.19.04.1_amd64.deb
diff --git a/PKGBUILD b/PKGBUILD
index 2b4d85b73949..26810c29d650 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ 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')
+depends=('vivaldi' 'perl' 'wget')
provides=(
'vivaldi-ffmpeg-codecs'
)