| author | Felix Yan
<felixonmars@archlinux.org> 2019-05-26 19:19:36 UTC |
| committer | Felix Yan
<felixonmars@archlinux.org> 2019-05-26 19:19:36 UTC |
| parent | c92458880081cc91c82b8f6d406f2483c772fbe5 |
| PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 7a596fd..66cf1df 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer : Felix Yan <felixonmars@archlinux.org> pkgname=rust-bindgen -pkgver=0.49.0 +pkgver=0.49.1 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=('46c2e9e1667ef97618f817157b4cf5200a47de44fa277ec5c14fea0486c1a82859a3b3dfa5f679fbf4cc76d8eafea9e529f1e43265a2ddcb55acd5a588a9da5f') +sha512sums=('902383cfc4ef2706f124864912e9ecf1c6786e043de1d4ca9057d6b3b82f8987150196a0d586bd9857389e767845a8eff26db50a400463271f8a179b64a34d07') build() { cd $pkgname-$pkgver