git » rust-bindgen.git » commit cad99ea

upgpkg: 0.47.0-1

author Felix Yan
2019-01-26 09:23:24 UTC
committer Felix Yan
2019-01-26 09:23:24 UTC
parent f5bfc2180f957992f41f36c6496e53a03d2cbd0b

upgpkg: 0.47.0-1

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 3618685..e2d2717 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer : Felix Yan <felixonmars@archlinux.org>
 
 pkgname=rust-bindgen
-pkgver=0.46.0
+pkgver=0.47.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=('ea7c9b5eac57f0b71774bc6f9362e0801b9f2b6110a6e4dc8c176410d9d24196807e23071ededf801b9ad59d826d2a0b8b4c2a3c133b3b211f06d6956b409b11')
+sha512sums=('41e22e50b2ca1218d6004545b00fd25c30ec771e146660a0dfcf98da347e724502c35027e623cb751b94178fd3565fe31e98faf7f25c86b886fb4e6661045731')
 
 build() {
   cd $pkgname-$pkgver