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

Felix Yan felixonmars at archlinux.org
Fri Dec 18 12:14:29 UTC 2020


    Date: Friday, December 18, 2020 @ 12:14:28
  Author: felixonmars
Revision: 778547

archrelease: copy trunk to community-x86_64

Added:
  rust-bindgen/repos/community-x86_64/PKGBUILD
    (from rev 778546, 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-12-18 12:14:18 UTC (rev 778546)
+++ PKGBUILD	2020-12-18 12:14:28 UTC (rev 778547)
@@ -1,25 +0,0 @@
-# Maintainer : Felix Yan <felixonmars at archlinux.org>
-
-pkgname=rust-bindgen
-pkgver=0.55.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' 'clang')
-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=('8bbac1f20a134915f825e3179e748d17d1c90d157807b5a1f7cca8c97283efcd055cb61feeef656d6f12cacf4133966d5a021bd39d1ae2c1310f877a5764e311')
-
-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 778546, rust-bindgen/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-12-18 12:14:28 UTC (rev 778547)
@@ -0,0 +1,25 @@
+# Maintainer : Felix Yan <felixonmars at archlinux.org>
+
+pkgname=rust-bindgen
+pkgver=0.56.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' 'clang')
+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=('ef626eb6cdc77bdf57b84f106572f2314289ddb597126124c32a4dc3957402649904847df537e6e8db882426885e9eabe34be5ad16abea01277b748690a17626')
+
+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