summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro López-Valencia2018-01-24 16:51:02 -0500
committerAlejandro López-Valencia2018-01-24 16:51:02 -0500
commitd480d89c92fbae76a1bf0864c5db1fb254287b1f (patch)
treec73a3dfbc3736d7a1649e7838f4b3947350c7453
parent663c1e29ae83f9dba14b4e9b1ea2abffe996409d (diff)
downloadaur-d480d89c92fbae76a1bf0864c5db1fb254287b1f.tar.gz
Nothing like finding a presbitic typo.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3be990a2b493..cc90e2d51a33 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = emacs-git
pkgdesc = GNU Emacs. Development.
- pkgver = 27.0.50.131882
+ pkgver = 27.0.50.131888
pkgrel = 1
url = http://www.gnu.org/software/emacs/
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 9cbfef245097..d08f06839305 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -72,7 +72,7 @@ if [[ BRANCH = "emacs-26" ]]; then
else
pkgname=emacs-git
fi
-pkgver=27.0.50.131882
+pkgver=27.0.50.131888
pkgrel=1
pkgdesc="GNU Emacs. Development."
arch=('x86_64') # Arch Linux only. Users of derivatives are on their own.
@@ -97,9 +97,9 @@ if [[ $LTO = "yes" ]]; then
fi
if [[ $NOTKIT = "YES" ]]; then
- depends+=( 'dbus high-color-icon-theme' 'libxinearama' 'libxrandr' 'lcms2' 'librsvg' );
+ depends+=( 'dbus high-color-icon-theme' 'libxinerama' 'libxrandr' 'lcms2' 'librsvg' );
elif [[ $LUCID = "YES" ]]; then
- depends+=( 'dbus high-color-icon-theme' 'libxinearama' 'libfixes' 'lcms2' 'librsvg' 'xaw3d' );
+ depends+=( 'dbus high-color-icon-theme' 'libxinerama' 'libfixes' 'lcms2' 'librsvg' 'xaw3d' );
elif [[ $GTK2 = "YES" ]]; then
depends+=( 'gtk2' );
else