summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 327bb75cec18..17fd0f523535 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sat Jun 11 23:31:15 UTC 2016
pkgbase = guile-git
pkgdesc = A portable, embeddable Scheme implementation (Git snapshot)
- pkgver = 2.1.2.198.gbe6194e
+ pkgver = 2.1.2.200.g7142005
pkgrel = 1
url = http://www.gnu.org/software/guile/
arch = i686
@@ -14,6 +12,7 @@ pkgbase = guile-git
depends = libffi
depends = libunistring
depends = gmp
+ depends = readline
optdepends = texinfo: for using texinfo scheme sources
provides = guile
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index d5cec7c7b08b..7b0689bfcc63 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=guile-git
_gitname=guile
-pkgver=2.1.2.198.gbe6194e
+pkgver=2.1.2.200.g7142005
pkgrel=1
pkgdesc="A portable, embeddable Scheme implementation (Git snapshot)"
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ license=('GPL')
makedepends=('git')
optdepends=('texinfo: for using texinfo scheme sources')
provides=('guile')
-depends=('gc' 'libtool' 'libffi' 'libunistring' 'gmp')
+depends=('gc' 'libtool' 'libffi' 'libunistring' 'gmp' 'readline')
provides=('guile')
options=('!strip' '!makeflags' 'libtool')
source=("git://git.sv.gnu.org/$_gitname.git")