summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEHfive2018-08-09 19:36:06 +0800
committerEHfive2018-08-09 19:36:06 +0800
commit2872780bb82269a68752723fd107ae6ba10b2e6d (patch)
tree5d23faf143c8c7407871cf142090e11383214c9d /PKGBUILD
parent1b62c21f0b19a3fa488575de4357fd590f58cd66 (diff)
downloadaur-2872780bb82269a68752723fd107ae6ba10b2e6d.tar.gz
adjust build type
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 49808d934c5e..c40eabcf9d17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: EHfive <eh5@sokka.cn>
pkgname=pulseaudio-modules-bt-git
-pkgver=r14.a8be85a
+pkgver=r15.dd47c02
pkgrel=1
pkgdesc="PulseAudio Bluetooth modules support Sony LDAC Codec(A2DP Source)"
arch=("i686" "x86_64" "armv7h")
@@ -36,7 +36,7 @@ prepare() {
build() {
cd "$srcdir/pulseaudio-modules-bt"
- cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr .
+ cmake -DCMAKE_INSTALL_PREFIX=/usr .
make
}