summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMagnus Boman2024-03-23 18:09:38 +0100
committerMagnus Boman2024-03-23 18:09:38 +0100
commitfb3d71a393655a38e7740c8cd941604afd08b4fd (patch)
tree8c5a73746531a66cab3228c475254773f77b640a
parent3a3e0fa7d6e67aba0e40fd161e4a2ebd3c9b0a74 (diff)
downloadaur-fb3d71a393655a38e7740c8cd941604afd08b4fd.tar.gz
upgpkg: gallery-dl 1.26.9-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f9bd5098134..12e9c551c13e 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.8
+ pkgver = 1.26.9
pkgrel = 1
url = https://github.com/mikf/gallery-dl
arch = any
@@ -21,8 +21,8 @@ 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=488b6a4fb8873cedf342ceeef6c75046757494ea?signed
+ source = git+https://github.com/mikf/gallery-dl.git#tag=c62fda85da565bb796fd51e0caf7b192c53beb33?signed
validpgpkeys = 3E09F5908333DD83DBDCE7375680CA389D365A88
- sha512sums = SKIP
+ sha512sums = f2e11d10b56ee9c76605bd759661620e57d22090e9309589bc54d583410316dc661f6be9c7f33b2555417696e43925c82101debcff468d7db39baf12649325d3
pkgname = gallery-dl
diff --git a/PKGBUILD b/PKGBUILD
index e93d3242c725..fd26e461d669 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: LLL2yu <lll2yu@protonmail.com>
pkgname=gallery-dl
-pkgver=1.26.8
+pkgver=1.26.9
pkgrel=1
pkgdesc='Command-line program to download image-galleries and collections from several image hosting sites'
arch=(any)
@@ -19,10 +19,10 @@ 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=488b6a4fb8873cedf342ceeef6c75046757494ea # git rev-parse v${pkgver}
+_tag=c62fda85da565bb796fd51e0caf7b192c53beb33 # git rev-parse v${pkgver}
source=(git+"${url}".git#tag="${_tag}"?signed)
validpgpkeys=(3E09F5908333DD83DBDCE7375680CA389D365A88) #Mike Fährmann
-sha512sums=('SKIP')
+sha512sums=('f2e11d10b56ee9c76605bd759661620e57d22090e9309589bc54d583410316dc661f6be9c7f33b2555417696e43925c82101debcff468d7db39baf12649325d3')
pkgver() {
git -C ${pkgname} describe --tags | sed 's/^v//'