1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pixelfed_ynh.git synced 2024-09-03 20:06:04 +02:00

reordering dependencies

to keep them like upstream app
This commit is contained in:
yalh76 2020-03-24 19:53:44 +01:00
parent c2f96cf3dc
commit 963a0d0fc9

View file

@ -5,9 +5,9 @@
#=================================================
# dependencies used by the app
pkg_dependencies="postgresql redis-server libfreetype6 libjpeg62-turbo \
libpng16-16 libxpm4 libvpx4|libvpx5 libmagickwand-6.q16-3|libmagickwand-6.q16-6 \
libwebp6 pngquant jpegoptim gifsicle"
pkg_dependencies="postgresql redis-server \
libfreetype6 libjpeg62-turbo libpng16-16 libxpm4 libvpx4|libvpx5 libmagickwand-6.q16-3|libmagickwand-6.q16-6 libwebp6 \
pngquant jpegoptim gifsicle"
extra_pkg_dependencies="php7.3-bcmath php7.3-cli php7.3-curl php7.3-exif php7.3-gd php7.3-intl php7.3-json php7.3-mbstring php7.3-pgsql php7.3-simplexml php7.3-xml php7.3-zip php7.3-intl"