Date: Friday, November 4, 2016 @ 06:57:22 Author: cbehan Revision: 194647
https for gtkglarea Modified: gtkglarea/trunk/PKGBUILD ----------+ PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-11-04 06:44:36 UTC (rev 194646) +++ PKGBUILD 2016-11-04 06:57:22 UTC (rev 194647) @@ -12,7 +12,7 @@ url="http://mono-project.com/GtkGLArea" license=('GPL') depends=('gtk2' 'glu') -source=("http://ftp.gnome.org/pub/GNOME/sources/$pkgname/2.1/$pkgname-$pkgver.tar.xz") +source=("https://ftp.gnome.org/pub/GNOME/sources/$pkgname/2.1/$pkgname-$pkgver.tar.xz") md5sums=('60d4470107d4faa9fc916c9a0d05bb9f') build() {
