[arch-commits] Commit in rust-bindgen/repos/community-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sat Aug 29 00:40:53 UTC 2020
Date: Saturday, August 29, 2020 @ 00:40:53
Author: felixonmars
Revision: 691366
archrelease: copy trunk to community-x86_64
Added:
rust-bindgen/repos/community-x86_64/PKGBUILD
(from rev 691365, 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-08-29 00:40:36 UTC (rev 691365)
+++ PKGBUILD 2020-08-29 00:40:53 UTC (rev 691366)
@@ -1,25 +0,0 @@
-# Maintainer : Felix Yan <felixonmars at archlinux.org>
-
-pkgname=rust-bindgen
-pkgver=0.54.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=('aac74b8506e06dde9a15ad0a8b7961cb0be44397f7e2e00235c872444077b038dbaaee5260303b8a203ebb3884933d2363fbad1afb0c724ba477668d3d2d4713')
-
-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 691365, rust-bindgen/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-08-29 00:40:53 UTC (rev 691366)
@@ -0,0 +1,25 @@
+# Maintainer : Felix Yan <felixonmars at archlinux.org>
+
+pkgname=rust-bindgen
+pkgver=0.55.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=('6aa53314a5bfc5a4711af23ddb00b319eb8fcc0594c84a572d7e3c228cfa3a5dfb7106dd8b15926bb64f69a7c49df2fcd2b9c14c5cf042721f692dc11d4eb7a3')
+
+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