index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2022-09-10 10:33:42 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2022-09-10 10:33:42 +0200 |
commit | 173657e4057b9af336f032b304199ab094eaacd7 (patch) | |
tree | cd362410902be73f124314599c951e002203cffd /extra/firefox | |
parent | 487708d2f22eed6307d39581e55a4a78aca3ccc6 (diff) |
-rw-r--r-- | extra/firefox/PKGBUILD | 4 |
diff --git a/extra/firefox/PKGBUILD b/extra/firefox/PKGBUILD index f652a68f..97580b1f 100644 --- a/extra/firefox/PKGBUILD +++ b/extra/firefox/PKGBUILD @@ -22,9 +22,9 @@ eval "$( ' )" fi -makedepends=("${makedepends[@]/wasi-compiler-rt/wasi-compiler-rt=13.0.1-1.0}") # dustbin +makedepends=("${makedepends[@]/wasi-compiler-rt/wasi-compiler-rt=14.0.6-1.0}") # dustbin makedepends=(${makedepends[*]/wasi-libc++*/}) -makedepends+=(wasi-libc++=13.0.1-1.0 wasi-libc++abi=13.0.1-1.0 llvm13) # dustbin +makedepends+=(wasi-libc++=14.0.6-1.0 wasi-libc++abi=14.0.6-1.0 llvm13) # dustbin # try hard to tell ld and rust not to use too much memory (no lto, no debug info, etc.) eval "$( |