summarylogtreecommitdiffstats
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
parent776eb6a55c35f92b644cf920707528d525d0a1d9 (diff)
downloadaur-b958ab9504eda476aed1f02bfe48a4117e20ff9d.tar.gz
Remove abandoned cmake option
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a6bfadfdb1a2..f261e764cc9e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pulseaudio-modules-bt-git
pkgdesc = PulseAudio Bluetooth modules with SBC, AAC, APTX, APTX-HD, Sony LDAC (A2DP codec) support
pkgver = r107.0dd87873
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/EHfive/pulseaudio-modules-bt
arch = i686
arch = x86_64
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
}