Date: Thursday, December 12, 2019 @ 00:56:35
  Author: heftig
Revision: 370693

0.11.1-3: Revert "unbreak firefox-nightly"

https://bugzilla.mozilla.org/show_bug.cgi?id=1602317

Modified:
  cbindgen/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2019-12-12 00:54:38 UTC (rev 370692)
+++ PKGBUILD    2019-12-12 00:56:35 UTC (rev 370693)
@@ -2,7 +2,7 @@
 
 pkgname=cbindgen
 pkgver=0.11.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A tool for generating C bindings to Rust code"
 url="https://github.com/eqrion/cbindgen";
 arch=(x86_64)
@@ -20,10 +20,6 @@
 
 prepare() {
   cd $pkgname
-
-  # Get Firefox Nightly to build again
-  git revert -n 230042b7539da8086d891ab7d0c3cc02c63436f6
-
   cargo fetch --locked
 }
 

Reply via email to