Merge pull request #486 from nzjrs/master

poco: fix tarball location
This commit is contained in:
Алексей
2015-03-05 14:08:49 +03:00

View File

@@ -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