summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Figueras2021-02-18 23:09:37 +0100
committerJoan Figueras2021-02-18 23:09:37 +0100
commit4e24681663f8196e91a4daa02f553aeef7732645 (patch)
treead55cb8b441b31ea054c804f1e90a8678e41f51d
parent5d104edb95c9f0f89e9b7e1d4dfcd37bc73a73fa (diff)
downloadaur-4e24681663f8196e91a4daa02f553aeef7732645.tar.gz
Fixed rust patch
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--rust_1.50.patch2
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f4660d7f2e5e..ac7919c95656 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = firefox-esr
pkgdesc = Standalone web browser from mozilla.org, Extended Support Release
pkgver = 78.7.1
- pkgrel = 2
+ pkgrel = 3
url = https://www.mozilla.org/en-US/firefox/organizations/
arch = x86_64
license = MPL
@@ -59,7 +59,7 @@ pkgbase = firefox-esr
sha256sums = 3bb7463471fb43b2163a705a79a13a3003d70fff4bbe44f467807ca056de9a75
sha256sums = eb9b9c058d1505e5b82526a8cad63f98e04fc17c4715f6b4cfc778e10fcfaf27
sha256sums = d32c87c4526e897d64453914da43f99366d1d0b7d71e43b4027a6cb5aa274040
- sha256sums = ed71ddae4ae4115e5d78ef2d6291bfe20f02198273746081d8c89f24919a1ba7
+ sha256sums = 12b677de5181466634aff6e68b9a189b21a1b3a7ea1dbf666462602320442c02
pkgname = firefox-esr
diff --git a/PKGBUILD b/PKGBUILD
index 1bf01920c7af..bc8f6c1ca201 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=firefox-esr
pkgver=78.7.1
-pkgrel=2
+pkgrel=3
pkgdesc="Standalone web browser from mozilla.org, Extended Support Release"
arch=(x86_64)
license=(MPL GPL LGPL)
@@ -31,7 +31,7 @@ sha256sums=('5042783e2cf94d21dd990d2083800f05bc32f8ba65532a715c7be3cb7716b837'
'3bb7463471fb43b2163a705a79a13a3003d70fff4bbe44f467807ca056de9a75'
'eb9b9c058d1505e5b82526a8cad63f98e04fc17c4715f6b4cfc778e10fcfaf27'
'd32c87c4526e897d64453914da43f99366d1d0b7d71e43b4027a6cb5aa274040'
- 'ed71ddae4ae4115e5d78ef2d6291bfe20f02198273746081d8c89f24919a1ba7')
+ '12b677de5181466634aff6e68b9a189b21a1b3a7ea1dbf666462602320442c02')
validpgpkeys=('14F26682D0916CDD81E37B6D61B7B526D98F0353') # Mozilla Software Releases <release@mozilla.com>
# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
diff --git a/rust_1.50.patch b/rust_1.50.patch
index e7edd7b6cf83..943ae940185c 100644
--- a/rust_1.50.patch
+++ b/rust_1.50.patch
@@ -68,7 +68,7 @@ diff --git a/Cargo.toml b/Cargo.toml
-nix = { git = "https://github.com/shravanrn/nix/", branch = "r0.13.1", rev="4af6c367603869a30fddb5ffb0aba2b9477ba92e" }
-spirv_cross = { git = "https://github.com/kvark/spirv_cross", branch = "wgpu3", rev = "20191ad2f370afd6d247edcb9ff9da32d3bedb9c" }
+nix = { git = "https://github.com/shravanrn/nix/", rev="4af6c367603869a30fddb5ffb0aba2b9477ba92e" }
-+spirv_cross = { git = "https://github.com/kvark/spirv_cross", branch = "wgpu3" }
++spirv_cross = { git = "https://github.com/kvark/spirv_cross", branch = "wgpu4" }
# failure's backtrace feature might break our builds, see bug 1608157.
failure = { git = "https://github.com/badboy/failure", rev = "64af847bc5fdcb6d2438bec8a6030812a80519a5" }
failure_derive = { git = "https://github.com/badboy/failure", rev = "64af847bc5fdcb6d2438bec8a6030812a80519a5" }