summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2023-02-18 01:38:01 -0300
committerJesusaves <cpntb1@ymail.com>2023-02-18 01:38:01 -0300
commit9ab94d5aed4a73ccb873125237e68f24eeb4c97d (patch)
tree709a2d2fc69b3c53b510935dc67415d7d6e00a96
parent85c928c3fd96018ca5ca6d27dc7ffa7b63764fa2 (diff)
downloadspm-9ab94d5aed4a73ccb873125237e68f24eeb4c97d.tar.gz
spm-9ab94d5aed4a73ccb873125237e68f24eeb4c97d.tar.bz2
spm-9ab94d5aed4a73ccb873125237e68f24eeb4c97d.tar.xz
spm-9ab94d5aed4a73ccb873125237e68f24eeb4c97d.zip
Replace a couple linksHEADmaster
-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"