summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea5f4b2f40b8..ff3193c4671a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libuhd3
pkgdesc = Universal Software Radio Peripheral (USRP) userspace driver
pkgver = 3.15.0.0
- pkgrel = 4
+ pkgrel = 5
url = https://files.ettus.com/manual/
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 53aab4fcdc02..45cee26a1a11 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=libuhd3
pkgver=3.15.0.0
-pkgrel=4
+pkgrel=5
pkgdesc="Universal Software Radio Peripheral (USRP) userspace driver"
arch=('x86_64')
url="https://files.ettus.com/manual/"
@@ -60,7 +60,6 @@ build() {
-DENABLE_UTILS=ON \
-DENABLE_TESTS=OFF \
-DENABLE_E100=ON \
- -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON \
-DENABLE_E300=ON
make -C "build"
}