https://download.savannah.gnu.org times out for me when I try to build this package. The below change makes the download work for me:
-source=(https://download.savannah.gnu.org/releases/freetype/$pkgname-$pkgver.tar.gz{,.sig})
+source=(https://sourceforge.net/projects/freetype/files/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz{,.sig}/download)
However, I get the same error as @Althorion below while building. Was that issue ever solved?
Pinned Comments
supermario commented on 2016-03-07 22:54 (UTC) (edited on 2017-04-18 23:29 (UTC) by supermario)