I solved it with this hack in the PKGBUILD
source=(${_base}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz)
source=https://codeload.github.com/luispedro/imread/tar.gz/refs/tags/v0.7.4
| Git Clone URL: | https://aur.archlinux.org/python-imread.git (read-only, click to copy) |
|---|---|
| Package Base: | python-imread |
| Description: | Read images to numpy arrays |
| Upstream URL: | https://github.com/luispedro/imread |
| Licenses: | MIT |
| Submitter: | McNoggins |
| Maintainer: | carlosal1015 (AutoUpdateBot) |
| Last Packager: | carlosal1015 |
| Votes: | 8 |
| Popularity: | 0.000000 |
| First Submitted: | 2014-06-03 15:35 (UTC) |
| Last Updated: | 2024-08-03 04:51 (UTC) |
I solved it with this hack in the PKGBUILD
source=(${_base}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz)
source=https://codeload.github.com/luispedro/imread/tar.gz/refs/tags/v0.7.4
Important note: Is recommended to receive the following key before to install:
$ gpg --recv-keys 110D6C98E760BEF2
Also is possible skip the verification, adding the flag for (e.g makepkg, yay) --skippgpcheck, --nopgpfetch, respectively.
Pinned Comments
carlosal1015 commented on 2022-03-02 19:58 (UTC)
Important note: Is recommended to receive the following key before to install:
Also is possible skip the verification, adding the flag for (e.g
makepkg,yay)--skippgpcheck,--nopgpfetch, respectively.