[arch-commits] Commit in sbcl/trunk (PKGBUILD)
Kevin Piche
kevin at archlinux.org
Wed Jul 16 03:06:51 UTC 2008
Date: Tuesday, July 15, 2008 @ 23:06:51
Author: kevin
Revision: 5455
upgpkg: sbcl 1.0.18-1
Updated to 1.0.18. May fix FS#9740
Modified:
sbcl/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2008-07-16 02:44:24 UTC (rev 5454)
+++ PKGBUILD 2008-07-16 03:06:51 UTC (rev 5455)
@@ -3,7 +3,7 @@
# Maintainer: Kevin Piche <kevin at archlinux.org>
pkgname=sbcl
-pkgver=1.0.15
+pkgver=1.0.18
pkgrel=1
pkgdesc="Steel Bank Common Lisp"
arch=(i686 x86_64)
@@ -11,10 +11,10 @@
depends=('glibc')
[ "$CARCH" = "i686" ] && makedepends=('cmucl')
[ "$CARCH" = "x86_64" ] && makedepends=('sbcl')
-source=("http://switch.dl.sourceforge.net/sourceforge/sbcl/${pkgname}-${pkgver}-source.tar.bz2" \
+source=("http://dl.sourceforge.net/sourceforge/sbcl/${pkgname}-${pkgver}-source.tar.bz2" \
"sbcl-default-sbcl-home.patch")
url="http://www.sbcl.org/"
-md5sums=('d3d95ae10684a3cfc59e427ec533ee68' '053ef3ab65501635406134382df17278')
+md5sums=('6ae3ff8c676afd582388daa2b7259314' '053ef3ab65501635406134382df17278')
build() {
cd ${startdir}/src/${pkgname}-${pkgver}
More information about the arch-commits
mailing list