summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMagnus Boman2024-11-30 14:37:56 +0100
committerMagnus Boman2024-11-30 14:37:56 +0100
commit7a4d7589bd5729dc1066eb8ca62323386bf22b6c (patch)
treee280c4aa613f86ff314368c86ac833c7dc4710d8
parenta01439b0f8dfb9551a746a9a7616b5e8455d5477 (diff)
downloadaur-7a4d7589bd5729dc1066eb8ca62323386bf22b6c.tar.gz
upgpkg: gallery-dl 1.28.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 d4c16560300c..bb95e1cfddb4 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.27.7
- pkgrel = 2
+ pkgver = 1.28.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.27.7?signed
+ source = git+https://github.com/mikf/gallery-dl.git#tag=v1.28.0?signed
validpgpkeys = 3E09F5908333DD83DBDCE7375680CA389D365A88
- sha512sums = 7dc4ef9c56e7949393f5ce611ea0cdb79a05e8245e8690ca928a4593fa36e572a78ff2490dceaf5604333c1da63fb61669f6e6e587b89c9d2ed2fc8421ae327c
+ sha512sums = dd490872c4544cff81ef8753e9e6ddd6c5af3690930ac0c959705b155bb4112025d68c5bb9750e049a1109ba05241bc5896f18320b5a20418e10e9ff6e49be89
pkgname = gallery-dl
diff --git a/PKGBUILD b/PKGBUILD
index 700f401413de..81de0e07fdfe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: LLL2yu <lll2yu@protonmail.com>
pkgname=gallery-dl
-pkgver=1.27.7
-pkgrel=2
+pkgver=1.28.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=('7dc4ef9c56e7949393f5ce611ea0cdb79a05e8245e8690ca928a4593fa36e572a78ff2490dceaf5604333c1da63fb61669f6e6e587b89c9d2ed2fc8421ae327c')
+sha512sums=('dd490872c4544cff81ef8753e9e6ddd6c5af3690930ac0c959705b155bb4112025d68c5bb9750e049a1109ba05241bc5896f18320b5a20418e10e9ff6e49be89')
prepare() {
# Clean out old wheels etc.