diff options
Diffstat (limited to 'extra/guile1.8/PKGBUILD')
-rw-r--r-- | extra/guile1.8/PKGBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/extra/guile1.8/PKGBUILD b/extra/guile1.8/PKGBUILD index 00991e313..999d0e43d 100644 --- a/extra/guile1.8/PKGBUILD +++ b/extra/guile1.8/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 188080 2013-06-08 11:18:25Z bpiotrowski $ +# $Id: PKGBUILD 198090 2013-10-30 12:44:33Z allan $ # Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl> pkgname=guile1.8 @@ -10,7 +10,6 @@ arch=('i686' 'x86_64') license=('GPL') depends=('gmp' 'libltdl' 'ncurses>=5.7' 'texinfo') source=(ftp://ftp.gnu.org/pub/gnu/guile/guile-$pkgver.tar.gz) -options=('!libtool') md5sums=('18661a8fdfef13e2fcb7651720aa53f3') build() { |