summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBaytars2020-03-16 22:01:53 +0800
committerBaytars2020-03-16 22:01:53 +0800
commit40a18a41ddc15062eaffe74c0eb56842b3106cdc (patch)
treeffc70f5db604e52aad99a6805282f02e59646f38
parent81695e68de3d4d35263ed01c5cb081476b8a091e (diff)
downloadaur-40a18a41ddc15062eaffe74c0eb56842b3106cdc.tar.gz
Dependency correction - ffmpeg
-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