[arch-commits] Commit in font-bitstream-speedo/trunk (PKGBUILD)

Jan de Groot jgc at archlinux.org
Tue Jun 13 14:15:09 UTC 2017


    Date: Tuesday, June 13, 2017 @ 14:15:08
  Author: jgc
Revision: 298730

Use HTTPS and SHA256

Modified:
  font-bitstream-speedo/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-13 14:12:42 UTC (rev 298729)
+++ PKGBUILD	2017-06-13 14:15:08 UTC (rev 298730)
@@ -7,11 +7,11 @@
 pkgrel=3
 pkgdesc="Bitstream Speedo fonts"
 arch=('any')
-url="http://xorg.freedesktop.org/"
+url="https://xorg.freedesktop.org/"
 license=('custom')
 depends=('xorg-mkfontdir' 'xorg-mkfontscale' 'fontconfig')
-source=(http://xorg.freedesktop.org/releases/individual/font/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('13f6f107be164cfbf6be40d35ecf0c0f')
+source=(https://xorg.freedesktop.org/releases/individual/font/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('0708fe0046947b88c082b55844af8a861741dcdf087f0624bdf23fb773d76763')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



More information about the arch-commits mailing list