Hello, the program have a commercial license, please don't put random licenses; if you don't know what license it have use 'unkwon'
provide, conflicts, replaces are likely not needed, I wasn't able to found a 'yt2mp3'
About the sources there is a a less then ideal situation since the vendor offer unversioned archives. Using source_i386=("$pkgname-$pkgver.deb::htt... source_x86_64=("$pkgname-$pkgver.deb::htt... will cause issue over time, when there is a package update and when using updpkgsums for calculate the file hashes.
I suggest to use
source_i386=("$pkgname-$(date +%F-%H)-i386.deb::htt... source_x86_64=("$pkgname-$(date +%F-%H)-x86_64.deb::htt...
Pinned Comments
schinfo commented on 2024-12-11 16:17 (UTC)
I adapted the PKGBUILD again. The i686 (32 bit) was removed because Arch discontinued 32 bit Linux. Since MEDIAHUMAN constantly changes the source file without adjusting the version number, it is now fetched from my own server. Before an update, I always check whether the current version works and, if necessary, leave the old, working version on the server. This can prevent the program from no longer starting, as was the case on November 7th. The PKGBUILD is now identical to
youtube-downloader-bin
.