diff options
author | Magnus Boman | 2024-11-30 14:37:56 +0100 |
---|---|---|
committer | Magnus Boman | 2024-11-30 14:37:56 +0100 |
commit | 7a4d7589bd5729dc1066eb8ca62323386bf22b6c (patch) | |
tree | e280c4aa613f86ff314368c86ac833c7dc4710d8 | |
parent | a01439b0f8dfb9551a746a9a7616b5e8455d5477 (diff) | |
download | aur-7a4d7589bd5729dc1066eb8ca62323386bf22b6c.tar.gz |
upgpkg: gallery-dl 1.28.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.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 @@ -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. |