Date: Friday, January 13, 2017 @ 21:35:25 Author: andyrtr Revision: 286229
https sources / gpg signature fixes Modified: glproto/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-01-13 21:32:51 UTC (rev 286228) +++ PKGBUILD 2017-01-13 21:35:25 UTC (rev 286229) @@ -7,9 +7,9 @@ pkgrel=1 pkgdesc="X11 OpenGL extension wire protocol" arch=(any) -url="http://xorg.freedesktop.org/" +url="https://xorg.freedesktop.org/" license=('custom') -source=(http://xorg.freedesktop.org/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2) +source=(https://xorg.freedesktop.org/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2) sha256sums=('adaa94bded310a2bfcbb9deb4d751d965fcfe6fb3a2f6d242e2df2d6589dbe40') build() {
