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

Felix Yan felixonmars at archlinux.org
Tue May 7 13:58:59 UTC 2019


    Date: Tuesday, May 7, 2019 @ 13:58:59
  Author: felixonmars
Revision: 462119

archrelease: copy trunk to community-x86_64

Added:
  rust-bindgen/repos/community-x86_64/PKGBUILD
    (from rev 462118, 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-05-07 13:58:47 UTC (rev 462118)
+++ PKGBUILD	2019-05-07 13:58:59 UTC (rev 462119)
@@ -1,25 +0,0 @@
-# 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
-}

Copied: rust-bindgen/repos/community-x86_64/PKGBUILD (from rev 462118, rust-bindgen/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-05-07 13:58:59 UTC (rev 462119)
@@ -0,0 +1,25 @@
+# Maintainer : Felix Yan <felixonmars at archlinux.org>
+
+pkgname=rust-bindgen
+pkgver=0.49.0
+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=('46c2e9e1667ef97618f817157b4cf5200a47de44fa277ec5c14fea0486c1a82859a3b3dfa5f679fbf4cc76d8eafea9e529f1e43265a2ddcb55acd5a588a9da5f')
+
+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