[arch-commits] Commit in rust-bindgen/repos/community-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Mar 17 11:04:01 UTC 2020
Date: Tuesday, March 17, 2020 @ 11:04:01
Author: felixonmars
Revision: 600146
archrelease: copy trunk to community-x86_64
Added:
rust-bindgen/repos/community-x86_64/PKGBUILD
(from rev 600145, 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-03-17 11:03:52 UTC (rev 600145)
+++ PKGBUILD 2020-03-17 11:04:01 UTC (rev 600146)
@@ -1,25 +0,0 @@
-# Maintainer : Felix Yan <felixonmars at archlinux.org>
-
-pkgname=rust-bindgen
-pkgver=0.53.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=('f0591f8e9c0bf1680dab544cfcfecf04f251bdcaed5e7ff8d694d9ed7a62bcf452ded97f3e2e4a85aa71d5920b559e6791569223695d214aa0b4983cf0fd05af')
-
-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 600145, rust-bindgen/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-17 11:04:01 UTC (rev 600146)
@@ -0,0 +1,25 @@
+# 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
+}
More information about the arch-commits
mailing list