summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a709e0b4d5e4..46bf32913b6c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -15,6 +15,9 @@ pkgbase = amusiz
depends = python-gobject
depends = wine
depends = webkit2gtk
+ depends = gst-plugins-good
+ depends = gst-plugins-base
+ depends = gst-libav
source = amusiz-1.2.0.tar.gz::https://github.com/mirkobrombin/Amusiz/archive/2.1.0.tar.gz
sha256sums = 0fc483073ffd0a983a0ba3ceda6ecd8d9c9785f8ce254125be78dd48babcc07b
diff --git a/PKGBUILD b/PKGBUILD
index 402908257554..8a7b8180c2f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,7 @@ pkgdesc='A GTK Amazon Music client for Linux'
arch=('x86_64')
url="https://github.com/mirkobrombin/Amusiz"
license=('GPL3')
-depends=('hicolor-icon-theme' 'dconf' 'python' 'libhandy' 'gtk3' 'python-gobject' 'webkit2gtk')
-optdepends=('wine')
+depends=('hicolor-icon-theme' 'dconf' 'python' 'libhandy' 'gtk3' 'python-gobject' 'webkit2gtk' 'gst-plugins-good' 'gst-plugins-base' 'gst-libav' )
makedepends=('meson' 'ninja')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mirkobrombin/Amusiz/archive/${pkgver}.tar.gz")
sha256sums=('0fc483073ffd0a983a0ba3ceda6ecd8d9c9785f8ce254125be78dd48babcc07b')