diff options
author | Julien Nicoulaud | 2019-02-15 19:51:39 +0100 |
---|---|---|
committer | Julien Nicoulaud | 2019-02-15 19:51:39 +0100 |
commit | 13d3171adf3b3efe5608b9fd9f42a4b619023459 (patch) | |
tree | 6d56eaad208808d8e9e49dcce7886d07d3072780 /PKGBUILD | |
parent | 51c237610a3556316f30e64d9e8a844e8ede09db (diff) | |
download | aur-13d3171adf3b3efe5608b9fd9f42a4b619023459.tar.gz |
fixes
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -1,15 +1,13 @@ pkgname=firefox-extension-video-download-helper -_file=1031851 pkgver=7.3.5 -pkgrel=1 +pkgrel=2 pkgdesc='The easy way to download and convert Web videos from hundreds of YouTube-like sites.' arch=('any') -url='https://addons.mozilla.org/en-US/firefox/addon/video-downloadhelper' +url='https://www.downloadhelper.net' license=('custom:proprietary') depends=('firefox') -optdepends=('firefox-extension-video-download-helper-companion-app: companion app, compiled from sources (see https://www.downloadhelper.net/install-coapp)' - 'firefox-extension-video-download-helper-companion-app-bin: companion app, using binary artifacts (see https://www.downloadhelper.net/install-coapp)') -source=("extension.xpi::https://addons.mozilla.org/firefox/downloads/file/${_file}/video_downloadhelper-${pkgver}-an+fx.xpi") +optdepends=('firefox-extension-video-download-helper-companion-app: companion app, see https://www.downloadhelper.net/install-coapp') +source=("extension.xpi::https://addons.mozilla.org/firefox/downloads/file/1031851/video_downloadhelper-${pkgver}-an+fx.xpi") noextract=("extension.xpi") sha256sums=('d7031e6f5db343fcd625d50e93fafe4f0d017ae7a0a88316893fc85bb0930dec') |