summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSpineEyE2020-12-07 09:29:57 +0100
committerSpineEyE2020-12-07 09:29:57 +0100
commit1f7a7962fbcfa7d08c5ed56fa2e1fc1fd5e0d9c6 (patch)
tree8d06e15e501d70eb1ce542d53bf2af2ab2693c29 /PKGBUILD
parentdd9f8b1857bd9934cdea43c2dbf18083ce4ab2ae (diff)
downloadaur-1f7a7962fbcfa7d08c5ed56fa2e1fc1fd5e0d9c6.tar.gz
use mirror/fork from kapiwko
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD15
1 files changed, 7 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7933e8f79350..9a4555ffd319 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgbase=pulseaudio-hsphfpd
pkgname=(pulseaudio-hsphfpd libpulse-hsphfpd alsa-card-profiles-hsphfpd pulseaudio-{zeroconf,lirc,jack,bluetooth,equalizer,rtp}-hsphfpd)
pkgdesc="A fork of pulseaudio providing superior bluetooth headset functionality"
-pkgver=14.0+116+gd2ea10877
+pkgver=14.0+137+gd3802d928
pkgrel=1
arch=(x86_64)
url="https://www.freedesktop.org/wiki/Software/PulseAudio/"
@@ -14,8 +14,9 @@ makedepends=(libasyncns libcap attr libxtst libsm libsndfile rtkit libsoxr
lirc openssl fftw orc gtk3 webrtc-audio-processing check git meson
xmltoman gst-plugins-base-libs libopenaptx)
_commit=d1e0594e939e3309435c966d994b0207b10f5175 # tags/v14.0^0
-source=("git+https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git#commit=$_commit")
-sha256sums=('SKIP')
+source=("git+https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git#commit=$_commit"
+ "pa_hsphfpd::git+https://gitlab.freedesktop.org/kapiwko/pulseaudio.git#branch=hsphfpd")
+sha256sums=('SKIP' 'SKIP')
pkgver() {
cd pulseaudio
@@ -27,11 +28,9 @@ prepare() {
# Freeze version before patching
./git-version-gen doesnt-exist >.tarball-version
-
- git fetch "https://gitlab.freedesktop.org/pali/pulseaudio.git" "hsphfpd"
- git checkout -B "pali/hsphfpd" FETCH_HEAD
- git checkout master
- git merge --ff -m "Merge branch 'pali/hsphfpd' into master" "pali/hsphfpd"
+
+ # Merge from pali
+ git pull --strategy=recursive --no-edit ../pa_hsphfpd
}
build() {