summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/libbacktrace.sh4
-rw-r--r--packages/manaplus.sh2
2 files changed, 4 insertions, 2 deletions
diff --git a/packages/libbacktrace.sh b/packages/libbacktrace.sh
index bba0dd8..7d99427 100644
--- a/packages/libbacktrace.sh
+++ b/packages/libbacktrace.sh
@@ -1,7 +1,9 @@
# original library broken in configure
#SRCURL=https://github.com/ianlancetaylor/libbacktrace.git
# using patched version
-SRCURL=https://github.com/4144/libbacktrace.git
+#SRCURL=https://github.com/4144/libbacktrace.git
+# using a copy of the patched version
+SRCURL=https://github.com/themanaworld/libbacktrace.git
ENV_PATH="lib:include"
ENV_LD_LIBRARY_PATH="lib"
diff --git a/packages/manaplus.sh b/packages/manaplus.sh
index 95ee74a..5157fd2 100644
--- a/packages/manaplus.sh
+++ b/packages/manaplus.sh
@@ -1,4 +1,4 @@
-SRCURL=https://gitlab.com/manaplus/manaplus.git
+SRCURL=https://git.themanaworldorg/mana/plus.git
ENV_PATH="bin"
ENV_MANPATH="share/man"