PKGBUILD has
+sha256sums=('89444b3672573a64cb748774164474226bbc25c342f1324720d5cf8f2b4e5fdc'
deb (https://github.com/aclap-dev/vdhcoapp/releases/download/v2.0.3/vdhcoapp-2.0.3-linux-x86_64.deb) has
$ sha256sum vdhcoapp-2.0.3-linux-x86_64.deb
bd288efbd562aa450b3b142b9ad1221b83a4ea510eb840ef3f5a3c499bbb6471 vdhcoapp-2.0.3-linux-x86_64.deb
Work-around until maintainer resolves this issue:
$ makepkg -g
==> Retrieving sources...
-> Found vdhcoapp-2.0.3-linux-x86_64.deb
-> Found vdhcoapp-install.hook
-> Found vdhcoapp-remove.hook
-> Found vdhcoapp-user-install.hook
-> Found vdhcoapp-user-remove.hook
==> Generating checksums for source files...
sha256sums=('bd288efbd562aa450b3b142b9ad1221b83a4ea510eb840ef3f5a3c499bbb6471'
'a2b56e6ae3f7f8933e20762baa90e69f63f0802b2e6d213b51e0bc68843e5d27'
'3287859986d67e15e269965676bf9c75d1e853ea0ec97695811072fb8f10a7a8'
'a74a57aac6b2e76ded9524599d3047486f9f2d8f820c5114ad41209c8117ab35'
'fddf971ed2d6d976cd6ce34f9f04c9c2d18c03112eccda44ccf887cda0344b7c')
Pinned Comments
Paragoumba commented on 2021-12-27 23:19 (UTC) (edited on 2023-09-28 21:07 (UTC) by Paragoumba)
@dreieck I have updated the package to not bundle ffmpeg anymore following this upstream issue. Vdhcoapp can only use the local ffmpeg because its path is hardcoded. The package uses symlinks for now and I am waiting for Vdhcoapp to properly support using the system's ffmpeg.
I also added the
provides
andconflicts
variables.Thanks for your suggestions