[arch-commits] CVS update of arch/build/lib/sqlite3 (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Tue May 1 21:03:40 UTC 2007


    Date: Tuesday, May 1, 2007 @ 17:03:40
  Author: andyrtr
    Path: /home/cvs-arch/arch/build/lib/sqlite3

Modified: PKGBUILD (1.27 -> 1.28)

updatepkg 3.3.17


----------+
 PKGBUILD |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)


Index: arch/build/lib/sqlite3/PKGBUILD
diff -u arch/build/lib/sqlite3/PKGBUILD:1.27 arch/build/lib/sqlite3/PKGBUILD:1.28
--- arch/build/lib/sqlite3/PKGBUILD:1.27	Mon Apr  9 16:01:27 2007
+++ arch/build/lib/sqlite3/PKGBUILD	Tue May  1 17:03:40 2007
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD,v 1.27 2007/04/09 20:01:27 andyrtr Exp $
+# $Id: PKGBUILD,v 1.28 2007/05/01 21:03:40 andyrtr Exp $
 # Maintainer: Judd <jvinet at zeroflux.org>
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 pkgname=sqlite3
-pkgver=3.3.15
+pkgver=3.3.17
 pkgrel=1
 pkgdesc="A C library that implements an SQL database engine"
 arch=(i686 x86_64)
@@ -11,13 +11,12 @@
 conflicts=('sqlite')
 replaces=('sqlite')
 source=(http://www.sqlite.org/sqlite-$pkgver.tar.gz)
-md5sums=('e2127324bf0d487f162d2d972c157388')
+options=(nolibtool)
+md5sums=('549eac1ee0b6ff4615f16e0ef0eb68fb')
 
 build() {
   cd $startdir/src/sqlite-$pkgver
   ./configure --prefix=/usr --enable-threadsafe
   make || return 1
   make DESTDIR=$startdir/pkg install
-  # remove .la files
-  find $startdir/pkg -name "*.la" -exec rm {} \;
 }




More information about the arch-commits mailing list