summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStezko2020-11-06 14:33:56 +0500
committerStezko2020-11-06 14:33:56 +0500
commit881a2c8f5fc327b4a3d688f3b87c4f5a5cf32fb5 (patch)
tree002572ca9bd2474ebcb9845f643dbe5e7b98b034
parentda36f2469495fad00eca4be2b8fb95a9bd3c89af (diff)
downloadaur-881a2c8f5fc327b4a3d688f3b87c4f5a5cf32fb5.tar.gz
depends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c806348e0e5..e0bc9ba1a9a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = yandex-libffmpeg
pkgdesc = Install libffmpeg and symlink for yandex-browser
pkgver = 0.47.2
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/iteufel/nwjs-ffmpeg-prebuilt
arch = x86_64
license = GPL
makedepends = unzip
depends = gcc-libs
+ depends = yandex-browser-beta
source = yandex-libffmpeg-0.47.2-linux-x64.zip::https://github.com/iteufel/nwjs-ffmpeg-prebuilt/releases/download/0.47.2/0.47.2-linux-x64.zip
md5sums = 46c4c919a0a5bd6569f02f0b70434ccb
diff --git a/PKGBUILD b/PKGBUILD
index 6b793e280374..1425c8642a17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=yandex-libffmpeg
pkgver=0.47.2
-pkgrel=2
+pkgrel=3
pkgdesc="Install libffmpeg and symlink for yandex-browser"
arch=("x86_64")
license=("GPL")
-depends=(gcc-libs)
+depends=("gcc-libs" "yandex-browser-beta")
makedepends=(unzip)
url=https://github.com/iteufel/nwjs-ffmpeg-prebuilt
md5sums=('46c4c919a0a5bd6569f02f0b70434ccb')