mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
remove unnecessary dependencies from PKGBUILD
This commit is contained in:
parent
c4191de2e7
commit
852c6f2de1
|
@ -6,16 +6,14 @@ pkgdesc="Portable file sharing hub"
|
|||
arch=("any")
|
||||
url="https://github.com/9001/${pkgname}"
|
||||
license=('MIT')
|
||||
depends=("python3" "python-jinja")
|
||||
depends=("python3")
|
||||
optdepends=("ffmpeg: thumbnails for videos, images (slower) and audio, music tags"
|
||||
"python-mutagen: music tags (alternative)"
|
||||
"python-pillow: thumbnails for images"
|
||||
"python-pyvips: thumbnails for images (higher quality, faster, uses more ram)"
|
||||
"libkeyfinder-git: detection of musical keys"
|
||||
"qm-vamp-plugins: BPM detection"
|
||||
"python-pyftpdlib: ftp functionality"
|
||||
"python-pyopenssl: sftp functionality"
|
||||
"impacket: smb support (bad idea)"
|
||||
"python-impacket-git: smb support (bad idea)"
|
||||
)
|
||||
source=("${url}/releases/download/v${pkgver}/${pkgname}-sfx.py"
|
||||
|
|
Loading…
Reference in a new issue