Can you please add
provides=("vdhcoapp=${pkgver}")
,conflicts=('vdhcoapp')
?
Thanks for maintaining!
Git Clone URL: | https://aur.archlinux.org/vdhcoapp-bin.git (read-only, click to copy) |
---|---|
Package Base: | vdhcoapp-bin |
Description: | Companion application for Video DownloadHelper browser add-on (binary version) |
Upstream URL: | https://github.com/aclap-dev/vdhcoapp |
Licenses: | GPL-2.0-or-later |
Conflicts: | vdhcoapp |
Provides: | vdhcoapp |
Submitter: | leledumbo |
Maintainer: | Paragoumba |
Last Packager: | Paragoumba |
Votes: | 60 |
Popularity: | 0.86 |
First Submitted: | 2018-06-28 06:41 (UTC) |
Last Updated: | 2024-08-10 13:45 (UTC) |
Can you please add
provides=("vdhcoapp=${pkgver}")
,conflicts=('vdhcoapp')
?Thanks for maintaining!
There is a new version available - 1.6.1-1. I already updated your PKGBUILD locally and built the new package. I would like to support you to have this package updated in future. How to achieve that?
@newsboost: This package is for the companion app, not for the related browser extension. Make sure you installed the extension from official sources (https://chrome.google.com/webstore/detail/video-downloadhelper/lmjnegcaeklhafolokijcfjliaokphfk) if there is a problem with the extension, please post in the support section there.
This PKGBUILD downloads https://github.com/mi-g/vdhcoapp/releases/download/v1.5.0/net.downloadhelper.coapp-1.5.0-1_amd64.deb which is the official source. Scanning it with virustotal shows no problems: https://www.virustotal.com/gui/file/6d38a14aca4c79c609b556383d8fdc3e73b85ca7cb20c711535a685ed818589e/detection
I receive:
"This extension contains malware" for Description: Video Downloader professional - the fastest and easiest way to save any video from any website. Version 4.0.2".
Is this right? Why do I get this message now? Wrong CRC-check? Tampered with the binary? Incorrect error/warning from Chromium (this was installed a few days ago, seemed to work ok before being disabled)?
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