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

Frederik Schwan freswa at archlinux.org
Wed Oct 7 14:00:22 UTC 2020


    Date: Wednesday, October 7, 2020 @ 14:00:22
  Author: freswa
Revision: 720604

fix FS#68136

Modified:
  docutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-07 13:59:46 UTC (rev 720603)
+++ PKGBUILD	2020-10-07 14:00:22 UTC (rev 720604)
@@ -5,13 +5,13 @@
 pkgbase=docutils
 pkgname=('python-docutils' 'python2-docutils')
 pkgver=0.16
-pkgrel=1
+pkgrel=2
 pkgdesc='Set of tools for processing plaintext docs into formats such as HTML, XML, or LaTeX'
 arch=('any')
 url='http://docutils.sourceforge.net'
 license=('custom')
 makedepends=('python' 'python2')
-source=("http://downloads.sourceforge.net/$pkgbase/$pkgbase-$pkgver.tar.gz")
+source=("https://downloads.sourceforge.net/$pkgbase/$pkgbase-$pkgver.tar.gz")
 sha512sums=('1a4e1bdedc79388e73dd438ae6d4d2ba67a005c745613452e027c0f6b378058b528f3329d650454fc0d3dd5253a1eb95dc52b35846cbfb4d8618d9bd4c3ad934')
 
 build() {



More information about the arch-commits mailing list