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

Felix Yan felixonmars at archlinux.org
Sat Dec 15 22:51:06 UTC 2018


    Date: Saturday, December 15, 2018 @ 22:51:06
  Author: felixonmars
Revision: 416421

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-15 22:50:32 UTC (rev 416420)
+++ PKGBUILD	2018-12-15 22:51:06 UTC (rev 416421)
@@ -1,25 +0,0 @@
-# Maintainer : Felix Yan <felixonmars at archlinux.org>
-
-pkgname=rust-bindgen
-pkgver=0.44.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=('9d28ce5c9faeb8c3b4936161ce2e636cf8eb9f1becf707971f4b1daa24e52ed209f099c049c7bcf5aaf5de4a0ef9458192f9da0b0431e884cfacf19dcf3eba3c')
-
-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 416420, rust-bindgen/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-12-15 22:51:06 UTC (rev 416421)
@@ -0,0 +1,25 @@
+# Maintainer : Felix Yan <felixonmars at archlinux.org>
+
+pkgname=rust-bindgen
+pkgver=0.45.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=('a4d7eb590933a092e99ec743367242e8a7014d92547e481b6f195f1cb8ed6ed31c9c75774f98040e47baca105cabf32517284e0cc1957b7fbdc9d7eaa4d95139')
+
+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