makedeb


firefox-en-us-bin-wayland 120.0.1-1


Web Browser - wayland enabled - (English (American))

Click here to go back to the commit logs for firefox-en-us-bin-wayland.

Commit:


Hash: 01215610dec0f2ec289dec19cd476fef7cce2e0b

Message: PKGBUILD --> Put pkgver variable in the archive source url and SKIP sha256sums for the same file

Diff


diff --git a/.SRCINFO b/.SRCINFO
index ec19289..71eb0a2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,7 +12,7 @@ pkgbase = firefox-en-us-bin-wayland
 	source = https://download-installer.cdn.mozilla.net/pub/firefox/releases/97.0/linux-x86_64/en-US/firefox-97.0.tar.bz2
 	source = firefox.desktop
 	source = https://design.firefox.com/product-identity/firefox/firefox/firefox-logo.svg
-	sha256sums = 3d0f74790fe6ff5e38324222ab0c47e10edb31970ed67c6dd7a1c84e7017d1a5
+	sha256sums = SKIP
 	sha256sums = 4da7dc3c34e713b42c6041f3f4e6632f7ecb39c6285ba6943ed676cb02c829ac
 	sha256sums = 6ce8d871a3d23d337c20ab10f916eb3558cc60e46621147bd4d5a2764b4cc71a
 
diff --git a/PKGBUILD b/PKGBUILD
index 82070db..c9b2cf2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,10 +10,10 @@ url="https://download.mozilla.org"
 license=('Mozilla Public License 2.0')
 provides=('firefox')
 conflicts=('firefox')
-source=("https://download-installer.cdn.mozilla.net/pub/firefox/releases/97.0/linux-x86_64/en-US/firefox-97.0.tar.bz2"
+source=("https://download-installer.cdn.mozilla.net/pub/firefox/releases/$pkgver/linux-x86_64/en-US/firefox-$pkgver.tar.bz2"
         "firefox.desktop"
         "https://design.firefox.com/product-identity/firefox/firefox/firefox-logo.svg")
-sha256sums=('3d0f74790fe6ff5e38324222ab0c47e10edb31970ed67c6dd7a1c84e7017d1a5'
+sha256sums=('SKIP'
             '4da7dc3c34e713b42c6041f3f4e6632f7ecb39c6285ba6943ed676cb02c829ac'
             '6ce8d871a3d23d337c20ab10f916eb3558cc60e46621147bd4d5a2764b4cc71a')