[arch-commits] Commit in clisp/trunk (PKGBUILD)

Ionut Biru ibiru at archlinux.org
Wed Dec 2 16:19:12 UTC 2009


    Date: Wednesday, December 2, 2009 @ 11:19:12
  Author: ibiru
Revision: 60261

upgpkg: clisp 2.48-1
    update to 2.48

Modified:
  clisp/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-12-02 16:12:00 UTC (rev 60260)
+++ PKGBUILD	2009-12-02 16:19:12 UTC (rev 60261)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: Juergen Hoetzel <juergen at archlinux.org>
 pkgname=clisp
-pkgver=2.47
-pkgrel=3
+pkgver=2.48
+pkgrel=1
 pkgdesc="ANSI Common Lisp interpreter, compiler and debugger"
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -11,14 +11,11 @@
 provides=('common-lisp')
 makedepends=('ffcall')
 options=('!makeflags')
-source=(http://downloads.sourceforge.net/sourceforge/clisp/clisp-${pkgver}.tar.bz2
-        clisp-2.47-cpp.patch)
-md5sums=('8fa89bb13e865fc7c7150b82682f35af'
-         'c7b706135ca640cc088a4ecc68177d0f')
+source=(http://downloads.sourceforge.net/sourceforge/clisp/clisp-${pkgver}.tar.bz2)
+md5sums=('5e4c4f7cdcf7a1ef4196b9897c287158')
 
 build() {
   cd $srcdir/${pkgname}-${pkgver}
-  patch -Np1 -i $srcdir/clisp-2.47-cpp.patch
   unset CFLAGS CXXFLAGS
   ./configure --prefix=/usr --with-readline --with-ffcall src
   cd src




More information about the arch-commits mailing list