Skip to content

Commit

Permalink
update upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
tyan-boot committed Jul 30, 2021
1 parent f21973b commit edd7569
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions rust/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,25 +1,21 @@
# Maintainer: Tyan Boot <tyan-boot@outlook.com>

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

prepare() {
cd ${srcdir}/rust-xtensa
}

build() {
cd ${srcdir}/rust-xtensa
cd ${srcdir}/rust
./configure \
--prefix=/opt/rust-xtensa \
--sysconfdir=/opt/rust-xtensa/etc \
Expand Down

0 comments on commit edd7569

Please sign in to comment.