Date: Tuesday, November 3, 2015 @ 16:11:32 Author: kkeen Revision: 145807
upgpkg: libuhd 3.9.1-1 Modified: libuhd/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-11-03 15:04:35 UTC (rev 145806) +++ PKGBUILD 2015-11-03 15:11:32 UTC (rev 145807) @@ -3,19 +3,19 @@ # Contributor: Dominik Heidler <[email protected]> pkgname=libuhd -pkgver=3.8.5 -_verstring='003_008_005' -pkgrel=3 +pkgver=3.9.1 +_verstring='003_009_001' +pkgrel=1 pkgdesc="Universal Software Radio Peripheral (USRP) userspace driver" arch=('x86_64' 'i686') -url="http://code.ettus.com/redmine/ettus/projects/uhd/wiki" +url="http://www.ettus.com/kb/category/software-documentation/uhd-manual" license=('GPL') depends=('boost-libs' 'orc' 'libusbx') optdepends=('python2: usrp utils') -makedepends=('cmake' 'boost' 'python2-cheetah') +makedepends=('cmake' 'boost' 'python2-cheetah' 'python2-mako') source=("libuhd-$pkgver.tar.gz::https://github.com/EttusResearch/uhd/archive/release_${_verstring}.tar.gz") -md5sums=('d827d63de03c9087d0d011e44bff5dd1') +md5sums=('9732fe05d562ea8038f120c29410ce02') build() { cd "$srcdir/uhd-release_$_verstring/host"
