[arch-commits] Commit in boost/trunk (PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Sun Sep 10 08:11:08 UTC 2017


    Date: Sunday, September 10, 2017 @ 08:11:07
  Author: bpiotrowski
Revision: 305214

1.65.1-1: new upstream release

Modified:
  boost/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-10 08:08:07 UTC (rev 305213)
+++ PKGBUILD	2017-09-10 08:11:07 UTC (rev 305214)
@@ -10,17 +10,15 @@
 
 pkgbase=boost
 pkgname=('boost-libs' 'boost')
-pkgver=1.64.0
+pkgver=1.65.1
 _boostver=${pkgver//./_}
-pkgrel=4
+pkgrel=1
 url='http://www.boost.org/'
 arch=('i686' 'x86_64')
 license=('custom')
 makedepends=('icu>=55.1' 'python' 'python2' 'python-numpy' 'python2-numpy' 'bzip2' 'zlib' 'openmpi')
-source=(https://downloads.sourceforge.net/project/${pkgbase}/${pkgbase}/${pkgver}/${pkgbase}_${_boostver}.tar.bz2
-        boost-serialization-1.64.0-fixes.patch)
-sha256sums=('7bcc5caace97baa948931d712ea5f37038dbb1c5d89b43ad4def4ed7cb683332'
-            'e2ee2500c3bcbd6f53eb7a55830dc58795f321874737dd0846e36323dfbdea26')
+source=(https://downloads.sourceforge.net/project/${pkgbase}/${pkgbase}/${pkgver}/${pkgbase}_${_boostver}.tar.bz2)
+sha256sums=('9807a5d16566c57fd74fb522764e0b134a8bbe6b6e8967b83afefd30dcd3be81')
 
 build() {
    export _stagedir="${srcdir}/stagedir"
@@ -27,7 +25,6 @@
    local JOBS="$(sed -e 's/.*\(-j *[0-9]\+\).*/\1/' <<< ${MAKEFLAGS})"
 
    cd ${pkgbase}_${_boostver}
-   patch -p2 -i "$srcdir/boost-serialization-1.64.0-fixes.patch"
 
    ./bootstrap.sh --with-toolset=gcc --with-icu --with-python=/usr/bin/python2
 



More information about the arch-commits mailing list