summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rwxr-xr-x[-rw-r--r--]PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c67ba0a6921f..d1379da3b149 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pulseaudio-modules-bt
pkgdesc = PulseAudio Bluetooth modules with SBC, AAC, APTX, APTX-HD, Sony LDAC (A2DP codec) support
- pkgver = 1.4_14.0
+ pkgver = 1.4_14.1
pkgrel = 2
url = https://github.com/EHfive/pulseaudio-modules-bt
arch = i686
@@ -22,13 +22,13 @@ pkgbase = pulseaudio-modules-bt
depends = libfdk-aac.so
optdepends = libavcodec.so>=58: aptX Classic, aptX HD support
optdepends = libldac: LDAC support
- optdepends = pulseaudio=14.0: This package requires a specific PulseAudio version
+ optdepends = pulseaudio=14.1: This package requires a specific PulseAudio version
provides = pulseaudio-bluetooth
provides = pulseaudio-modules-bt-git
conflicts = pulseaudio-bluetooth
conflicts = pulseaudio-modules-bt-git
source = pulseaudio-modules-bt.zip::https://github.com/EHfive/pulseaudio-modules-bt/archive/v1.4.zip
- source = pulseaudio.zip::https://github.com/pulseaudio/pulseaudio/archive/v14.0.zip
+ source = pulseaudio.zip::https://github.com/pulseaudio/pulseaudio/archive/v14.1.zip
md5sums = 711a7f930321e56706acdb441de0e432
md5sums = SKIP
sha512sums = 5c3ed59dec46a1a9cc2f359ac1d28a82a50a5dea47a268a10601b95a8e17a68dd00ba7628c429271349bae290f461abeb1a4a3715b1833c71d7f82f9a902fe2d
diff --git a/PKGBUILD b/PKGBUILD
index 873d5d3041fd..3b05056fb68f 100644..100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,8 +12,8 @@ else
fi
# if it is failed to get the version of pulseaudio, use the hard coded one.
-if [[ -v pulseaudio_ver ]]; then
- pulseaudio_ver="14.0"
+if [[ -z "${pulseaudio_ver}" ]]; then
+ pulseaudio_ver="14.1"
fi