summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEnes Hecan2020-09-10 10:07:28 +0200
committerEnes Hecan2020-09-10 10:07:28 +0200
commitedf55f4921158572b8391033e3c8104e298039b1 (patch)
treec494bf5ebdbe4dbf63c606f2b0f97ffea2e08124
parent985caf466da1cd9301cba21b22f45eed54c0edff (diff)
downloadaur-edf55f4921158572b8391033e3c8104e298039b1.tar.gz
Add some missing gst plugin dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc7ec30bc6c3..cf43cb5295d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = whatsapp-for-linux
pkgdesc = An unofficial WhatsApp linux client desktop application.
pkgver = 1.0.8
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/eneshecan/whatsapp-for-linux
arch = x86_64
arch = aarch64
@@ -14,6 +14,8 @@ pkgbase = whatsapp-for-linux
depends = libvoikko
depends = aspell
depends = gst-plugins-base
+ depends = gst-plugins-good
+ depends = gst-libav
provides = whatsapp-for-linux
conflicts = whatsapp-for-linux
source = whatsapp-for-linux-1.0.8.tar.gz::https://github.com/eneshecan/whatsapp-for-linux/archive/v1.0.8.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index f6914c3f0bb1..7e6fcce71552 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=whatsapp-for-linux
pkgver=1.0.8
-pkgrel=2
+pkgrel=3
pkgdesc="An unofficial WhatsApp linux client desktop application."
url="https://github.com/eneshecan/whatsapp-for-linux"
arch=(x86_64 aarch64)
license=(GPL)
-depends=(gtkmm3 webkit2gtk nuspell hspell libvoikko aspell gst-plugins-base)
+depends=(gtkmm3 webkit2gtk nuspell hspell libvoikko aspell gst-plugins-base gst-plugins-good gst-libav)
makedepends=(cmake)
provides=(whatsapp-for-linux)
conflicts=(whatsapp-for-linux)