* update cbindgen to 0.14.0
This commit is contained in:
parent
3400799aa7
commit
ad53cea7f4
@ -2,7 +2,7 @@
|
|||||||
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
|
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
|
||||||
|
|
||||||
pkgname=cbindgen
|
pkgname=cbindgen
|
||||||
pkgver=0.13.2
|
pkgver=0.14.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A tool for generating C bindings to Rust code"
|
pkgdesc="A tool for generating C bindings to Rust code"
|
||||||
url="https://github.com/eqrion/cbindgen"
|
url="https://github.com/eqrion/cbindgen"
|
||||||
@ -10,7 +10,7 @@ arch=(x86_64 powerpc64le)
|
|||||||
license=(MPL2)
|
license=(MPL2)
|
||||||
depends=(gcc-libs)
|
depends=(gcc-libs)
|
||||||
makedepends=(cargo git)
|
makedepends=(cargo git)
|
||||||
_commit=17d7aad7d07dce8aa665aedbc75c39953afe1600 # tags/v0.13.2^0
|
_commit=4a38a48937264d6ec162b2fd47ffd0e7a091ca72 # tags/v0.14.0^0
|
||||||
source=("git+https://github.com/eqrion/cbindgen#commit=$_commit")
|
source=("git+https://github.com/eqrion/cbindgen#commit=$_commit")
|
||||||
sha512sums=('SKIP')
|
sha512sums=('SKIP')
|
||||||
|
|
||||||
@ -21,12 +21,12 @@ pkgver() {
|
|||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd $pkgname
|
cd $pkgname
|
||||||
cargo fetch --locked
|
cargo fetch --locked --target ${CHOST}
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $pkgname
|
cd $pkgname
|
||||||
cargo build --release --frozen
|
cargo build --release --frozen --all-targets
|
||||||
}
|
}
|
||||||
|
|
||||||
check() {
|
check() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user