summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVladimir Kamensky (aka MasterSOFT)2020-11-06 09:01:32 +0300
committerVladimir Kamensky (aka MasterSOFT)2020-11-06 09:01:32 +0300
commit0aa88c2f5b9e947f85cb6cfdca87b7fed1d31ed7 (patch)
tree01c053570df514bb2c6200bf51cdf3301029df75
parentafaf544ce27e45c8f1edd2a4c3ae306c06ab26a2 (diff)
downloadaur-0aa88c2f5b9e947f85cb6cfdca87b7fed1d31ed7.tar.gz
Update to 20.9.3.189_1
-rwxr-xr-x.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 3 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 19e4523dd90c..4c1c06682fd0 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -16,10 +16,8 @@ pkgbase = yandex-browser-beta
depends = xdg-utils
depends = libxkbfile
optdepends = speech-dispatcher
- optdepends = kdebase-kdialog: needed for file dialogs in KDE
optdepends = ttf-liberation: fix fonts for some PDFs
- optdepends = yandex-browser-ffmpeg-codecs: support for h.264 and other non-free media formats
- optdepends = yandex-browser-codecs-ffmpeg-extra-bin
+ optdepends = yandex-libffmpegs
options = !strip
source = yandex-browser-beta-20.9.3.189_1.deb::http://repo.yandex.ru/yandex-browser/deb/pool/main/y/yandex-browser-beta/yandex-browser-beta_20.9.3.189-1_amd64.deb
md5sums = 8d06743c89c1f63f18ceeacedd74da84
diff --git a/PKGBUILD b/PKGBUILD
index 0680279e05bd..085198580379 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,10 +20,8 @@ options=(!strip)
depends=("flac" "gconf" "gtk2" "harfbuzz-icu" "libxss" "nss" "opus" "snappy" "ttf-font" "xdg-utils" "libxkbfile" )
optdepends=(
"speech-dispatcher"
- "kdebase-kdialog: needed for file dialogs in KDE"
"ttf-liberation: fix fonts for some PDFs"
- "yandex-browser-ffmpeg-codecs: support for h.264 and other non-free media formats"
- "yandex-browser-codecs-ffmpeg-extra-bin"
+ "yandex-libffmpeg"s
)
source=("${pkgname}-${pkgver}.deb::http://repo.yandex.ru/yandex-browser/deb/pool/main/y/yandex-browser-beta/yandex-browser-beta_${_pkgver}_amd64.deb")
@@ -37,4 +35,4 @@ package() {
cp -dr --no-preserve=ownership opt usr "${pkgdir}"/
install -D -m0644 "${pkgdir}"/opt/yandex/${_pkgname}/product_logo_128.png "${pkgdir}"/usr/share/pixmaps/${pkgname}.png
chmod 4755 "${pkgdir}"/opt/yandex/${_pkgname}/yandex_browser-sandbox
-} \ No newline at end of file
+}