diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-06-19 11:33:39 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-06-19 11:33:39 -0300 |
commit | 35d3377392b5d0678453096f87df70faf87f72c6 (patch) | |
tree | 5201142d5b6552bc17453d5ff4c1b27e3103bd2c /extra/ecl | |
parent | 941cea43b3f1e6ba2220be5789c06c39cc89c62b (diff) | |
parent | e96f6ac6e912185a495a99af2b0d51b73bd1d044 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/aircrack-ng/PKGBUILD
community/fceux/PKGBUILD
extra/gtk2/PKGBUILD
extra/mesa/PKGBUILD
testing/mesa/PKGBUILD
Diffstat (limited to 'extra/ecl')
-rw-r--r-- | extra/ecl/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/ecl/PKGBUILD b/extra/ecl/PKGBUILD index f902ca3fd..273331df9 100644 --- a/extra/ecl/PKGBUILD +++ b/extra/ecl/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 77589 2010-04-16 11:15:06Z juergen $ +# $Id: PKGBUILD 127540 2011-06-16 08:47:04Z juergen $ # Contributor: John Proctor <jproctor@prium.net> # Maintainer: juergen <juergen@archlinux.org> pkgname=ecl -pkgver=10.4.1 +pkgver=11.1.1 pkgrel=1 pkgdesc="Embeddable Common Lisp" arch=('i686' 'x86_64' 'mips64el') @@ -13,8 +13,8 @@ depends=('bash' 'gmp') makedepends=('texinfo') provides=('common-lisp' 'cl-asdf') options=('!makeflags') -source=(http://downloads.sourceforge.net/project/ecls/ecls/10.4/ecl-10.4.1.tar.gz) -md5sums=('be53f5e55a3f07c7cfb5fb5cd9a2a3f0') +source=(http://downloads.sourceforge.net/project/ecls/ecls/11.1/ecl-11.1.1.tar.gz) +md5sums=('6963cfa00e1c6d4a2123fd62100b02e6') build() { cd $srcdir/$pkgname-$pkgver |