summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlll2yu2018-11-18 10:01:37 +0530
committerlll2yu2018-11-18 10:01:37 +0530
commitc9e1ced118362a3fc2f5afddf27b67c2eca1b0a3 (patch)
treeeb9f4765ff7a8bc84cae8199e239c525838c3c30 /PKGBUILD
parent75f9483e8564726b306ad1dfa0607b4165c43cea (diff)
downloadaur-c9e1ced118362a3fc2f5afddf27b67c2eca1b0a3.tar.gz
update to v1.6.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cd1fe12b6c9f..5af48edf5b78 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: LLL2yu <lll2yu@protonmail.com>
pkgname=gallery-dl
-pkgver=1.5.3
+pkgver=1.6.0
pkgrel=1
pkgdesc="Command-line program to download image galleries and collections from pixiv, exhentai, danbooru and more"
arch=('x86_64')
@@ -10,11 +10,12 @@ license=("GPL2")
depends=('python' 'python-requests')
makedepends=('python' 'python-setuptools')
optdepends=('ffmpeg: Convert Pixiv Ugoira to WebM'
- 'zip: Store downloaded files in a ZIP archive')
+ 'zip: Store downloaded files in a ZIP archive'
+ 'youtube-dl: Download videos')
source=(https://github.com/mikf/${pkgname}/releases/download/v${pkgver}/gallery_dl-${pkgver}.tar.gz
https://github.com/mikf/${pkgname}/releases/download/v${pkgver}/gallery_dl-${pkgver}.tar.gz.asc)
validpgpkeys=('3E09F5908333DD83DBDCE7375680CA389D365A88')
-sha512sums=('8a740d69980967d36223cb24fe6333c8eae689ee2f729e6c8f19eb4a729c5f6c197bf5586d8b4e13931970d54b8572bbd9d041d25dc47cd6b03d596351738d24'
+sha512sums=('c11348b2b523d602cf1a4948900769f028c95ca5fc3cc8196a2a413f6d029bfa1597f1df6cbf3968d08ab95601b5b8cd78cbecf4b5104a24d43443e4bb379f13'
'SKIP')
package() {
cd "$srcdir"/gallery_dl-$pkgver