Skip to content

Commit

Permalink
update to 1.66.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tyan-boot committed Dec 22, 2022
1 parent edd7569 commit 10d2d86
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions rust/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Maintainer: Tyan Boot <tyan-boot@outlook.com>

pkgname=rust-xtensa-git
pkgver=r142760.1184ec0
pkgver=r208923.84ecb3f
pkgrel=1
pkgdesc="Rust for ESP Xtensa"
arch=('x86_64')
url="https://github.com/esp-rs/rust"
license=('GPL')
makedepends=('git' 'cmake' 'ninja')
makedepends=('git' 'cmake' 'ninja' 'python')
provides=('rust-xtensa')
source=(
'git+https://github.com/esp-rs/rust#commit=1184ec00980dd25016e39da9687972cbaa0016c1'
'git+https://github.com/esp-rs/rust#commit=84ecb3f010525cb1b2e7d4da306099c2eaa3e6cd'
)
sha256sums=('SKIP')

Expand All @@ -20,7 +20,6 @@ build() {
--prefix=/opt/rust-xtensa \
--sysconfdir=/opt/rust-xtensa/etc \
--experimental-targets=Xtensa \
--enable-optimize \
--enable-extended \
--enable-profiler \
--enable-sanitizers \
Expand Down

0 comments on commit 10d2d86

Please sign in to comment.