summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulien Nicoulaud2019-04-12 21:45:13 +0200
committerJulien Nicoulaud2019-04-12 21:45:13 +0200
commitc8680698ee2337abeb6f02cb7cc7ca5095271014 (patch)
treec05f1dd2906ecd969ce3ba553caf4f0b4f3549a8
parent13d3171adf3b3efe5608b9fd9f42a4b619023459 (diff)
downloadaur-c8680698ee2337abeb6f02cb7cc7ca5095271014.tar.gz
metadata fixes
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0304359b0f6d..6d71a05df1c0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,14 @@
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 = 2
+ pkgrel = 3
url = https://www.downloadhelper.net
arch = any
+ groups = firefox-addons
license = custom:proprietary
depends = firefox
- optdepends = firefox-extension-video-download-helper-companion-app: companion app, see https://www.downloadhelper.net/install-coapp
+ optdepends = vdhcoapp: companion app, see https://www.downloadhelper.net/install-coapp
+ optdepends = vdhcoapp-bin: companion app (binary version)
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 17c7bb1e8a88..d492b96bc19f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,14 @@
pkgname=firefox-extension-video-download-helper
pkgver=7.3.5
-pkgrel=2
+pkgrel=3
pkgdesc='The easy way to download and convert Web videos from hundreds of YouTube-like sites.'
arch=('any')
url='https://www.downloadhelper.net'
license=('custom:proprietary')
depends=('firefox')
-optdepends=('firefox-extension-video-download-helper-companion-app: companion app, see https://www.downloadhelper.net/install-coapp')
+groups=('firefox-addons')
+optdepends=('vdhcoapp: companion app, see https://www.downloadhelper.net/install-coapp'
+ 'vdhcoapp-bin: companion app (binary version)')
source=("extension.xpi::https://addons.mozilla.org/firefox/downloads/file/1031851/video_downloadhelper-${pkgver}-an+fx.xpi")
noextract=("extension.xpi")
sha256sums=('d7031e6f5db343fcd625d50e93fafe4f0d017ae7a0a88316893fc85bb0930dec')