From 3dd579932b1621911986e05fd4601414de6cdc7b Mon Sep 17 00:00:00 2001 From: Martchus Date: Mon, 4 Feb 2019 18:32:57 +0100 Subject: [PATCH] Update Boost for Android to 1.69.0 --- boost/android-aarch64/PKGBUILD | 5 ++--- boost/android-armv7a-eabi/PKGBUILD | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/boost/android-aarch64/PKGBUILD b/boost/android-aarch64/PKGBUILD index 3b9f54a0..7a807fc8 100644 --- a/boost/android-aarch64/PKGBUILD +++ b/boost/android-aarch64/PKGBUILD @@ -16,7 +16,7 @@ _boost_arch=arm _boost_address_model=64 pkgname=android-$_pkg_arch-$_pkgname -pkgver=1.68.0 +pkgver=1.69.0 _boostver=${pkgver//./_} pkgrel=1 url='http://www.boost.org/' @@ -30,7 +30,7 @@ conflicts=("android-$_pkgname-$_android_arch") replaces=("android-$_pkgname-$_android_arch") source=(https://downloads.sourceforge.net/project/${_pkgname}/${_pkgname}/${pkgver}/${_pkgname}_${_boostver}.tar.bz2 no-versioned-shlibs.patch) -sha256sums=('7f6130bc3cf65f56a618888ce9d5ea704fa10b462be126ad053e80e553d6d8b7' +sha256sums=('8f32d4617390d1c2d16f26a27ab60d97807b35440d45891fa340fc2648b04406' 'd82d0f15064812dcabb3456a7bcb1db0e0f6145980e4728e638372e0fd35af23') prepare() { @@ -105,7 +105,6 @@ build() { --with-random \ --with-regex \ --with-serialization \ - --with-signals \ --with-system \ --with-test \ --with-thread \ diff --git a/boost/android-armv7a-eabi/PKGBUILD b/boost/android-armv7a-eabi/PKGBUILD index 7ac262b4..a2cf6319 100644 --- a/boost/android-armv7a-eabi/PKGBUILD +++ b/boost/android-armv7a-eabi/PKGBUILD @@ -16,7 +16,7 @@ _boost_arch=arm _boost_address_model=32 pkgname=android-$_pkg_arch-$_pkgname -pkgver=1.68.0 +pkgver=1.69.0 _boostver=${pkgver//./_} pkgrel=1 url='http://www.boost.org/' @@ -30,7 +30,7 @@ conflicts=("android-$_pkgname-$_android_arch") replaces=("android-$_pkgname-$_android_arch") source=(https://downloads.sourceforge.net/project/${_pkgname}/${_pkgname}/${pkgver}/${_pkgname}_${_boostver}.tar.bz2 no-versioned-shlibs.patch) -sha256sums=('7f6130bc3cf65f56a618888ce9d5ea704fa10b462be126ad053e80e553d6d8b7' +sha256sums=('8f32d4617390d1c2d16f26a27ab60d97807b35440d45891fa340fc2648b04406' 'd82d0f15064812dcabb3456a7bcb1db0e0f6145980e4728e638372e0fd35af23') prepare() { @@ -105,7 +105,6 @@ build() { --with-random \ --with-regex \ --with-serialization \ - --with-signals \ --with-system \ --with-test \ --with-thread \