diff options
author | Magnus Boman | 2023-04-20 14:15:50 +0200 |
---|---|---|
committer | Magnus Boman | 2023-04-20 14:15:50 +0200 |
commit | 484bbd6325e115b3384a9eec4e2929835a95d4ed (patch) | |
tree | b0729b031a43391c165d12dd023542c3503aca3f | |
parent | f365f46920a134614f81dc41ec5b94cdeb9d67b9 (diff) | |
download | aur-484bbd6325e115b3384a9eec4e2929835a95d4ed.tar.gz |
upgpkg: gallery-dl 1.25.2-2
Add all missing optdepends
-rw-r--r-- | .SRCINFO | 15 | ||||
-rw-r--r-- | PKGBUILD | 15 |
2 files changed, 20 insertions, 10 deletions
@@ -1,7 +1,7 @@ pkgbase = gallery-dl pkgdesc = Command-line program to download image-galleries and collections from several image hosting sites pkgver = 1.25.2 - pkgrel = 1 + pkgrel = 2 url = https://github.com/mikf/gallery-dl arch = any license = GPL2 @@ -12,10 +12,15 @@ pkgbase = gallery-dl makedepends = git depends = python depends = python-requests - optdepends = ffmpeg: Convert Pixiv Ugoira to WebM - optdepends = youtube-dl: Download videos - optdepends = python-pysocks: SOCKS support - optdepends = python-brotli: for brotli decompression + optdepends = ffmpeg: Pixiv Ugoira conversion + optdepends = yt-dlp: Video downloads + optdepends = youtube-dl: Video downloads + optdepends = python-pysocks: SOCKS proxy support + optdepends = python-brotli: Brotli compression support + optdepends = python-brotlicffi: Brotli compression support + optdepends = python-yaml: YAML configuration file support + optdepends = python-toml: TOML configuration file support for Python<3.11 + optdepends = python-secretstorage: GNOME keyring passwords for --cookies-from-browser source = git+https://github.com/mikf/gallery-dl.git#tag=7fde58ce465f344097b3eb99c22cc0cbfd0e73fd?signed validpgpkeys = 3E09F5908333DD83DBDCE7375680CA389D365A88 sha512sums = SKIP @@ -3,17 +3,22 @@ pkgname=gallery-dl pkgver=1.25.2 -pkgrel=1 +pkgrel=2 pkgdesc='Command-line program to download image-galleries and collections from several image hosting sites' arch=(any) url=https://github.com/mikf/gallery-dl license=(GPL2) depends=(python python-requests) makedepends=(python-build python-installer python-setuptools python-wheel git) -optdepends=('ffmpeg: Convert Pixiv Ugoira to WebM' - 'youtube-dl: Download videos' - 'python-pysocks: SOCKS support' - 'python-brotli: for brotli decompression') +optdepends=('ffmpeg: Pixiv Ugoira conversion' + 'yt-dlp: Video downloads' + 'youtube-dl: Video downloads' + 'python-pysocks: SOCKS proxy support' + 'python-brotli: Brotli compression support' + 'python-brotlicffi: Brotli compression support' + 'python-yaml: YAML configuration file support' + 'python-toml: TOML configuration file support for Python<3.11' + 'python-secretstorage: GNOME keyring passwords for --cookies-from-browser') _tag=7fde58ce465f344097b3eb99c22cc0cbfd0e73fd # git rev-parse v${pkgver} source=(git+"${url}".git#tag="${_tag}"?signed) validpgpkeys=(3E09F5908333DD83DBDCE7375680CA389D365A88) #Mike Fährmann |