diff options
Diffstat (limited to 'palemoon/debian/watch')
-rw-r--r-- | palemoon/debian/watch | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/palemoon/debian/watch b/palemoon/debian/watch index 76575dc..cc46979 100644 --- a/palemoon/debian/watch +++ b/palemoon/debian/watch @@ -1,2 +1,7 @@ -# You must remove unused comment lines for the released package. -version=3 +# Reference: +version=4 +opts=filenamemangle=s/.+\/v?(\d\S+)_Release\.tar\.gz/palemoon_$1.orig\.tar\.gz/ \ + https://github.com/MoonchildProductions/Pale-Moon/tags .*/v?(\d\S+)_Release\.tar\.gz +# not working. Uscan does not want to download specific, untagged git commits. +#opts="component=platform" \ +# https://github.com/MoonchildProductions/UXP/archive/41e5925b4271c598601fdc77238bbf6497576594.tar.gz |