| author | Felix Yan
<felixonmars@archlinux.org> 2020-07-17 11:07:58 UTC |
| committer | Felix Yan
<felixonmars@archlinux.org> 2020-07-17 11:07:58 UTC |
| parent | 6ab5c661ee5410d2a49199caf2e9c7fb3ce15ad0 |
| PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 84947a0..91bd436 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,10 +2,10 @@ pkgname=rust-bindgen pkgver=0.54.0 -pkgrel=1 +pkgrel=2 pkgdesc='Automatically generates Rust FFI bindings to C (and some C++) libraries' url='https://github.com/rust-lang/rust-bindgen' -depends=('gcc-libs') +depends=('gcc-libs' 'clang') makedepends=('rust') arch=('x86_64') license=('BSD')