[arch-commits] Commit in rust-bindgen/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri Jul 17 11:07:58 UTC 2020


    Date: Friday, July 17, 2020 @ 11:07:58
  Author: felixonmars
Revision: 664272

upgpkg: rust-bindgen 0.54.0-2: add missing dependency on clang (FS#67168)

Modified:
  rust-bindgen/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-17 10:38:58 UTC (rev 664271)
+++ PKGBUILD	2020-07-17 11:07:58 UTC (rev 664272)
@@ -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')



More information about the arch-commits mailing list