Date: Wednesday, January 13, 2016 @ 18:21:41 Author: kkeen Revision: 156311
upgpkg: libuhd 3.9.2-1 Modified: libuhd/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-01-13 17:05:05 UTC (rev 156310) +++ PKGBUILD 2016-01-13 17:21:41 UTC (rev 156311) @@ -3,9 +3,9 @@ # Contributor: Dominik Heidler <[email protected]> pkgname=libuhd -pkgver=3.9.1 -_verstring='003_009_001' -pkgrel=3 +pkgver=3.9.2 +_verstring='003_009_002' +pkgrel=1 pkgdesc="Universal Software Radio Peripheral (USRP) userspace driver" arch=('x86_64' 'i686') url="http://www.ettus.com/kb/category/software-documentation/uhd-manual" @@ -15,7 +15,7 @@ makedepends=('cmake' 'boost' 'python2-cheetah' 'python2-mako') source=("libuhd-$pkgver.tar.gz::https://github.com/EttusResearch/uhd/archive/release_${_verstring}.tar.gz") -md5sums=('9732fe05d562ea8038f120c29410ce02') +md5sums=('d402bc374938118cdc66e8b74aab2cd0') build() { cd "$srcdir/uhd-release_$_verstring/host"
