summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPedro A. López-Valencia2018-02-20 10:59:21 -0500
committerPedro A. López-Valencia2018-02-20 10:59:21 -0500
commitf2096a5a9303b10ef78777e0d86b2c8b57e2d4ad (patch)
tree711e327f3d60602f71a98d59d04fb604b7eec7c3 /PKGBUILD
parent249d0bd3bd387f0f97bf8d89fbf5198f1733428b (diff)
downloadaur-f2096a5a9303b10ef78777e0d86b2c8b57e2d4ad.tar.gz
Trim depends with namcap.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9eabb5e1a441..ce1e53b4273c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,12 @@
pkgname=emacs-pretest
_pkgname=emacs
pkgver=26.0.91
-pkgrel=2
+pkgrel=3
pkgdesc="The extensible, customizable, self-documenting real-time display editor -- pretest version"
arch=('x86_64')
url="http://www.gnu.org/software/emacs/emacs.html"
license=('GPL3')
-depends=('librsvg' 'gpm' 'giflib' 'libxpm' 'libotf' 'm17n-lib' 'gtk3' 'hicolor-icon-theme' 'dconf' 'desktop-file-utils' 'alsa-lib' 'libmagick6' 'gnutls')
+depends=('gpm' 'm17n-lib' 'gtk3' 'libmagick6' 'gnutls')
provides=('emacs')
conflicts=('emacs')
source=(https://alpha.gnu.org/gnu/emacs/pretest/$_pkgname-$pkgver.tar.xz{,.sig})