summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuentin Bazin2016-11-30 17:09:21 +0100
committerQuentin Bazin2016-11-30 17:09:21 +0100
commit80e23ca6dff56a971c5122b042d9e9aecc454dde (patch)
treeb20c1b576890db0696cc422441bfa446c03c57f3
parentd96654925fc8a3ae1e4721174014d08e48470cba (diff)
downloadaur-80e23ca6dff56a971c5122b042d9e9aecc454dde.tar.gz
Fixed md5 sums.
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4e84a805f7ea..1d7dc80a475d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,9 +17,9 @@ options=(!strip !buildflags staticlibs)
source=(http://downloads.sourceforge.net/sourceforge/boost/boost_${_boostver}.tar.bz2
boost-mingw.patch
python_jam.patch)
-md5sums=('d6eef4b4cacb2183f2bf265a5a03a354'
+md5sums=('5fb94629535c19e48703bdb2b2e9490f'
'01f5f0d6b915d3b04dbabfd6db40f1e9'
- '7bedbab26c2a457e2019bfa86ccb9007')
+ '086cece11abae7e60a8f3d41f7833f3d')
_architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32')
@@ -38,7 +38,7 @@ _bjam() {
variant=release \
threading=multi \
threadapi=win32 \
- link=static \
+ link=static,shared \
runtime-link=shared \
--prefix="${pkgdir}/usr/${_arch}" \
--user-config=user-config.jam \