| author | Felix Yan
<felixonmars@archlinux.org> 2018-12-15 22:50:32 UTC |
| committer | Felix Yan
<felixonmars@archlinux.org> 2018-12-15 22:50:32 UTC |
| parent | e547e1c6a9a5b0aeaf27c2e5490263bfe25a4e45 |
| PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 1a3c435..27be501 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer : Felix Yan <felixonmars@archlinux.org> 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 @@ makedepends=('rust') 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