Update package version to 1.85.0
This commit is contained in:
@@ -16,6 +16,10 @@ prepare() {
|
||||
# The build function is executed in the source directory
|
||||
# This function is used to compile the source code
|
||||
build() {
|
||||
sed '/MirOpt/d' -i src/bootstrap/src/core/builder/mod.rs
|
||||
|
||||
export LIBSQLITE3_SYS_USE_PKG_CONFIG=1
|
||||
|
||||
python3 x.py build
|
||||
}
|
||||
|
||||
@@ -24,7 +28,7 @@ build() {
|
||||
package() {
|
||||
DESTDIR="$BPM_OUTPUT" python3 x.py install
|
||||
|
||||
install -Dm644 "$BPM_SOURCE"/COPYRIGHT "$BPM_OUTPUT"/usr/share/licenses/COPYRIGHT
|
||||
install -Dm644 "$BPM_SOURCE"/LICENSE-MIT "$BPM_OUTPUT"/usr/share/licenses/LICENSE-MIT
|
||||
install -Dm644 "$BPM_SOURCE"/LICENSE-APACHE "$BPM_OUTPUT"/usr/share/licenses/LICENSE-APACHE
|
||||
install -Dm644 "$BPM_SOURCE"/COPYRIGHT "$BPM_OUTPUT"/usr/share/licenses/rustc/COPYRIGHT
|
||||
install -Dm644 "$BPM_SOURCE"/LICENSE-MIT "$BPM_OUTPUT"/usr/share/licenses/rustc/LICENSE-MIT
|
||||
install -Dm644 "$BPM_SOURCE"/LICENSE-APACHE "$BPM_OUTPUT"/usr/share/licenses/rustc/LICENSE-APACHE
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user