summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63d364585645..6c521ef9e947 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,10 +10,10 @@ pkgbase = ambulant-player-gtk-git
makedepends = automake
makedepends = git
makedepends = autoconf
- makedepends = ffmpeg
depends = ed
depends = python2
depends = python
+ depends = ffmpeg
provides = AmbulantPlayer_gtk
conflicts = AmbulantPlayer_gtk
source = git+https://e.coding.net/Baytars/ambulant-2.6.git
diff --git a/PKGBUILD b/PKGBUILD
index 9ab9b676eab7..8767ccc54cb8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@ arch=('x86_64')
url="https://www.ambulantplayer.org/"
_git=https://e.coding.net/Baytars/ambulant-2.6.git
license=('LGPL')
-depends=('ed' 'python2' 'python')
-makedepends=('make' 'automake' 'git' 'autoconf' 'ffmpeg')
+depends=('ed' 'python2' 'python' 'ffmpeg')
+makedepends=('make' 'automake' 'git' 'autoconf')
provides=('AmbulantPlayer_gtk')
conflicts=('AmbulantPlayer_gtk')
install=AmbulantPlayer_gtk.install