[arch-commits] Commit in rust-bindgen/repos/community-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Mon Dec 20 21:06:22 UTC 2021
Date: Monday, December 20, 2021 @ 21:06:22
Author: felixonmars
Revision: 1080852
archrelease: copy trunk to community-x86_64
Added:
rust-bindgen/repos/community-x86_64/PKGBUILD
(from rev 1080851, rust-bindgen/trunk/PKGBUILD)
Deleted:
rust-bindgen/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 50 +++++++++++++++++++++++++-------------------------
1 file changed, 25 insertions(+), 25 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-20 21:06:14 UTC (rev 1080851)
+++ PKGBUILD 2021-12-20 21:06:22 UTC (rev 1080852)
@@ -1,25 +0,0 @@
-# Maintainer : Felix Yan <felixonmars at archlinux.org>
-
-pkgname=rust-bindgen
-pkgver=0.59.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=('e2e41bcf81a6c5f4a0c05c2a999bb69518b5879602418459ef26e5b56691da52f545bc26bd7da70b816c655479c3319c132ec93345d1bd32b13514354840faeb')
-
-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 1080851, rust-bindgen/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-20 21:06:22 UTC (rev 1080852)
@@ -0,0 +1,25 @@
+# Maintainer : Felix Yan <felixonmars at archlinux.org>
+
+pkgname=rust-bindgen
+pkgver=0.59.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' '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=('a89d724c0696fc26ca9b0ab492c189527bbb47d551e3ac0d8c182d00d3d7a07ea6cc7e2d606b592058acfc4bafd84a5dce9592a4671d890074ae78ea75e780f1')
+
+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