summaryrefslogtreecommitdiff
path: root/community/libuhd/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/libuhd/PKGBUILD')
-rw-r--r--community/libuhd/PKGBUILD11
1 files changed, 5 insertions, 6 deletions
diff --git a/community/libuhd/PKGBUILD b/community/libuhd/PKGBUILD
index d51796f9e..a95746f97 100644
--- a/community/libuhd/PKGBUILD
+++ b/community/libuhd/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 105585 2014-02-10 16:15:17Z kkeen $
+# $Id: PKGBUILD 115758 2014-07-16 03:56:10Z kkeen $
# Maintainer: Kyle Keen <keenerd@gmail.com>
# Contributor: Dominik Heidler <dheidler@gmail.com>
pkgname=libuhd
-pkgver=3.6.2
-_verstring=003_006_002
+pkgver=3.7.1
+_verstring=003_007_001
pkgrel=1
pkgdesc="Universal Software Radio Peripheral (USRP) userspace driver"
arch=('x86_64' 'i686')
@@ -15,7 +15,7 @@ optdepends=('python2: usrp utils')
makedepends=('cmake' 'boost' 'python2-cheetah')
source=("libuhd-$pkgver.tar.gz::https://github.com/EttusResearch/uhd/archive/release_${_verstring}.tar.gz")
-md5sums=('50a25b95dc08dd3946988c5da98814a9')
+md5sums=('0f53757cc5452ceb53baab88471a6043')
build() {
cd "$srcdir/uhd-release_$_verstring/host"
@@ -30,8 +30,6 @@ build() {
-DENABLE_UTILS=ON \
-DENABLE_TESTS=OFF \
-DENABLE_E100=ON
- # e100 is disabled by default for now, check that on future releases
-
make
}
@@ -45,3 +43,4 @@ package() {
make DESTDIR="$pkgdir" install
install -Dm644 "../utils/uhd-usrp.rules" "$pkgdir/usr/lib/udev/rules.d/10-uhd-usrp.rules"
}
+