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

Andreas Radke andyrtr at archlinux.org
Fri Aug 23 14:11:38 UTC 2019


    Date: Friday, August 23, 2019 @ 14:11:38
  Author: andyrtr
Revision: 360605

use https url

Modified:
  docbook-sgml/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-23 14:11:07 UTC (rev 360604)
+++ PKGBUILD	2019-08-23 14:11:38 UTC (rev 360605)
@@ -7,11 +7,11 @@
 pkgrel=6
 pkgdesc='Document type definitions for verification of SGML data files against the DocBook rule set.'
 arch=('any')
-url='http://www.docbook.org/sgml/'
+url='https://www.docbook.org/sgml/'
 license=('MIT')
 depends=('sgml-common')
 install='docbook-sgml.install'
-source=("http://www.docbook.org/sgml/${pkgver}/docbook-${pkgver}.zip")
+source=("https://www.docbook.org/sgml/${pkgver}/docbook-${pkgver}.zip")
 sha256sums=('8043e514e80c6c19cb146b5d37937d1305bf3abf9b0097c36df7f70f611cdf43')
 
 build() {



More information about the arch-commits mailing list