diff options
author | B Stack <bgstack15@gmail.com> | 2020-01-02 21:53:32 -0500 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2020-01-02 21:53:32 -0500 |
commit | b03e7119280c696daf4c8811d700f626d6d5949a (patch) | |
tree | 4d3d770249df82af0f8c773321b219f20b46d6fc /palemoon-ublock-origin/debian | |
parent | Merge branch 'notepadpp-bump' into 'master' (diff) | |
download | stackrpms-b03e7119280c696daf4c8811d700f626d6d5949a.tar.gz stackrpms-b03e7119280c696daf4c8811d700f626d6d5949a.tar.bz2 stackrpms-b03e7119280c696daf4c8811d700f626d6d5949a.zip |
improve debian/watch files for many packages
Now that I read `man uscan` and https://wiki.debian.org/debian/watch
Diffstat (limited to 'palemoon-ublock-origin/debian')
-rw-r--r-- | palemoon-ublock-origin/debian/watch | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/palemoon-ublock-origin/debian/watch b/palemoon-ublock-origin/debian/watch index 76575dc..069939d 100644 --- a/palemoon-ublock-origin/debian/watch +++ b/palemoon-ublock-origin/debian/watch @@ -1,2 +1,5 @@ # You must remove unused comment lines for the released package. -version=3 +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/tags .*/firefox-legacy-v?([\d\.]+)\.tar\.gz |