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

Ionut Biru ibiru at archlinux.org
Wed Mar 2 22:08:51 UTC 2011


    Date: Wednesday, March 2, 2011 @ 17:08:50
  Author: ibiru
Revision: 111987

upgpkg: boost 1.46.0-2
add icu as dependency for boost-libs

Modified:
  boost/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-03-02 22:00:03 UTC (rev 111986)
+++ PKGBUILD	2011-03-02 22:08:50 UTC (rev 111987)
@@ -8,10 +8,10 @@
 pkgname=('boost-libs' 'boost')
 pkgver=1.46.0
 _boostver=${pkgver//./_}
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="http://www.boost.org/"
-makedepends=('icu' 'python' 'python2' 'bzip2' 'zlib' 'openmpi')
+makedepends=('icu' 'python' 'python2' 'bzip2' 'zlib' 'openmpi' 'namcap')
 source=(http://downloads.sourceforge.net/sourceforge/${pkgbase}/${pkgbase}_${_boostver}.tar.gz
         4994-compile-fix-for-Python32-v2.patch)
 license=('custom')
@@ -96,7 +96,7 @@
 
 package_boost-libs() {
     pkgdesc="Free peer-reviewed portable C++ source libraries - Runtime"
-    depends=('gcc-libs' 'bzip2' 'zlib')
+    depends=('gcc-libs' 'bzip2' 'zlib' 'icu')
     optdepends=('openmpi: for mpi support')
 
     install -d "${pkgdir}/usr/lib"




More information about the arch-commits mailing list