diff options
author | mutoroglin | 2022-12-25 10:57:59 +0100 |
---|---|---|
committer | mutoroglin | 2022-12-25 10:57:59 +0100 |
commit | f9681abf34f3667fac9479853ec10ea127b02deb (patch) | |
tree | 2e158d30ac89a057bb05db64aa57b79f9289135a /PKGBUILD | |
parent | e284d5c9ccc4b03da031f80adf6bf6125b023d60 (diff) | |
download | aur-f9681abf34f3667fac9479853ec10ea127b02deb.tar.gz |
version 7.6.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 14 |
1 files changed, 8 insertions, 6 deletions
@@ -1,9 +1,10 @@ -# Maintainer: Joerg Weislogel <mutoroglin [at] posteo [dot] de> -# Contributor: Felix Golatofski <contact@xdfr.de> +# Maintainer: Joerg Weislogel mutoroglin [at] posteo [dot] de +# Contributor: Felix Golatofski contact [st] xdfr [dot] de +# Contributor: nicoulaj julien.nicoulaud [at] gmail [dot] com pkgname=firefox-extension-video-download-helper -pkgver=7.6.0 -pkgrel=2 +pkgver=7.6.6 +pkgrel=1 pkgdesc='The easy way to download and convert Web videos from hundreds of YouTube-like sites.' arch=('any') url='https://www.downloadhelper.net' @@ -13,11 +14,12 @@ groups=('firefox-addons') optdepends=('vdhcoapp: companion app, see https://www.downloadhelper.net/install-coapp' 'vdhcoapp-bin: companion app (binary version)') source=("license.html::https://www.downloadhelper.net/terms-of-service" - "extension.xpi::https://addons.mozilla.org/firefox/downloads/file/3804074/video_downloadhelper-${pkgver}-fx.xpi") + "extension.xpi::https://addons.mozilla.org//firefox/downloads/file/4040817/video_downloadhelper-${pkgver}.xpi") + noextract=("license.html" "extension.xpi") sha512sums=(SKIP - '1a56c8169aa2493ee33b636607f49cab8994002c9346d1a045d418a5064040f55350d781d6273ad7351ed7c620b7bd5f8629c3381e5f326eca44a4cf385f359e') + '7bf5dca9c7fc1a92a7dd9b453097d3d67a1a45d19264bb09141a463e8ce26d6d1ce0d460ef0782c416dd8649ed06938ec31430e3275f02f715f36bac774646d9') package() { install -Dm644 extension.xpi "${pkgdir}/usr/lib/firefox/browser/extensions/{b9db16a4-6edc-47ec-a1f4-b86292ed211d}.xpi" |