summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMagnus Boman2021-02-14 17:31:23 +0100
committerMagnus Boman2021-02-14 17:31:23 +0100
commita8f38918c83af5023003b1c2d5c2157eacb102bb (patch)
tree695705211174bf19c020a66132ebcfb2d82daa57
parent39e6423ddf0edf29b5983c2a813b0872f8b64c63 (diff)
downloadaur-a8f38918c83af5023003b1c2d5c2157eacb102bb.tar.gz
upgpkg: gallery-dl 1.16.5-1
upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 505dd51f9eb2..e21379ee700f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gallery-dl
pkgdesc = Command-line program to download image-galleries and collections from several image hosting sites
- pkgver = 1.16.4
+ pkgver = 1.16.5
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.16.4/gallery_dl-1.16.4.tar.gz
- source = https://github.com/mikf/gallery-dl/releases/download/v1.16.4/gallery_dl-1.16.4.tar.gz.asc
+ source = https://github.com/mikf/gallery-dl/releases/download/v1.16.5/gallery_dl-1.16.5.tar.gz
+ source = https://github.com/mikf/gallery-dl/releases/download/v1.16.5/gallery_dl-1.16.5.tar.gz.asc
validpgpkeys = 3E09F5908333DD83DBDCE7375680CA389D365A88
- sha512sums = deba4d88e48d8c8e803d4a7917f201df7756d1d47d93efbb6288b5c0cc10b38e99100320643ec1b0015490728414aa3885df27ff10efea0f9f217bc7545ddda9
+ sha512sums = 9e176553bf0af60480695e6b0e4135daa759a166e1b89f468c9bb04ace38e9a8549bd9daab52a125c559373765f1fd42430ca9801cfc54820b451cc9ef762759
sha512sums = SKIP
pkgname = gallery-dl
diff --git a/PKGBUILD b/PKGBUILD
index c77e09a64720..4a0543eb2286 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Maintainer: LLL2yu <lll2yu@protonmail.com>
# Maintainer: katt <magunasu.b97@gmail.com>
+# Contributor: LLL2yu <lll2yu@protonmail.com>
pkgname=gallery-dl
-pkgver=1.16.4
+pkgver=1.16.5
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=('deba4d88e48d8c8e803d4a7917f201df7756d1d47d93efbb6288b5c0cc10b38e99100320643ec1b0015490728414aa3885df27ff10efea0f9f217bc7545ddda9'
+sha512sums=('9e176553bf0af60480695e6b0e4135daa759a166e1b89f468c9bb04ace38e9a8549bd9daab52a125c559373765f1fd42430ca9801cfc54820b451cc9ef762759'
'SKIP')
package() {