[arch-commits] Commit in sgml-common/trunk (PKGBUILD)

Andreas Radke andyrtr at archlinux.org
Mon Jul 5 12:03:21 UTC 2021


    Date: Monday, July 5, 2021 @ 12:03:20
  Author: andyrtr
Revision: 418944

FS#71446: fix download url

Modified:
  sgml-common/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-05 08:25:47 UTC (rev 418943)
+++ PKGBUILD	2021-07-05 12:03:20 UTC (rev 418944)
@@ -11,7 +11,8 @@
 license=('GPL')
 install='sgml-common.install'
 depends=('sh')
-source=("ftp://sources.redhat.com/pub/docbook-tools/new-trials/SOURCES/sgml-common-${pkgver}.tgz"
+source=(#"ftp://sources.redhat.com/pub/docbook-tools/new-trials/SOURCES/sgml-common-${pkgver}.tgz"
+        "https://www.sourceware.org/pub/docbook-tools/new-trials/SOURCES/sgml-common-${pkgver}.tgz"
         'sgml-common-0.6.3-manpage-1.patch')
 sha512sums=('3c4a55f555596b2a6bf6af66c497679226e7b40625ac16832150488311cba7f9fc523435eea5837262a5517f5c09c4c0e07fe4a2cf02184d4027609c26e4bc0c'
             'c584ff6e66e1d58456c07849bf96fedd3f1df0b93430f6301c4d4ab9906821dea0cbac82eada19197540b5e31f13febd04fadda5b6e2ba4b0b6ee8f0328292f7')




More information about the arch-commits mailing list