diff options
author | Magnus Boman | 2025-01-04 17:19:50 +0100 |
---|---|---|
committer | Magnus Boman | 2025-01-04 17:19:50 +0100 |
commit | 8d9390388abd41a11569085e3439703e3dbabbce (patch) | |
tree | b757282f0ff3e31bf5c7bf9205cfa1da15b319d9 | |
parent | f97c78cfe64a2ed549c220ec7329f94b2b122bb6 (diff) | |
download | aur-8d9390388abd41a11569085e3439703e3dbabbce.tar.gz |
upgpkg: gallery-dl 1.28.3-1
upstream release
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 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.28.2 + pkgver = 1.28.3 pkgrel = 1 url = https://github.com/mikf/gallery-dl arch = any @@ -22,8 +22,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=v1.28.2?signed + source = git+https://github.com/mikf/gallery-dl.git#tag=v1.28.3?signed validpgpkeys = 3E09F5908333DD83DBDCE7375680CA389D365A88 - sha512sums = 04e3a0420c4b57d1744375c55a3e663b88296b4bc1b6f94426878fc3390e34b30147c1aba97b8336ff850d8e5695d6eed98f60ca8c8bd6442683a1d806f273a4 + sha512sums = 5f32c7333252d5651327bea42fb0d98971cc77120b2288f4d0542ca8c6c2e51db0f0d6a1737fa44e8c502b5f41a6c61b71aef5681e065641b7e3198b2d682115 pkgname = gallery-dl @@ -2,7 +2,7 @@ # Contributor: LLL2yu <lll2yu@protonmail.com> pkgname=gallery-dl -pkgver=1.28.2 +pkgver=1.28.3 pkgrel=1 pkgdesc='Command-line program to download image-galleries and collections from several image hosting sites' arch=(any) @@ -22,7 +22,7 @@ optdepends=('ffmpeg: Pixiv Ugoira conversion' 'python-secretstorage: GNOME keyring passwords for --cookies-from-browser') source=(git+"${url}".git#tag=v"${pkgver}"?signed) validpgpkeys=(3E09F5908333DD83DBDCE7375680CA389D365A88) #Mike Fährmann -sha512sums=('04e3a0420c4b57d1744375c55a3e663b88296b4bc1b6f94426878fc3390e34b30147c1aba97b8336ff850d8e5695d6eed98f60ca8c8bd6442683a1d806f273a4') +sha512sums=('5f32c7333252d5651327bea42fb0d98971cc77120b2288f4d0542ca8c6c2e51db0f0d6a1737fa44e8c502b5f41a6c61b71aef5681e065641b7e3198b2d682115') prepare() { # Clean out old wheels etc. |