Date: Tuesday, July 9, 2019 @ 14:49:02 Author: felixonmars Revision: 487783
upgpkg: rust-bindgen 0.50.0-1 Modified: rust-bindgen/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-07-09 14:16:33 UTC (rev 487782) +++ PKGBUILD 2019-07-09 14:49:02 UTC (rev 487783) @@ -1,7 +1,7 @@ # Maintainer : Felix Yan <felixonm...@archlinux.org> pkgname=rust-bindgen -pkgver=0.49.1 +pkgver=0.50.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=('902383cfc4ef2706f124864912e9ecf1c6786e043de1d4ca9057d6b3b82f8987150196a0d586bd9857389e767845a8eff26db50a400463271f8a179b64a34d07') +sha512sums=('abb5f3bdb4a361f0c740fd0ef371e38de080845025edb53615b1d309a4e8f4da7011cea48b3803d378daf7c2763b9a5fa34dca5dbb8ad73e5cd9a08709be0720') build() { cd $pkgname-$pkgver