summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorcmorgenstern2017-04-29 05:50:09 -0400
committercmorgenstern2017-04-29 05:50:09 -0400
commit444e8059bebff570798d1afc33a7b44b873c0309 (patch)
treef3ad0bccade7e980ce0f1edd2ef9d876d647316c /PKGBUILD
parentafbbddc6d4a0a1656bdaf08ed0eda4d60863bedb (diff)
downloadaur-sonerezh-git.tar.gz
Removed ffmpeg optional dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index afa985c5ab14..e5eb8f73f552 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,9 +10,8 @@ arch=('any')
url='https://www.sonerezh.bzh'
license=('GPL3')
depends=('php' 'php-gd')
-optdepends=('mariadb: Database backend'
- 'libav-git-no-libs: Music transcoding'
- 'ffmpeg: Music transcoding')
+optdepends=('mariadb: Database backend'
+ 'libav-git-no-libs: Music transcoding')
options=('!strip')
source=("git+https://github.com/Sonerezh/sonerezh.git"
"example_nginx_vhost.conf")