summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNexAdn2018-01-08 22:16:49 +0100
committerNexAdn2018-01-08 22:16:49 +0100
commitb6c28be08e9c0522286f292fa2870f4d36830d14 (patch)
treef5d53d6d6a1139cf304378d6c8e60e790e18d7cb /PKGBUILD
parentf501c76e1c12e39dedf61881bb1cfb5b06cac7af (diff)
downloadaur-b6c28be08e9c0522286f292fa2870f4d36830d14.tar.gz
Add cef-minimal as optdepend
Signed-off-by: NexAdn <nexadn@yandex.com>
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a448d4569706..7bbfbf33ec39 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,10 @@ depends=(
"obs-studio>=${_obsver}"
"gconf" "nss" "libxss" "pango" "atk" "libxrandr" "libxcomposite"
)
-optdepends=("pepper-flash: Flash support")
+optdepends=(
+ "pepper-flash: Flash support"
+ "cef-minimal: keep libraries up to date"
+)
source=(
"https://github.com/bazukas/obs-linuxbrowser/releases/download/${pkgver}/linuxbrowser${pkgver}-obs${_obsver}-64bit.tgz"
)