summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fd8a30515aa4..3297665ca0d8 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.26.5
+ pkgver = 1.26.6
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=87eba9bf6a223f10a2173ad549bc6921fa8a0936?signed
+ source = git+https://github.com/mikf/gallery-dl.git#tag=daccfaada5bb4af254d558eb7d2fb0ed4f221aa1?signed
validpgpkeys = 3E09F5908333DD83DBDCE7375680CA389D365A88
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index c623c3d66461..dca3e1cfc6ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: LLL2yu <lll2yu@protonmail.com>
pkgname=gallery-dl
-pkgver=1.26.5
+pkgver=1.26.6
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=87eba9bf6a223f10a2173ad549bc6921fa8a0936 # git rev-parse v${pkgver}
+_tag=daccfaada5bb4af254d558eb7d2fb0ed4f221aa1 # git rev-parse v${pkgver}
source=(git+"${url}".git#tag="${_tag}"?signed)
validpgpkeys=(3E09F5908333DD83DBDCE7375680CA389D365A88) #Mike Fährmann
sha512sums=('SKIP')