Date: Saturday, December 15, 2018 @ 22:50:32 Author: felixonmars Revision: 416420
upgpkg: rust-bindgen 0.45.0-1 Modified: rust-bindgen/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-12-15 22:18:45 UTC (rev 416419) +++ PKGBUILD 2018-12-15 22:50:32 UTC (rev 416420) @@ -1,7 +1,7 @@ # Maintainer : Felix Yan <[email protected]> pkgname=rust-bindgen -pkgver=0.44.0 +pkgver=0.45.0 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=('9d28ce5c9faeb8c3b4936161ce2e636cf8eb9f1becf707971f4b1daa24e52ed209f099c049c7bcf5aaf5de4a0ef9458192f9da0b0431e884cfacf19dcf3eba3c') +sha512sums=('a4d7eb590933a092e99ec743367242e8a7014d92547e481b6f195f1cb8ed6ed31c9c75774f98040e47baca105cabf32517284e0cc1957b7fbdc9d7eaa4d95139') build() { cd $pkgname-$pkgver
