[arch-commits] Commit in cbindgen/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Mon Apr 6 14:19:56 UTC 2020
Date: Monday, April 6, 2020 @ 14:19:56
Author: heftig
Revision: 379664
0.14.0-2
Modified:
cbindgen/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-06 12:11:24 UTC (rev 379663)
+++ PKGBUILD 2020-04-06 14:19:56 UTC (rev 379664)
@@ -2,7 +2,7 @@
pkgname=cbindgen
pkgver=0.14.0
-pkgrel=1
+pkgrel=2
pkgdesc="A tool for generating C bindings to Rust code"
url="https://github.com/eqrion/cbindgen"
arch=(x86_64)
@@ -20,6 +20,10 @@
prepare() {
cd $pkgname
+
+ # Unbreak Firefox
+ git revert -n ec1631f3e47686e6e0c1b7641bb08b0e39c59250
+
cargo fetch --locked --target x86_64-unknown-linux-gnu
}
More information about the arch-commits
mailing list