diff options
author | Magnus Boman | 2023-05-07 21:34:29 +0200 |
---|---|---|
committer | Magnus Boman | 2023-05-07 21:34:29 +0200 |
commit | 443414835cbc2070f4f1aaac7071206475a1c61f (patch) | |
tree | 6d0638520054a613fa9b0e3484674ab2f761d434 | |
parent | 545cc7c86e09b5c14fd27734702d626acf5585de (diff) | |
download | aur-443414835cbc2070f4f1aaac7071206475a1c61f.tar.gz |
upgpkg: gallery-dl 1.25.4-1
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 4 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.25.3 + pkgver = 1.25.4 pkgrel = 1 url = https://github.com/mikf/gallery-dl arch = any @@ -21,7 +21,7 @@ pkgbase = gallery-dl optdepends = python-yaml: YAML configuration file support optdepends = python-toml: TOML configuration file support for Python<3.11 optdepends = python-secretstorage: GNOME keyring passwords for --cookies-from-browser - source = git+https://github.com/mikf/gallery-dl.git#tag=3ebe03e62a8da7ffc1a4ef5da472ce90d5004f18?signed + source = git+https://github.com/mikf/gallery-dl.git#tag=0b006795d5b2bd3f9617b19fdb88ed945eaa538b?signed validpgpkeys = 3E09F5908333DD83DBDCE7375680CA389D365A88 sha512sums = SKIP @@ -2,7 +2,7 @@ # Contributor: LLL2yu <lll2yu@protonmail.com> pkgname=gallery-dl -pkgver=1.25.3 +pkgver=1.25.4 pkgrel=1 pkgdesc='Command-line program to download image-galleries and collections from several image hosting sites' arch=(any) @@ -19,7 +19,7 @@ optdepends=('ffmpeg: Pixiv Ugoira conversion' 'python-yaml: YAML configuration file support' 'python-toml: TOML configuration file support for Python<3.11' 'python-secretstorage: GNOME keyring passwords for --cookies-from-browser') -_tag=3ebe03e62a8da7ffc1a4ef5da472ce90d5004f18 # git rev-parse v${pkgver} +_tag=0b006795d5b2bd3f9617b19fdb88ed945eaa538b # git rev-parse v${pkgver} source=(git+"${url}".git#tag="${_tag}"?signed) validpgpkeys=(3E09F5908333DD83DBDCE7375680CA389D365A88) #Mike Fährmann sha512sums=('SKIP') |