As of 13 December 2024 it has been updated to version 25.11. See https://www.opendesign.com/guestfiles/oda_file_converter
The first part of the PKGBUILD can read:
pkgname=oda-file-converter
pkgver=25.11
pkgrel=1
pkgdesc="Converts files between the .dwg and .dxf file formats"
arch=('x86_64')
url="https://www.opendesign.com/guestfiles/oda_file_converter"
license=('custom')
conflicts=('teigha-file-converter')
replaces=('teigha-file-converter')
depends=('qt5-base' 'hicolor-icon-theme')
source=('https://www.opendesign.com/guestfiles/get?filename=ODAFileConverter_QT6_lnxX64_8.3dll_25.11.deb'
'oda-file-converter'
'oda-file-converter.desktop')
md5sums=('67703b961d0e23e0e68dfa7f5755d59a'
'9c4ac254a0fc8bbe099bc938f236ee64'
'cf41b2da616f6d7b124cba80f644ecbe')
_ogname='ODAFileConverter'
Pinned Comments
LemonPie commented on 2024-09-28 09:44 (UTC) (edited on 2024-10-22 13:41 (UTC) by LemonPie)
so, now the download url is a get request to
https://www.opendesign.com/guestfiles/get?filename=ODAFileConverter_QT6_lnxX64_8.3dll_25.8.deb
and it seem to point at a temporary url athttps://guestfiles.s3.eu-central-1.amazonaws.com/ODAFileConverter_QT6_lnxX64_8.3dll_25.8.deb...
. I am not sure what is the proper way to update the package. and everything comes to my mind is a dirty solution.well I just stop here then.
EDIT: even the old deb packages are moved there, so this PKGBUILD is broken!!!
EDIT 2: if i find no solution, I'll disown the package.