summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulien Nicoulaud2019-02-15 19:51:39 +0100
committerJulien Nicoulaud2019-02-15 19:51:39 +0100
commit13d3171adf3b3efe5608b9fd9f42a4b619023459 (patch)
tree6d56eaad208808d8e9e49dcce7886d07d3072780
parent51c237610a3556316f30e64d9e8a844e8ede09db (diff)
downloadaur-13d3171adf3b3efe5608b9fd9f42a4b619023459.tar.gz
fixes
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD10
2 files changed, 7 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 152ee6fc409c..0304359b0f6d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = firefox-extension-video-download-helper
pkgdesc = The easy way to download and convert Web videos from hundreds of YouTube-like sites.
pkgver = 7.3.5
- pkgrel = 1
- url = https://addons.mozilla.org/en-US/firefox/addon/video-downloadhelper
+ pkgrel = 2
+ url = https://www.downloadhelper.net
arch = any
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)
- optdepends = firefox-extension-video-download-helper-companion-app-bin: companion app, using binary artifacts (see https://www.downloadhelper.net/install-coapp)
+ optdepends = firefox-extension-video-download-helper-companion-app: companion app, see https://www.downloadhelper.net/install-coapp
noextract = extension.xpi
source = extension.xpi::https://addons.mozilla.org/firefox/downloads/file/1031851/video_downloadhelper-7.3.5-an+fx.xpi
sha256sums = d7031e6f5db343fcd625d50e93fafe4f0d017ae7a0a88316893fc85bb0930dec
diff --git a/PKGBUILD b/PKGBUILD
index 9c9a39d73b5e..17c7bb1e8a88 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')