summarylogtreecommitdiffstats
path: root/alire.patch
diff options
context:
space:
mode:
authorTim Lagnese2024-03-13 15:39:37 -0700
committerTim Lagnese2024-03-13 15:39:37 -0700
commit530d01b6f26d8f40e6d510b48c98635c5f6523d4 (patch)
tree95afbe411b50881f22315332e49847d5110e4b07 /alire.patch
parent337883fffcbbf9af6d08dc4501ddecf010d33fa8 (diff)
downloadaur-530d01b6f26d8f40e6d510b48c98635c5f6523d4.tar.gz
Update to 2.0.0
Diffstat (limited to 'alire.patch')
-rw-r--r--alire.patch14
1 files changed, 10 insertions, 4 deletions
diff --git a/alire.patch b/alire.patch
index b8f122fc08b6..780ee54654e7 100644
--- a/alire.patch
+++ b/alire.patch
@@ -1,8 +1,8 @@
-Index: alire-1.2.0/alr_env.gpr
+Index: src/alire-2.0.0/alr_env.gpr
===================================================================
---- alire-1.2.0.orig/alr_env.gpr
-+++ alire-1.2.0/alr_env.gpr
-@@ -3,22 +3,22 @@ aggregate project Alr_Env is
+--- src.orig/alire-2.0.0/alr_env.gpr
++++ src/alire-2.0.0/alr_env.gpr
+@@ -9,25 +9,25 @@ aggregate project Alr_Env is
for Create_Missing_Dirs use "True";
for Project_Path use (
@@ -11,6 +11,8 @@ Index: alire-1.2.0/alr_env.gpr
- "deps/ajunitgen",
- "deps/ansi",
- "deps/clic",
+- "deps/dirty_booleans",
+- "deps/diskflags",
- "deps/gnatcoll-slim",
- "deps/minirest",
- "deps/optional",
@@ -20,6 +22,7 @@ Index: alire-1.2.0/alr_env.gpr
- "deps/spdx",
- "deps/stopwatch",
- "deps/toml_slicer",
+- "deps/umwi",
- "deps/uri-ada",
- "deps/xmlezout"
+ "../aaa",
@@ -27,6 +30,8 @@ Index: alire-1.2.0/alr_env.gpr
+ "../ajunitgen",
+ "../ansi-ada",
+ "../clic",
++ "../dirty_booleans",
++ "../diskflags",
+ "../gnatcoll-core",
+ "../minirest",
+ "../optional",
@@ -36,6 +41,7 @@ Index: alire-1.2.0/alr_env.gpr
+ "../spdx_ada",
+ "../stopwatch",
+ "../toml_slicer",
++ "../umwi",
+ "../uri-ada",
+ "../xmlezout"
);