summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlll2yu2018-08-17 18:06:33 +0530
committerlll2yu2018-08-17 18:06:33 +0530
commit676c911e1b8337f8034e251c38a2277f1f3f3dc4 (patch)
tree30e4662d17d9203b1cb1ab1aee9307490c261757 /PKGBUILD
parent8f617db47f6194454d9dd1a0fea69b04f182a505 (diff)
downloadaur-676c911e1b8337f8034e251c38a2277f1f3f3dc4.tar.gz
update to v1.5.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c8a01ff4f2ae..58c909fb3916 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,19 +2,20 @@
pkgname=gallery-dl
_githubname=gallery_dl
-pkgver=1.5.0
-pkgrel=3
+pkgver=1.5.1
+pkgrel=1
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')
+optdepends=('ffmpeg: Convert Pixiv Ugoira to WebM'
+ 'zip: Store downloaded files in a ZIP archive')
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')
-sha512sums=('9f28f73939c9afdf409b7daa7fa64ddb1744fc2bdcbc428ae9f27808e920d972ae8c1cb56bd5f0d09e0e79ba22eaac7f934338ed7afca3354051dd003fca652c'
+sha512sums=('ed9b815f59cc8e1df2127c51ba891f4126caea7165b0c99af79736e10cde7820c19a9575716e6ae161e2aae5da9561ff535ed903023bca905a50f9fc52af3dbb'
'SKIP')
package() {
cd "$srcdir"/${_githubname}-$pkgver