summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlejandro López-Valencia2018-06-13 14:53:19 -0500
committerAlejandro López-Valencia2018-06-13 14:53:19 -0500
commite34b07fd2510930ae60edb75a27d8bf911a5cb4b (patch)
treef0a3d52dab5bf58a4569c18075f76ee4826f03e4 /PKGBUILD
parent692bbb26278fbb0765ead45b250574fc82784735 (diff)
downloadaur-e34b07fd2510930ae60edb75a27d8bf911a5cb4b.tar.gz
Even more typo fixing.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 58a7b548b7c0..ab7c80a1f088 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -72,8 +72,8 @@ if [[ BRANCH = "emacs-26" ]]; then
else
pkgname=emacs-git
fi
-pkgver=27.0.50.133337
-pkgrel=2
+pkgver=27.0.50.133353
+pkgrel=1
pkgdesc="GNU Emacs. Development."
arch=('x86_64') # Arch Linux only. Users of derivatives are on their own.
url="http://www.gnu.org/software/emacs/"
@@ -99,7 +99,7 @@ fi
if [[ $NOTKIT = "YES" ]]; then
depends+=( 'dbus' 'hicolor-icon-theme' 'libxinerama' 'libxrandr' 'lcms2' 'librsvg' );
elif [[ $LUCID = "YES" ]]; then
- depends+=( 'dbus hicolor-icon-theme' 'libxinerama' 'libxfixes' 'lcms2' 'librsvg' 'xaw3d' );
+ depends+=( 'dbus' 'hicolor-icon-theme' 'libxinerama' 'libxfixes' 'lcms2' 'librsvg' 'xaw3d' );
elif [[ $GTK2 = "YES" ]]; then
depends+=( 'gtk2' );
else