summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStefan Husmann2016-11-16 20:04:33 +0100
committerStefan Husmann2016-11-16 20:04:33 +0100
commit328dd003b07fae532a268c87119e6b6f2b46ded4 (patch)
tree4c0f0b3ecccd359f17095af0635716dd5882333c /PKGBUILD
parent9b16d517030068a11fe3a20c800d80df1b1e8694 (diff)
downloadaur-328dd003b07fae532a268c87119e6b6f2b46ded4.tar.gz
fix (make-)dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6592e1621463..7a7e12ca9976 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=guile-emacs-git
pkgver=116892.41120e0
-pkgrel=4
+pkgrel=5
pkgdesc="branch of GNU Emacs that replaces Emacs' own EmacsLisp engine with that of Guile."
arch=('i686' 'x86_64')
url="http://www.emacswiki.org/emacs/GuileEmacs"
license=('GPL3')
-depends=('librsvg' 'guile4emacs-git' 'giflib' 'gtk3' 'alsa-lib' 'imagemagick' 'gconf' 'gpm' 'm17n-lib' 'desktop-file-utils')
-makedepends=('git')
+depends=('guile4emacs-git' 'gtk3' 'alsa-lib' 'imagemagick' 'gpm'
+ 'm17n-lib' 'desktop-file-utils' 'gc' 'gnutls')
+makedepends=('git' 'clang' 'gconf')
conflicts=('emacs' 'ctags')
provides=('emacs' 'ctags')
options=('!strip' '!makeflags')