diff options
author | Magnus Boman | 2024-06-01 21:46:00 +0200 |
---|---|---|
committer | Magnus Boman | 2024-06-01 21:46:00 +0200 |
commit | 2a86f0ccad38469c9580f84258281c92f32acfd5 (patch) | |
tree | 1d1f1112deca18dee269582189b220bd9be2d2d4 | |
parent | 62c3beae7d6717cdc8ccefcaf5d35be4d850d853 (diff) | |
download | aur-2a86f0ccad38469c9580f84258281c92f32acfd5.tar.gz |
upgpkg: gallery-dl 1.27.0-1
upstream release
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 7 insertions, 7 deletions
@@ -1,7 +1,7 @@ pkgbase = gallery-dl pkgdesc = Command-line program to download image-galleries and collections from several image hosting sites - pkgver = 1.26.9 - pkgrel = 3 + pkgver = 1.27.0 + pkgrel = 1 url = https://github.com/mikf/gallery-dl arch = any license = GPL-2.0-or-later @@ -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.26.9?signed + source = git+https://github.com/mikf/gallery-dl.git#tag=v1.27.0?signed validpgpkeys = 3E09F5908333DD83DBDCE7375680CA389D365A88 - sha512sums = f2e11d10b56ee9c76605bd759661620e57d22090e9309589bc54d583410316dc661f6be9c7f33b2555417696e43925c82101debcff468d7db39baf12649325d3 + sha512sums = da790185e8bf22aed4256cfff4f30ff9bc514442598b927d6f4bdd8a93ffbc6ec39677b51b2805340aef05533f3362de6568c45ecc51995f3488c1819f1589d9 pkgname = gallery-dl @@ -2,8 +2,8 @@ # Contributor: LLL2yu <lll2yu@protonmail.com> pkgname=gallery-dl -pkgver=1.26.9 -pkgrel=3 +pkgver=1.27.0 +pkgrel=1 pkgdesc='Command-line program to download image-galleries and collections from several image hosting sites' arch=(any) url=https://github.com/mikf/gallery-dl @@ -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=('f2e11d10b56ee9c76605bd759661620e57d22090e9309589bc54d583410316dc661f6be9c7f33b2555417696e43925c82101debcff468d7db39baf12649325d3') +sha512sums=('da790185e8bf22aed4256cfff4f30ff9bc514442598b927d6f4bdd8a93ffbc6ec39677b51b2805340aef05533f3362de6568c45ecc51995f3488c1819f1589d9') prepare() { # Clean out old wheels etc. |