summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-01-28 13:47:01 +0000
committerB Stack <bgstack15@gmail.com>2020-01-28 13:47:01 +0000
commit06daf9c8894827fe4954f1dcd63a986d42461a70 (patch)
treef59daf184a0a3e93d169d88505eceecf8763c8c1
parentWIP: waterfox-ublock-origin, fix srpm build problem (diff)
parentchange source0 to solve rpkg issue in copr (diff)
downloadstackrpms-06daf9c8894827fe4954f1dcd63a986d42461a70.tar.gz
stackrpms-06daf9c8894827fe4954f1dcd63a986d42461a70.tar.bz2
stackrpms-06daf9c8894827fe4954f1dcd63a986d42461a70.zip
Merge branch 'fix-copr' into 'updates'
change source0 to solve rpkg issue in copr See merge request bgstack15/stackrpms!118
-rw-r--r--waterfox-ublock-origin/waterfox-ublock-origin.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/waterfox-ublock-origin/waterfox-ublock-origin.spec b/waterfox-ublock-origin/waterfox-ublock-origin.spec
index bae3097..042f490 100644
--- a/waterfox-ublock-origin/waterfox-ublock-origin.spec
+++ b/waterfox-ublock-origin/waterfox-ublock-origin.spec
@@ -11,7 +11,7 @@ Summary: uBlock Origin installed to system Waterfox extensions directory
Group: Applications/Internet
License: GPLv3+ and LGPLv3 and MIT and OFL
URL: https://github.com/gorhill/uBlock
-Source0: https://github.com/gorhill/uBlock-for-firefox-legacy/releases/download/firefox-legacy-%{version}/uBlock0.firefox-legacy.xpi
+Source0: README.md
Source1: https://github.com/gorhill/uBlock-for-firefox-legacy/releases/download/firefox-legacy-%{version}/uBlock0.firefox-legacy.xpi
BuildRequires: unzip
BuildRequires: coreutils
bgstack15