[arch-commits] Commit in rust-bindgen/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Jul 31 08:38:48 UTC 2020
Date: Friday, July 31, 2020 @ 08:38:48
Author: felixonmars
Revision: 666099
upgpkg: rust-bindgen 0.54.1-1
Modified:
rust-bindgen/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-31 08:38:42 UTC (rev 666098)
+++ PKGBUILD 2020-07-31 08:38:48 UTC (rev 666099)
@@ -1,8 +1,8 @@
# Maintainer : Felix Yan <felixonmars at archlinux.org>
pkgname=rust-bindgen
-pkgver=0.54.0
-pkgrel=2
+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')
@@ -10,7 +10,7 @@
arch=('x86_64')
license=('BSD')
source=("$pkgname-$pkgver.tar.gz::https://github.com/rust-lang/rust-bindgen/archive/v$pkgver.tar.gz")
-sha512sums=('bb77376dee773c74a6aec514b98a2f843f432af96f448abf122fd13b9b59d94b8da0b64e3752a35492854f8e0cbc1500521a6d2890f5191397bc6b6efdb1f084')
+sha512sums=('aac74b8506e06dde9a15ad0a8b7961cb0be44397f7e2e00235c872444077b038dbaaee5260303b8a203ebb3884933d2363fbad1afb0c724ba477668d3d2d4713')
build() {
cd $pkgname-$pkgver
More information about the arch-commits
mailing list