summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMagnus Boman2024-06-01 21:46:00 +0200
committerMagnus Boman2024-06-01 21:46:00 +0200
commit2a86f0ccad38469c9580f84258281c92f32acfd5 (patch)
tree1d1f1112deca18dee269582189b220bd9be2d2d4
parent62c3beae7d6717cdc8ccefcaf5d35be4d850d853 (diff)
downloadaur-2a86f0ccad38469c9580f84258281c92f32acfd5.tar.gz
upgpkg: gallery-dl 1.27.0-1
upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c298d14f58ad..07d4a7cdbb92 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 6fee7aa8a2ee..1e2a74fff0b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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.