summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Husmann2016-11-16 20:04:33 +0100
committerStefan Husmann2016-11-16 20:04:33 +0100
commit328dd003b07fae532a268c87119e6b6f2b46ded4 (patch)
tree4c0f0b3ecccd359f17095af0635716dd5882333c
parent9b16d517030068a11fe3a20c800d80df1b1e8694 (diff)
downloadaur-328dd003b07fae532a268c87119e6b6f2b46ded4.tar.gz
fix (make-)dependencies
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD7
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a44bfd0d429..dbedff0770ab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,22 +1,23 @@
pkgbase = guile-emacs-git
pkgdesc = branch of GNU Emacs that replaces Emacs' own EmacsLisp engine with that of Guile.
pkgver = 116892.41120e0
- pkgrel = 4
+ pkgrel = 5
url = http://www.emacswiki.org/emacs/GuileEmacs
arch = i686
arch = x86_64
license = GPL3
makedepends = git
- depends = librsvg
+ makedepends = clang
+ makedepends = gconf
depends = guile4emacs-git
- depends = giflib
depends = gtk3
depends = alsa-lib
depends = imagemagick
- depends = gconf
depends = gpm
depends = m17n-lib
depends = desktop-file-utils
+ depends = gc
+ depends = gnutls
provides = emacs
provides = ctags
conflicts = emacs
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')