summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlll2yu2018-08-08 09:46:10 +0530
committerlll2yu2018-08-08 09:46:10 +0530
commit8f617db47f6194454d9dd1a0fea69b04f182a505 (patch)
tree2982adb111afe66eeab6ffe208f6c516fe5bf0b6
parent48df0deecc90a6f9989b79fba54f5a48eed03016 (diff)
downloadaur-8f617db47f6194454d9dd1a0fea69b04f182a505.tar.gz
add optdepend
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1bf6dfd525bd..782949d4f0fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gallery-dl
pkgdesc = Command-line program to download image galleries and collections from pixiv, exhentai, danbooru and more
pkgver = 1.5.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/mikf/gallery-dl
arch = x86_64
license = GPL2
@@ -9,6 +9,7 @@ pkgbase = gallery-dl
makedepends = python-setuptools
depends = python
depends = python-requests
+ optdepends = ffmpeg: Convert Pixiv Ugoira to WebM
source = https://github.com/mikf/gallery-dl/releases/download/v1.5.0/gallery_dl-1.5.0.tar.gz
source = https://github.com/mikf/gallery-dl/releases/download/v1.5.0/gallery_dl-1.5.0.tar.gz.asc
validpgpkeys = 3E09F5908333DD83DBDCE7375680CA389D365A88
diff --git a/PKGBUILD b/PKGBUILD
index 2161ccf79c75..c8a01ff4f2ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,14 @@
pkgname=gallery-dl
_githubname=gallery_dl
pkgver=1.5.0
-pkgrel=2
+pkgrel=3
pkgdesc="Command-line program to download image galleries and collections from pixiv, exhentai, danbooru and more"
arch=('x86_64')
url="https://github.com/mikf/gallery-dl"
license=("GPL2")
depends=('python' 'python-requests')
makedepends=('python' 'python-setuptools')
+optdepends=('ffmpeg: Convert Pixiv Ugoira to WebM')
source=(https://github.com/mikf/${pkgname}/releases/download/v${pkgver}/${_githubname}-${pkgver}.tar.gz
https://github.com/mikf/${pkgname}/releases/download/v${pkgver}/${_githubname}-${pkgver}.tar.gz.asc)
validpgpkeys=('3E09F5908333DD83DBDCE7375680CA389D365A88')