[arch-commits] Commit in emacs/trunk (PKGBUILD)

Frederik Schwan freswa at gemini.archlinux.org
Wed Apr 27 14:54:58 UTC 2022


    Date: Wednesday, April 27, 2022 @ 14:54:58
  Author: freswa
Revision: 444113

add gpm as deps for emacs-nox

Modified:
  emacs/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-27 13:57:25 UTC (rev 444112)
+++ PKGBUILD	2022-04-27 14:54:58 UTC (rev 444113)
@@ -6,7 +6,7 @@
 pkgbase=emacs
 pkgname=(emacs emacs-nativecomp emacs-nox)
 pkgver=28.1
-pkgrel=5
+pkgrel=6
 arch=('x86_64')
 url='https://www.gnu.org/software/emacs/emacs.html'
 license=('GPL3')
@@ -91,7 +91,7 @@
 
 package_emacs-nox() {
   pkgdesc='The extensible, customizable, self-documenting real-time display editor without X11 support'
-  depends=(dbus glib2 gnutls jansson libxml2 ncurses perl)
+  depends=(dbus glib2 gnutls gpm jansson libxml2 ncurses perl)
   provides=(emacs)
   conflicts=(emacs)
 



More information about the arch-commits mailing list