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

Felix Yan felixonmars at archlinux.org
Wed Mar 6 22:19:17 UTC 2019


    Date: Wednesday, March 6, 2019 @ 22:19:16
  Author: felixonmars
Revision: 437932

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-06 22:19:04 UTC (rev 437931)
+++ PKGBUILD	2019-03-06 22:19:16 UTC (rev 437932)
@@ -1,25 +0,0 @@
-# Maintainer : Felix Yan <felixonmars at archlinux.org>
-
-pkgname=rust-bindgen
-pkgver=0.47.1
-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=('92cbeff99ef418586641dac263f4709b77c864075a06d633036b5fcbfde348c201c4b39d3e7814fc8b981b8cfbb78443283aa45c4cdea22218b540eea512e728')
-
-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 437931, rust-bindgen/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-03-06 22:19:16 UTC (rev 437932)
@@ -0,0 +1,25 @@
+# Maintainer : Felix Yan <felixonmars at archlinux.org>
+
+pkgname=rust-bindgen
+pkgver=0.48.1
+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=('981c65666267a1837f0e93367c66943ab4449fe06566367b0ddaa2f14d10acb932a0fff345ac00fb476fc90927c9f0b6db57d1fba09fe39faba212dc9e86e26b')
+
+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