summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHuang-Huang Bao2020-12-23 01:15:09 +0800
committerHuang-Huang Bao2020-12-23 01:15:09 +0800
commita780ed3829d0f68d94cc6067558067801c0e592f (patch)
tree931640862bb6a885a59f6a06b3fae3681e2430a4
parentb3908e4cf56603244dce1c331582cdf954c8f5b1 (diff)
downloadaur-a780ed3829d0f68d94cc6067558067801c0e592f.tar.gz
Fix
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 739e531a5954..59040a6fb097 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 = 14.0.r149.dbb5164
- pkgrel = 3
+ pkgrel = 4
epoch = 1
url = https://github.com/EHfive/pulseaudio-modules-bt
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index fa164660a0ee..2866300bb4de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=pulseaudio-modules-bt-git
pkgver=14.0.r149.dbb5164
-pkgrel=3
+pkgrel=4
epoch=1
pkgdesc="PulseAudio Bluetooth modules with SBC, AAC, APTX, APTX-HD, Sony LDAC (A2DP codec) support"
arch=("i686" "x86_64" "arm" "armv6h" "armv7h" "aarch64")
@@ -41,10 +41,11 @@ pkgver() {
build() {
cd "$srcdir/pulseaudio-modules-bt"
rm -rf build && mkdir build
+ cd build
cmake \
-DCMAKE_BUILD_TYPE=Release \
- -S . \
- -B build \
+ -S .. \
+ -B . \
make
}