summaryrefslogtreecommitdiff
path: root/ublock-origin-combined/debian/watch
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-10-26 23:26:44 +0000
committerB Stack <bgstack15@gmail.com>2020-10-26 23:26:44 +0000
commit0a613261d1c9148a29b710690c52c4402278179d (patch)
treef0e533070438b724b10b32445f703be4baec6623 /ublock-origin-combined/debian/watch
parentMerge branch 'makemkv-bump' into 'master' (diff)
parentremove deprecated packages for ubo-combined (diff)
downloadstackrpms-0a613261d1c9148a29b710690c52c4402278179d.tar.gz
stackrpms-0a613261d1c9148a29b710690c52c4402278179d.tar.bz2
stackrpms-0a613261d1c9148a29b710690c52c4402278179d.zip
Merge branch 'ublock-origin-bump' into 'master'
Ublock origin bump See merge request bgstack15/stackrpms!198
Diffstat (limited to 'ublock-origin-combined/debian/watch')
-rw-r--r--ublock-origin-combined/debian/watch5
1 files changed, 5 insertions, 0 deletions
diff --git a/ublock-origin-combined/debian/watch b/ublock-origin-combined/debian/watch
new file mode 100644
index 0000000..e7e7f09
--- /dev/null
+++ b/ublock-origin-combined/debian/watch
@@ -0,0 +1,5 @@
+# This can pull in the source code, but not the real xpi file. Unfortunately you need to hand-assemble a tarball with the xpi file in it. See README.debian
+version=4
+# uscan will make a nice symlink, so no name mangling is required.
+#opts=filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/firefox-legacy-$1\.tar\.gz/ \
+ https://github.com/gorhill/uBlock-for-firefox-legacy/tags .*/firefox-legacy-v?([\d\.]+)\.tar\.gz
bgstack15