Date: Wednesday, February 13, 2019 @ 21:52:24 Author: ffy00 Revision: 432123
use https instead of http Modified: pandoc/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-02-13 21:51:32 UTC (rev 432122) +++ PKGBUILD 2019-02-13 21:52:24 UTC (rev 432123) @@ -4,9 +4,9 @@ pkgname=pandoc pkgver=2.6 pkgrel=5 -pkgdesc="Conversion between markup formats" -url="http://pandoc.org" -license=("GPL") +pkgdesc='Conversion between markup formats' +url='https://pandoc.org' +license=('GPL') arch=('x86_64') depends=('ghc-libs' 'haskell-http' 'haskell-juicypixels' 'haskell-sha' 'haskell-aeson' 'haskell-aeson-pretty' 'haskell-base-compat' 'haskell-base64-bytestring'
