summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbtd13372019-05-14 02:31:38 -0300
committerbtd13372019-05-14 02:31:38 -0300
commit90da0b84683367e0435ba085b2983be55efa782d (patch)
tree91c5428fefdf54a961a6ab9dd0cd6c5bd42a0f8e /PKGBUILD
parentb2d7dd5a46cd190258d47b344574a58f42df478c (diff)
downloadaur-raddiu-git.tar.gz
Add mpv dependencie
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a572fa065796..7ad99273556d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgdesc="Radio program for GNU/Linux made in gtk3 designed for Pantheon Shell"
arch=('i686' 'x86_64')
url="https://github.com/${_author}/${_gitname}"
license=('GPL3')
-depends=('gtk3' 'granite' 'glib2>=2.20' 'libsoup' 'json-glib' 'gdk-pixbuf2')
+depends=('gtk3' 'granite' 'gdk-pixbuf2' 'glib2>=2.20' 'libsoup' 'json-glib' 'mpv')
optdepends=('lib32-json-glib')
makedepends=('git' 'meson' 'ninja' 'vala')
provides=("${_gitname}")