summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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