summaryrefslogtreecommitdiff
path: root/waterfox-ublock-origin
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
commit884ae42190a390a342024e01a2b9f9928d7fb9f1 (patch)
treef59daf184a0a3e93d169d88505eceecf8763c8c1 /waterfox-ublock-origin
parentWIP: waterfox-ublock-origin, fix srpm build problem (diff)
downloadstackrpms-884ae42190a390a342024e01a2b9f9928d7fb9f1.tar.gz
stackrpms-884ae42190a390a342024e01a2b9f9928d7fb9f1.tar.bz2
stackrpms-884ae42190a390a342024e01a2b9f9928d7fb9f1.zip
change source0 to solve rpkg issue in copr
Diffstat (limited to 'waterfox-ublock-origin')
-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