Date: Tuesday, March 17, 2020 @ 11:03:52 Author: felixonmars Revision: 600145
upgpkg: rust-bindgen 0.53.2-1 Modified: rust-bindgen/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-03-17 10:30:37 UTC (rev 600144) +++ PKGBUILD 2020-03-17 11:03:52 UTC (rev 600145) @@ -1,7 +1,7 @@ # Maintainer : Felix Yan <[email protected]> pkgname=rust-bindgen -pkgver=0.53.1 +pkgver=0.53.2 pkgrel=1 pkgdesc='Automatically generates Rust FFI bindings to C (and some C++) libraries' url='https://github.com/rust-lang/rust-bindgen' @@ -10,7 +10,7 @@ arch=('x86_64') license=('BSD') source=("$pkgname-$pkgver.tar.gz::https://github.com/rust-lang/rust-bindgen/archive/v$pkgver.tar.gz") -sha512sums=('f0591f8e9c0bf1680dab544cfcfecf04f251bdcaed5e7ff8d694d9ed7a62bcf452ded97f3e2e4a85aa71d5920b559e6791569223695d214aa0b4983cf0fd05af') +sha512sums=('42abb754a92dcbb57c8a14d39dc5c9523d8c4eb1b17c51090648fe47b87973fcc52f32deddbfc5076c4c738a5dcb4af26f98a288cb0a15df1c2f971080a638c2') build() { cd $pkgname-$pkgver
