diff options
author | Magnus Boman | 2024-04-27 18:41:06 +0200 |
---|---|---|
committer | Magnus Boman | 2024-04-27 18:41:06 +0200 |
commit | 62c3beae7d6717cdc8ccefcaf5d35be4d850d853 (patch) | |
tree | ece13bd08f598e9e730e9f87bcd9129751a76e37 /PKGBUILD | |
parent | 15f808c365d793b8634545ecee569d7ab4dc55a2 (diff) | |
download | aur-62c3beae7d6717cdc8ccefcaf5d35be4d850d853.tar.gz |
upgpkg: gallery-dl 1.26.9-3
Fix building with Python 3.12
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -3,7 +3,7 @@ pkgname=gallery-dl pkgver=1.26.9 -pkgrel=2 +pkgrel=3 pkgdesc='Command-line program to download image-galleries and collections from several image hosting sites' arch=(any) url=https://github.com/mikf/gallery-dl @@ -26,7 +26,10 @@ sha512sums=('f2e11d10b56ee9c76605bd759661620e57d22090e9309589bc54d583410316dc661 prepare() { # Clean out old wheels etc. - git -C "${pkgname%-git}" clean -dfx + git -C "${pkgname}" clean -dfx + + git -C "${pkgname%-git}" cherry-pick -n 5227bb6b1d62ecef5b281592b0d001e7f9c101e3 # [text] catch general Exceptions + } build() { |