Date: Tuesday, November 1, 2016 @ 22:12:06 Author: bisson Revision: 279723
add https Modified: ttf-freefont/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-11-01 22:12:01 UTC (rev 279722) +++ PKGBUILD 2016-11-01 22:12:06 UTC (rev 279723) @@ -7,14 +7,15 @@ pkgver=20120503 pkgrel=4 pkgdesc='Set of free outline fonts covering the Unicode character set' -url='http://www.nongnu.org/freefont/' +url='https://www.nongnu.org/freefont/' license=('GPL') arch=('any') depends=('fontconfig' 'xorg-font-utils') provides=('ttf-font') -source=("http://ftp.gnu.org/gnu/freefont/freefont-ttf-${pkgver}.zip" +validpgpkeys=('A0156C139D2DAA3B352E42CD506361DBA36FDD52') +source=("https://ftp.gnu.org/gnu/freefont/freefont-ttf-${pkgver}.zip"{,.sig} 'conf.avail') -sha1sums=('46179a6f3469b386f6569fc61913314ba79aadac' +sha1sums=('46179a6f3469b386f6569fc61913314ba79aadac' 'SKIP' '11bbd7e1be9ce310917642cf7ee589d4433383e0') install=install
