Date: Sunday, January 12, 2020 @ 16:25:22 Author: heftig Revision: 373302
0.12.2-1 Modified: cbindgen/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-01-12 13:13:22 UTC (rev 373301) +++ PKGBUILD 2020-01-12 16:25:22 UTC (rev 373302) @@ -1,7 +1,7 @@ # Maintainer: Jan Alexander Steffens (heftig) <[email protected]> pkgname=cbindgen -pkgver=0.12.1 +pkgver=0.12.2 pkgrel=1 pkgdesc="A tool for generating C bindings to Rust code" url="https://github.com/eqrion/cbindgen" @@ -9,7 +9,7 @@ license=(MPL2) depends=(gcc-libs) makedepends=(cargo git) -_commit=f5d76c44c466b47d1c776acd9974df838f30d431 # tags/v0.12.1^0 +_commit=ac1a7d47e87658cf36cb7e56edad7fa5f935dddd # tags/v0.12.2^0 source=("git+https://github.com/eqrion/cbindgen#commit=$_commit") sha512sums=('SKIP')
