diff options
author | Magnus Boman | 2020-05-03 11:29:41 +0200 |
---|---|---|
committer | Magnus Boman | 2020-05-03 11:29:41 +0200 |
commit | 631c8d3ee29cb947850b97b990fb1f285d77f543 (patch) | |
tree | 069082fdc1af909a54304e20783df6fa6411dab8 | |
parent | 54a01a1e2c270f62a657043159d8bebffa8e29e1 (diff) | |
download | aur-631c8d3ee29cb947850b97b990fb1f285d77f543.tar.gz |
Update to 1.13.6
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 6 insertions, 6 deletions
@@ -1,6 +1,6 @@ pkgbase = gallery-dl pkgdesc = Command-line program to download image-galleries and collections from several image hosting sites - pkgver = 1.13.5 + pkgver = 1.13.6 pkgrel = 1 url = https://github.com/mikf/gallery-dl arch = any @@ -10,10 +10,10 @@ pkgbase = gallery-dl depends = python-requests optdepends = ffmpeg: Convert Pixiv Ugoira to WebM optdepends = youtube-dl: Download videos - source = https://github.com/mikf/gallery-dl/releases/download/v1.13.5/gallery_dl-1.13.5.tar.gz - source = https://github.com/mikf/gallery-dl/releases/download/v1.13.5/gallery_dl-1.13.5.tar.gz.asc + source = https://github.com/mikf/gallery-dl/releases/download/v1.13.6/gallery_dl-1.13.6.tar.gz + source = https://github.com/mikf/gallery-dl/releases/download/v1.13.6/gallery_dl-1.13.6.tar.gz.asc validpgpkeys = 3E09F5908333DD83DBDCE7375680CA389D365A88 - sha512sums = a9fbf91a8371daa558f8a88317e655a71e46baeb7178859475f15d87b9ca65ac06b18ffb7b23aeac5b68a38341071e962d877a0c61c072b6c259634dd3f8f9cf + sha512sums = a1ff1c2d7ba4b79e163e38a4e73a4059fb7696e682569d7b5f7b956c926aaf51fade1a4ce03466f94fd6b39df0c9c458ced139289e98029595f51b757d1509a6 sha512sums = SKIP pkgname = gallery-dl @@ -2,7 +2,7 @@ # Co-maintainer: katt <magunasu.b97@gmail.com> pkgname=gallery-dl -pkgver=1.13.5 +pkgver=1.13.6 pkgrel=1 pkgdesc="Command-line program to download image-galleries and collections from several image hosting sites" arch=('any') @@ -14,7 +14,7 @@ optdepends=('ffmpeg: Convert Pixiv Ugoira to WebM' 'youtube-dl: Download videos') source=("$url"/releases/download/v"${pkgver}"/"${pkgname/-/_}"-"${pkgver}".tar.gz{,.asc}) validpgpkeys=('3E09F5908333DD83DBDCE7375680CA389D365A88') #Mike Fährmann -sha512sums=('a9fbf91a8371daa558f8a88317e655a71e46baeb7178859475f15d87b9ca65ac06b18ffb7b23aeac5b68a38341071e962d877a0c61c072b6c259634dd3f8f9cf' +sha512sums=('a1ff1c2d7ba4b79e163e38a4e73a4059fb7696e682569d7b5f7b956c926aaf51fade1a4ce03466f94fd6b39df0c9c458ced139289e98029595f51b757d1509a6' 'SKIP') package() { |