diff options
author | Alejandro López-Valencia | 2018-06-11 10:42:34 -0500 |
---|---|---|
committer | Alejandro López-Valencia | 2018-06-11 10:42:34 -0500 |
commit | 692bbb26278fbb0765ead45b250574fc82784735 (patch) | |
tree | a98d7e630451e085aa5ae52b0d7562768d18cd0c /PKGBUILD | |
parent | 51ac5209d50d37ee647ab9df25ce9b00815c2725 (diff) | |
download | aur-692bbb26278fbb0765ead45b250574fc82784735.tar.gz |
More typos fixed.
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |