community/cbindgen: upgrade to 0.9.1

This commit is contained in:
Leo 2019-08-26 15:05:43 -03:00
parent 12072abc49
commit 40bfc19cfc

View File

@ -1,14 +1,14 @@
# Contributor: Leo <thinkabit.ukim@gmail.com>
# Maintainer: Leo <thinkabit.ukim@gmail.com>
pkgname=cbindgen
pkgver=0.9.0
pkgrel=1
pkgver=0.9.1
pkgrel=0
pkgdesc="Tool to generate C bindings from Rust code"
url="https://github.com/eqrion/cbindgen"
arch="x86_64 armhf armv7" # Limited by cargo
license="MPL-2.0"
makedepends="cargo"
source="$pkgname-$pkgver.tar.gz::https://github.com/eqrion/cbindgen/archive/v${pkgver}.tar.gz"
source="$pkgname-$pkgver.tar.gz::https://github.com/eqrion/cbindgen/archive/v$pkgver.tar.gz"
build() {
cargo build --release --verbose
@ -25,4 +25,4 @@ package() {
rm "$pkgdir"/usr/.crates.toml
}
sha512sums="d66e702e903eace6b888ee76e3f1581972f45f3e8ec25e989186b50862e1479902d18f04a3783a7617ce5d6e4091186dc8d30929c667d691338c1e9d43f27821 cbindgen-0.9.0.tar.gz"
sha512sums="1f8148b2e1cbb580fd0ef9f178001851e513de39af6c69507119446dd2edc94af6438a13c87a70afa013612fb7964cf8e351b7f18e7d3732a474a7b8166d3fa8 cbindgen-0.9.1.tar.gz"