summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro López-Valencia2018-06-11 10:42:34 -0500
committerAlejandro López-Valencia2018-06-11 10:42:34 -0500
commit692bbb26278fbb0765ead45b250574fc82784735 (patch)
treea98d7e630451e085aa5ae52b0d7562768d18cd0c
parent51ac5209d50d37ee647ab9df25ce9b00815c2725 (diff)
downloadaur-692bbb26278fbb0765ead45b250574fc82784735.tar.gz
More typos fixed.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 142c2f9169ce..2dc9ca046208 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = emacs-git
pkgdesc = GNU Emacs. Development.
pkgver = 27.0.50.133337
- pkgrel = 1
+ pkgrel = 2
url = http://www.gnu.org/software/emacs/
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 432c819c0841..58a7b548b7c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -73,7 +73,7 @@ else
pkgname=emacs-git
fi
pkgver=27.0.50.133337
-pkgrel=1
+pkgrel=2
pkgdesc="GNU Emacs. Development."
arch=('x86_64') # Arch Linux only. Users of derivatives are on their own.
url="http://www.gnu.org/software/emacs/"
@@ -97,9 +97,9 @@ if [[ $LTO = "yes" ]]; then
fi
if [[ $NOTKIT = "YES" ]]; then
- depends+=( 'dbus' 'high-color-icon-theme' 'libxinerama' 'libxrandr' 'lcms2' 'librsvg' );
+ depends+=( 'dbus' 'hicolor-icon-theme' 'libxinerama' 'libxrandr' 'lcms2' 'librsvg' );
elif [[ $LUCID = "YES" ]]; then
- depends+=( 'dbus high-color-icon-theme' 'libxinerama' 'libfixes' 'lcms2' 'librsvg' 'xaw3d' );
+ depends+=( 'dbus hicolor-icon-theme' 'libxinerama' 'libxfixes' 'lcms2' 'librsvg' 'xaw3d' );
elif [[ $GTK2 = "YES" ]]; then
depends+=( 'gtk2' );
else