summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f4c169009b08..bc1540de70fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,6 +14,7 @@ pkgbase = ambulant-player-gtk-git
makedepends = python2
makedepends = python
depends = ffmpeg
+ depends = sdl_pango
provides = AmbulantPlayer_gtk
conflicts = AmbulantPlayer_gtk
source = git+https://e.coding.net/Baytars/ambulant-2.6.git
diff --git a/PKGBUILD b/PKGBUILD
index 0d0b5cbe532d..47f78bc66ad8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=('x86_64')
url="https://www.ambulantplayer.org/"
_git=https://e.coding.net/Baytars/ambulant-2.6.git
license=('LGPL')
-depends=('ffmpeg')
+depends=('ffmpeg' 'sdl_pango')
makedepends=('make' 'automake' 'git' 'autoconf' 'ed' 'python2' 'python')
provides=('AmbulantPlayer_gtk')
conflicts=('AmbulantPlayer_gtk')