diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-11-15 11:17:39 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-11-15 11:17:39 +0100 |
commit | 909d51774dfc3c94aeaaeb799daaa546c566a492 (patch) | |
tree | 9d19f46f986fe91b8598b617a8dc0a66bf349e7f /extra/sbcl/PKGBUILD | |
parent | dc7c61e8e22503f4f45bc2f57dc0542a8bc1ea30 (diff) | |
parent | 2264379d37a6a00a3ecec1fd03c5dd4796078d49 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/esdl/PKGBUILD
community/gpg-crypter/PKGBUILD
extra/claws-mail-extra-plugins/PKGBUILD
extra/maxima/PKGBUILD
social/tokyocabinet/PKGBUILD
Diffstat (limited to 'extra/sbcl/PKGBUILD')
-rw-r--r-- | extra/sbcl/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/sbcl/PKGBUILD b/extra/sbcl/PKGBUILD index 367b49064..42019011a 100644 --- a/extra/sbcl/PKGBUILD +++ b/extra/sbcl/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 168308 2012-10-08 09:08:03Z juergen $ +# $Id: PKGBUILD 170982 2012-11-14 13:51:56Z juergen $ # Contributor: John Proctor <jproctor@prium.net> # Contributor: Daniel White <daniel@whitehouse.id.au> # Maintainer: Juergen Hoetzel <juergen@archlinux.org> # Contributor: Leslie Polzer (skypher) pkgname=sbcl -pkgver=1.1.0 +pkgver=1.1.1 pkgrel=1 pkgdesc="Steel Bank Common Lisp" url="http://www.sbcl.org/" @@ -19,7 +19,7 @@ makedepends=('clisp' 'texinfo') install=sbcl.install source=("http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2" "arch-fixes.lisp") -md5sums=('7390495ce158eac45002c028ed8c149b' +md5sums=('1f000ca9d83072b2712d6cdfca7b41de' '7ac0c1936547f4278198b8bf7725204d') build() { |