Package Details: openmv-ide-bin 4.2.4-1

Git Clone URL: https://aur.archlinux.org/openmv-ide-bin.git (read-only, click to copy)
Package Base: openmv-ide-bin
Description: QtCreator based OpenMV IDE.
Upstream URL: https://github.com/openmv/openmv-ide
Keywords: machine-vision openmv
Licenses: MIT
Conflicts: openmv-ide
Provides: openmv-ide
Submitter: yjun
Maintainer: yjun
Last Packager: yjun
Votes: 0
Popularity: 0.000000
First Submitted: 2020-08-01 13:24 (UTC)
Last Updated: 2024-09-21 16:30 (UTC)

Latest Comments

Neolux_Lee commented on 2024-07-23 15:22 (UTC) (edited on 2024-07-23 15:24 (UTC) by Neolux_Lee)

Installer file download failed. When opening this link in browser, I got 404.

The error is below:

curl: (22) The requested URL returned error: 404
==> ERROR: Failure while downloading https://github.com/openmv/openmv-ide/releases/download/development/openmv-ide-linux-x86_64-4.1.6.run
    Aborting...
error: failed to download sources for 'openmv-ide-bin-4.1.6-1': 
error: packages failed to build: openmv-ide-bin-4.1.6-1

It may because the link in PKGBUILD is not latest. When I check the release page, I found the latest release (4.1.9) is with development tag and all other older releases are tagged with the version number.

So I changed source_x86_64 in PKGBUILD to make it download the file:

source_x86_64=("${_pkgname}-${pkgver}-x86_64.run::https://github.com/openmv/openmv-ide/releases/download/v{pkgver}/${_pkgname}-linux-x86_64-${pkgver}.run")

But this way the latest release won't be downloaded. Another solution is to manually check the latest version in GitHub release page and edit pkgver in PKGBUILD to latest number and skip sha256sums check.

yjun commented on 2024-07-14 02:42 (UTC)

This repository only contains release versions.