summaryrefslogtreecommitdiff
path: root/pcr-testing/libxtrx/PKGBUILD
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2018-12-01 01:39:54 +0100
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2018-12-02 16:11:48 +0100
commit686aed3b3f6b7d03349e365d08196a6ec8da5bee (patch)
tree9a9ae8311c1ef6f632bac3bb8f50e9af607019a7 /pcr-testing/libxtrx/PKGBUILD
parent1c9b482b66cc34c003cf5d709b1b2ebbf50495b9 (diff)
downloadabslibre-686aed3b3f6b7d03349e365d08196a6ec8da5bee.tar.gz
abslibre-686aed3b3f6b7d03349e365d08196a6ec8da5bee.tar.bz2
abslibre-686aed3b3f6b7d03349e365d08196a6ec8da5bee.zip
pcr-testing: Cleanup xtrx related packages
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'pcr-testing/libxtrx/PKGBUILD')
-rw-r--r--pcr-testing/libxtrx/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/pcr-testing/libxtrx/PKGBUILD b/pcr-testing/libxtrx/PKGBUILD
index 070d32b2d..c68394d39 100644
--- a/pcr-testing/libxtrx/PKGBUILD
+++ b/pcr-testing/libxtrx/PKGBUILD
@@ -2,12 +2,12 @@
# Contributor: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
pkgname=libxtrx
pkgver=r32.ge65719b
-pkgrel=1
+pkgrel=2
pkgdesc="High level XTRX API"
url="https://github.com/xtrx-sdr/libxtrx"
-arch=(armv7h i686 x86_64)
+arch=('armv7h' 'i686' 'x86_64')
license=('LGPL')
-makedepends=('git' 'cmake' 'liblms7002m' 'libxtrxdsp')
+makedepends=('git' 'cmake' 'liblms7002m' 'libxtrxdsp' 'libxtrxll')
commit=e65719b3e1158c0cdc0fbc747c8937298f9aa758
source=("git://github.com/xtrx-sdr/libxtrx#commit=$commit")
sha512sums=('SKIP')
@@ -37,7 +37,7 @@ build() {
cmake \
-DENABLE_SOAPY=NO \
-DPYTHON_EXECUTABLE=/usr/bin/python2 \
- -DFORCE_ARCH=x86 \
+ -DFORCE_ARCH=$ARCH \
../
make
}