summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhayao2021-01-14 22:52:48 +0900
committerhayao2021-01-14 22:52:48 +0900
commitfba63466b39a5dba3e2df21e3bd3fba58d71f9ca (patch)
tree6587c5d7de90f96c3427e8ab5109f3e419c00a13 /PKGBUILD
parentd42b8444819a69ea79f8d1cb2e326343d9074df6 (diff)
downloadaur-fba63466b39a5dba3e2df21e3bd3fba58d71f9ca.tar.gz
[update] : Updated pulseaudio v14.1
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-x[-rw-r--r--]PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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