summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a6dec2d85b9..701b20c05e30 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = emacs28-git
pkgdesc = emacs-28 release branch
pkgver = 28.0.91.151127
- pkgrel = 1
+ pkgrel = 2
url = http://www.gnu.org/software/emacs/
install = emacs28-git.install
arch = x86_64
@@ -17,6 +17,7 @@ pkgbase = emacs28-git
depends = libxpm
depends = libjpeg-turbo
depends = giflib
+ depends = alsa-lib
depends = cairo
provides = emacs
provides = emacs-nox
diff --git a/PKGBUILD b/PKGBUILD
index 11745d4792ac..c6b40afb07bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -46,7 +46,7 @@ LUCID= # Use the lucid, a.k.a athena, toolkit. Like XEmacs, sorta.
# for some tips on using outline fonts with
# Xft, if you choose no toolkit or Lucid.
#
-ALSA= # Linux sound support.
+ALSA=YES # Linux sound support.
NOCAIRO= # Disable here.
XWIDGETS= # Use GTK+ widgets pulled from webkit2gtk. Usable.
DOCS_HTML= # Generate and install html documentation.
@@ -61,7 +61,7 @@ else
pkgname=emacs28-git
fi
pkgver=28.0.91.151127
-pkgrel=1
+pkgrel=2
pkgdesc='emacs-28 release branch'
arch=(x86_64)
url=http://www.gnu.org/software/emacs/