From d3e2fa672dc67271165919be5c94168424086f41 Mon Sep 17 00:00:00 2001 From: John Stowers Date: Thu, 5 Mar 2015 12:03:38 +0100 Subject: [PATCH] poco: fix tarball location --- mingw-w64-poco/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-w64-poco/PKGBUILD b/mingw-w64-poco/PKGBUILD index 17d9a23b39..98fb53676e 100644 --- a/mingw-w64-poco/PKGBUILD +++ b/mingw-w64-poco/PKGBUILD @@ -17,7 +17,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs" "${MINGW_PACKAGE_PREFIX}-sqlite3" "${MINGW_PACKAGE_PREFIX}-zlib") options=('staticlibs' 'strip') -source=(https://github.com/pocoproject/poco/archive/${_realname}-${pkgver}-release.tar.gz +source=(https://codeload.github.com/pocoproject/poco/tar.gz/${_realname}-${pkgver}-release 001-WIN32-defines-instead-hardcoded-values.patch 002-enable-C++11-if-compiler-supports-it.patch 003-check-for-WIN64-and-enable-LLP64-schema.patch