summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMagnus Boman2023-05-07 21:34:29 +0200
committerMagnus Boman2023-05-07 21:34:29 +0200
commit443414835cbc2070f4f1aaac7071206475a1c61f (patch)
tree6d0638520054a613fa9b0e3484674ab2f761d434
parent545cc7c86e09b5c14fd27734702d626acf5585de (diff)
downloadaur-443414835cbc2070f4f1aaac7071206475a1c61f.tar.gz
upgpkg: gallery-dl 1.25.4-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4532388dca42..b542d5fdd3c2 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.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
diff --git a/PKGBUILD b/PKGBUILD
index 8f4d1972dfc0..3af8be690121 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')