summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df1330ecef02..7d4afc3d1eb9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = emacs-lucid
pkgdesc = The extensible, customizable, self-documenting real-time display editor (Lucid toolkit version)
pkgver = 25.1
- pkgrel = 5
+ pkgrel = 6
url = http://www.gnu.org/software/emacs/emacs.html
arch = i686
arch = x86_64
@@ -10,13 +10,13 @@ pkgbase = emacs-lucid
depends = gpm
depends = m17n-lib
depends = hicolor-icon-theme
- depends = desktop-file-utils
+ depends = dbus
depends = alsa-lib
depends = imagemagick
depends = gnutls
depends = libxrandr
depends = libxinerama
- provides = emacs
+ provides = emacs=25
conflicts = emacs
source = ftp://ftp.gnu.org/gnu/emacs/emacs-25.1.tar.xz
source = ftp://ftp.gnu.org/gnu/emacs/emacs-25.1.tar.xz.sig
diff --git a/PKGBUILD b/PKGBUILD
index aae3a7b0bb53..51e90daaae09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,14 +6,14 @@
pkgname=emacs-lucid
pkgver=25.1
-pkgrel=5
+pkgrel=6
pkgdesc="The extensible, customizable, self-documenting real-time display editor (Lucid toolkit version)"
arch=('i686' 'x86_64')
url="http://www.gnu.org/software/emacs/emacs.html"
license=('GPL3')
-depends=('librsvg' 'gpm' 'm17n-lib' 'hicolor-icon-theme' 'desktop-file-utils' 'alsa-lib' 'imagemagick' 'gnutls' 'libxrandr' 'libxinerama')
+depends=('librsvg' 'gpm' 'm17n-lib' 'hicolor-icon-theme' 'dbus' 'alsa-lib' 'imagemagick' 'gnutls' 'libxrandr' 'libxinerama')
conflicts=('emacs')
-provides=('emacs')
+provides=('emacs=25')
validpgpkeys=('B29426DEFB07724C3C35E5D36592E9A3A0B0F199'
'28D3BED851FDF3AB57FEF93C233587A47C207910')
source=(ftp://ftp.gnu.org/gnu/emacs/emacs-$pkgver.tar.xz{,.sig})