[arch-commits] Commit in rust-bindgen/repos/community-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Mon May 25 18:14:38 UTC 2020


    Date: Monday, May 25, 2020 @ 18:14:37
  Author: felixonmars
Revision: 634720

archrelease: copy trunk to community-x86_64

Added:
  rust-bindgen/repos/community-x86_64/PKGBUILD
    (from rev 634719, rust-bindgen/trunk/PKGBUILD)
Deleted:
  rust-bindgen/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-25 18:14:20 UTC (rev 634719)
+++ PKGBUILD	2020-05-25 18:14:37 UTC (rev 634720)
@@ -1,25 +0,0 @@
-# Maintainer : Felix Yan <felixonmars at archlinux.org>
-
-pkgname=rust-bindgen
-pkgver=0.53.2
-pkgrel=1
-pkgdesc='Automatically generates Rust FFI bindings to C (and some C++) libraries'
-url='https://github.com/rust-lang/rust-bindgen'
-depends=('gcc-libs')
-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=('42abb754a92dcbb57c8a14d39dc5c9523d8c4eb1b17c51090648fe47b87973fcc52f32deddbfc5076c4c738a5dcb4af26f98a288cb0a15df1c2f971080a638c2')
-
-build() {
-  cd $pkgname-$pkgver
-  cargo build --release
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -Dm755 target/release/bindgen "$pkgdir"/usr/bin/bindgen
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: rust-bindgen/repos/community-x86_64/PKGBUILD (from rev 634719, rust-bindgen/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-25 18:14:37 UTC (rev 634720)
@@ -0,0 +1,25 @@
+# Maintainer : Felix Yan <felixonmars at archlinux.org>
+
+pkgname=rust-bindgen
+pkgver=0.53.3
+pkgrel=1
+pkgdesc='Automatically generates Rust FFI bindings to C (and some C++) libraries'
+url='https://github.com/rust-lang/rust-bindgen'
+depends=('gcc-libs')
+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=('4764419ced9e5b2ca7bf1994c33c68c586df929590f2f50744d55b4c8031e52f615972c353d544f4db0f9d6b860c6a4e5d36690e1881badddbc3cd0c7463ef36')
+
+build() {
+  cd $pkgname-$pkgver
+  cargo build --release
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dm755 target/release/bindgen "$pkgdir"/usr/bin/bindgen
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list