[gnome-apps-nightly] calculator: Switch the build order



commit 7408bd03a4b1e5a463286687dc0d342e9ee6bad5
Author: Mathieu Bridon <bochecha daitauha fr>
Date:   Wed Nov 23 11:20:25 2016 +0100

    calculator: Switch the build order
    
    mpc requires mpfr, so the latter should be built before the former.

 org.gnome.Calculator.json |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/org.gnome.Calculator.json b/org.gnome.Calculator.json
index 97b8009..28ff00b 100644
--- a/org.gnome.Calculator.json
+++ b/org.gnome.Calculator.json
@@ -32,22 +32,22 @@
     ],
     "modules": [
         {
-            "name": "mpc",
+            "name": "mpfr",
             "sources": [
                 {
                     "type": "archive",
-                    "url": "http://www.multiprecision.org/mpc/download/mpc-1.0.2.tar.gz";,
-                    "sha256": "b561f54d8a479cee3bc891ee52735f18ff86712ba30f036f8b8537bae380c488"
+                    "url": "http://www.mpfr.org/mpfr-3.1.3/mpfr-3.1.3.tar.xz";,
+                    "sha256": "6835a08bd992c8257641791e9a6a2b35b02336c8de26d0a8577953747e514a16"
                 }
             ]
         },
         {
-            "name": "mpfr",
+            "name": "mpc",
             "sources": [
                 {
                     "type": "archive",
-                    "url": "http://www.mpfr.org/mpfr-3.1.3/mpfr-3.1.3.tar.xz";,
-                    "sha256": "6835a08bd992c8257641791e9a6a2b35b02336c8de26d0a8577953747e514a16"
+                    "url": "http://www.multiprecision.org/mpc/download/mpc-1.0.2.tar.gz";,
+                    "sha256": "b561f54d8a479cee3bc891ee52735f18ff86712ba30f036f8b8537bae380c488"
                 }
             ]
         },


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]