summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 05872a3ae87f..5437b0098383 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=pulseaudio-modules-bt-git
pkgver=r107.0dd87873
-pkgrel=1
+pkgrel=2
pkgdesc="PulseAudio Bluetooth modules with SBC, AAC, APTX, APTX-HD, Sony LDAC (A2DP codec) support"
arch=("i686" "x86_64" "arm" "armv6h" "armv7h" "aarch64")
url="https://github.com/EHfive/pulseaudio-modules-bt"
@@ -36,7 +36,6 @@ build() {
cd "$srcdir/pulseaudio-modules-bt"
cmake \
-DCMAKE_BUILD_TYPE=Release \
- -DFORCE_NOT_BUILD_LDAC=ON \
.
make
}