summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStefan Husmann2016-11-19 20:32:27 +0100
committerStefan Husmann2016-11-19 20:32:27 +0100
commit72c1be270b4bc03463f5014b9626ec6f86b08fb4 (patch)
tree6ad97f0cef3953904a8b650f5e0c143a1887f77c /PKGBUILD
parent1d636e0895f27c56565638d919756c4514a6b2f8 (diff)
downloadaur-72c1be270b4bc03463f5014b9626ec6f86b08fb4.tar.gz
conflicts to guile4emacs now
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c5f25eadcc66..4822ea0e81b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
pkgname=guile-git
_gitname=guile
-pkgver=2.1.4.87.gfcb4348
+pkgver=2.1.4.93.g1e92511
pkgrel=1
pkgdesc="A portable, embeddable Scheme implementation (Git snapshot)"
arch=('i686' 'x86_64')
license=('GPL')
makedepends=('git')
optdepends=('texinfo: for using texinfo scheme sources')
-provides=('guile')
depends=('gc' 'libtool' 'libffi' 'libunistring' 'gmp' 'readline')
provides=('guile')
+conflicts=('guile4emacs')
options=('!strip' '!makeflags' 'libtool')
source=("git://git.sv.gnu.org/$_gitname.git")
url="http://www.gnu.org/software/guile/"