summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Kamm2023-06-17 16:48:25 -0700
committerJack Kamm2023-06-17 16:48:25 -0700
commitf564bb111afcedd5e26b7f561616e9abdd9fd9e1 (patch)
tree9ad1682e2c60527696570c7472f8a55d3446e459
parent8c044a1fea9ee174b39cbcea4b056ab8481395b0 (diff)
downloadaur-f564bb111afcedd5e26b7f561616e9abdd9fd9e1.tar.gz
Remove dependency desktop-file-utils
It is not needed anymore, and was also removed from extra/emacs in recent years
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2917347c2ca5..9c4b8abf0fd3 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 = 28.2
- pkgrel = 4
+ pkgrel = 5
url = http://www.gnu.org/software/emacs/emacs.html
arch = x86_64
license = GPL3
@@ -41,7 +41,6 @@ pkgbase = emacs-lucid
depends = m17n-lib
depends = xaw3d
depends = zlib
- optdepends = desktop-file-utils
provides = emacs=28
conflicts = emacs
source = ftp://ftp.gnu.org/gnu/emacs/emacs-28.2.tar.xz
diff --git a/PKGBUILD b/PKGBUILD
index 0c65063ce732..68ee21e34e2f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
pkgname=emacs-lucid
pkgver=28.2
_pkgver_major=${pkgver/.*}
-pkgrel=4
+pkgrel=5
pkgdesc="The extensible, customizable, self-documenting real-time display editor (Lucid toolkit version)"
arch=('x86_64')
url="http://www.gnu.org/software/emacs/emacs.html"
@@ -51,7 +51,6 @@ depends=(
xaw3d
zlib
)
-optdepends=(desktop-file-utils)
conflicts=(emacs)
provides=("emacs=$_pkgver_major")
validpgpkeys=('17E90D521672C04631B1183EE78DAE0F3115E06B' # Eli Zaretskii <eliz@gnu.org>