summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHuang-Huang Bao2019-03-01 04:25:45 +0800
committerHuang-Huang Bao2019-03-01 04:25:45 +0800
commitb958ab9504eda476aed1f02bfe48a4117e20ff9d (patch)
treefbe8e4bcb1a9ae25e34eee49e54dee40011310e3 /PKGBUILD
parent776eb6a55c35f92b644cf920707528d525d0a1d9 (diff)
downloadaur-b958ab9504eda476aed1f02bfe48a4117e20ff9d.tar.gz
Remove abandoned cmake option
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
}