Date: Saturday, May 30, 2015 @ 15:08:36 Author: kkeen Revision: 134354
upgpkg: libuhd 3.8.4-1 Modified: libuhd/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-05-30 12:37:05 UTC (rev 134353) +++ PKGBUILD 2015-05-30 13:08:36 UTC (rev 134354) @@ -3,8 +3,8 @@ # Contributor: Dominik Heidler <[email protected]> pkgname=libuhd -pkgver=3.8.3 -_verstring='003_008_003-1' # hopefully -X is temporary +pkgver=3.8.4 +_verstring='003_008_004' pkgrel=1 pkgdesc="Universal Software Radio Peripheral (USRP) userspace driver" arch=('x86_64' 'i686') @@ -15,7 +15,7 @@ makedepends=('cmake' 'boost' 'python2-cheetah') source=("libuhd-$pkgver.tar.gz::https://github.com/EttusResearch/uhd/archive/release_${_verstring}.tar.gz") -md5sums=('7780250fec465db5081a387f1216c128') +md5sums=('95da1745c2286870b8b55856f5f43380') build() { cd "$srcdir/uhd-release_$_verstring/host" @@ -22,9 +22,6 @@ # fix for py2 find -name "*.py" -or -name '*.py.in' | xargs sed -i "s|#!/usr/bin/env python$|#!/usr/bin/env python2|" - # fix for boost 1.58, already in git - sed -i 's|return NULL;|return uhd::msg_task::msg_type_t(0, uhd::msg_task::msg_payload_t());|' lib/usrp/b200/b200_io_impl.cpp - mkdir -p build cd build cmake .. -DCMAKE_INSTALL_PREFIX=/usr/ \
