summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBaytars2020-03-16 22:01:53 +0800
committerBaytars2020-03-16 22:01:53 +0800
commit40a18a41ddc15062eaffe74c0eb56842b3106cdc (patch)
treeffc70f5db604e52aad99a6805282f02e59646f38 /PKGBUILD
parent81695e68de3d4d35263ed01c5cb081476b8a091e (diff)
downloadaur-40a18a41ddc15062eaffe74c0eb56842b3106cdc.tar.gz
Dependency correction - ffmpeg
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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