summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPedro A. López-Valencia2021-12-05 16:55:32 -0500
committerPedro A. López-Valencia2021-12-05 16:55:32 -0500
commit743d41e6dd0141fc10afca2513cecf6a08b052cc (patch)
treee4c92afd9c660fc9db90bbba186e72150e390adf /PKGBUILD
parent06536033e7d0aeb17ffef5dd5d3d617f6b76dfc3 (diff)
downloadaur-743d41e6dd0141fc10afca2513cecf6a08b052cc.tar.gz
* 29.0.50.152407
* Fix an ugly typo. Forgot the reading glasses again.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 93d9fe0296e9..6ab9ac310b1d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -74,7 +74,7 @@ if [[ $CLI == "YES" ]] ; then
else
pkgname="emacs-git"
fi
-pkgver=29.0.50.152394
+pkgver=29.0.50.152407
pkgrel=1
pkgdesc="GNU Emacs. Development master branch."
arch=('x86_64')
@@ -260,7 +260,7 @@ if [[ $NOCAIRO == "YES" || $CLI == "YES" ]]; then
_conf+=( '--without-cairo' );
fi
-if [[ $SOUND == "YES" ]]; then
+if [[ $ALSA == "YES" ]]; then
_conf+=( '--with-sound=alsa' );
else
_conf+=( '--with-sound=no' );