guix-commits
[Top][All Lists]
Advanced

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

09/09: gnu: Fix broken links to Arch Linux git repositories


From: guix-commits
Subject: 09/09: gnu: Fix broken links to Arch Linux git repositories
Date: Wed, 4 Aug 2021 11:23:19 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 62722229c20daf2e6b15ccbb5e2e85f27ab8eebe
Author: Milkey Mouse <milkeymouse@meme.institute>
AuthorDate: Mon Jul 19 21:02:01 2021 -0700

    gnu: Fix broken links to Arch Linux git repositories
    
    * gnu/packages/crypto.scm (libsecp256k1): Update comment patch link.
    * gnu/packages/engineering.scm (freehdl): Update patch link.
    * gnu/packages/tex.scm (texlive-bin): Update arch-patch base URL.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/crypto.scm      | 2 +-
 gnu/packages/engineering.scm | 9 +++++----
 gnu/packages/tex.scm         | 6 +++---
 3 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm
index fe2cec0..c545f47 100644
--- a/gnu/packages/crypto.scm
+++ b/gnu/packages/crypto.scm
@@ -1118,7 +1118,7 @@ trivial to build for local use.  Portability is 
emphasized over performance.")
          ("automake" ,automake)
          ("libtool" ,libtool)))
       ;; WARNING: This package might need additional configure flags to run 
properly.
-      ;; See 
https://git.archlinux.org/svntogit/community.git/tree/trunk/PKGBUILD?h=packages/libsecp256k1.
+      ;; See 
https://github.com/archlinux/svntogit-community/blob/packages/libsecp256k1/trunk/PKGBUILD.
       (synopsis "C library for EC operations on curve secp256k1")
       (description
        "Optimized C library for EC operations on curve secp256k1.
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index fc932dd..33c124a 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -1949,11 +1949,12 @@ parallel computing platforms.  It also supports serial 
execution.")
               (patches
                (list (origin
                        ;; Fix build with GCC 7.  Patch taken from Arch Linux:
-                       ;; 
https://git.archlinux.org/svntogit/community.git/tree/trunk?h=packages/freehdl
+                       ;; 
https://github.com/archlinux/svntogit-community/tree/packages/freehdl/trunk
                        (method url-fetch)
-                       (uri "https://git.archlinux.org/svntogit/community.git\
-/plain/trunk/build-fix.patch?h=packages/freehdl\
-&id=3bb90d64dfe6883e26083cd1fa96226d0d59175a")
+                       (uri (string-append "https://raw.githubusercontent.com";
+                                           "/archlinux/svntogit-community"
+                                           
"/3bb90d64dfe6883e26083cd1fa96226d0d59175a"
+                                           "/trunk/build-fix.patch"))
                        (file-name "freehdl-c++-namespace.patch")
                        (sha256
                         (base32
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index b404ca8..3013b1e 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -252,9 +252,9 @@ files from LOCATIONS with expected checksum HASH.  CODE is 
not currently in use.
               (lambda (name revision hash)
                 (origin
                   (method url-fetch)
-                  (uri (string-append 
"https://git.archlinux.org/svntogit/packages.git";
-                                      "/plain/trunk/" name 
"?h=packages/texlive-bin"
-                                      "&id=" revision))
+                  (uri (string-append "https://raw.githubusercontent.com";
+                                      "/archlinux/svntogit-packages/" revision
+                                      "/repos/extra-x86_64/" name))
                   (file-name (string-append "texlive-bin-" name))
                   (sha256 (base32 hash)))))
              (arch-revision "49d7fe25e5ea63f136ebc20270c1d8fc9b00041c"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]