From 409578ced9369549b88182efbd75599291146890 Mon Sep 17 00:00:00 2001 From: B Stack Date: Thu, 26 Mar 2020 13:18:18 -0400 Subject: fix icon locations for rpm %install --- palemoon/debian/watch | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'palemoon/debian/watch') diff --git a/palemoon/debian/watch b/palemoon/debian/watch index 3f2290d..cc46979 100644 --- a/palemoon/debian/watch +++ b/palemoon/debian/watch @@ -1,5 +1,7 @@ # Reference: -# https://wiki.debian.org/debian/watch version=4 -#opts=filenamemangle=s/.+\/PMv?(\d\S+)_Release\.tar\.gz/palemoon_$1.orig\.tar\.gz/ \ - https://github.com/MoonchildProductions/UXP/tags .*/PMv?(\d\S+)_Release\.tar\.gz +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 -- cgit