From 1b860c377e9aa8161de47a0297e0d466f5ffc02c Mon Sep 17 00:00:00 2001 From: AlmAck Date: Thu, 19 Sep 2013 21:57:21 +0000 Subject: [PATCH] sqlite3 3.7.17 --- sqlite3/PKGBUILD | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/sqlite3/PKGBUILD b/sqlite3/PKGBUILD index 39bd65a9a..7f4b8854b 100644 --- a/sqlite3/PKGBUILD +++ b/sqlite3/PKGBUILD @@ -5,23 +5,22 @@ pkgbase="sqlite3" pkgname=('sqlite3' 'sqlite3-tcl' 'sqlite3-doc') -_amalgamationver=3071502 -_amalgamationver2=${_amalgamationver/00/} -_docver=3071502 -pkgver=3.7.15.2 +_amalgamationver=3071700 +_docver=${_amalgamationver} +pkgver=3.7.17 pkgrel=1 pkgdesc="A C library that implements an SQL database engine" arch=('x86_64') -license=('custom') +license=('custom:Public Domain') url="http://www.sqlite.org/" -makedepends=('tcl' 'readline>=6.0.00') -source=( # tarball containing the amalgamation for SQLite 3.7.5 together with a configure script and makefile for building it; includes now also the Tcl Extension Architecture (TEA) - http://www.sqlite.org/sqlite-autoconf-$_amalgamationver.tar.gz - http://www.sqlite.org/sqlite-doc-${_docver}.zip +makedepends=('tcl' 'readline') +source=( # tarball containing the amalgamation for SQLite >= 3.7.5 together with a configure script and makefile for building it; includes now also the Tcl Extension Architecture (TEA) + http://www.sqlite.org/2013/sqlite-autoconf-$_amalgamationver.tar.gz + http://www.sqlite.org/2013/sqlite-doc-${_docver}.zip license.txt) options=('!libtool' '!emptydirs') -md5sums=('bcb0ab0b5b30116b2531cfeef3c861b4' - '159594c17290291fbbb47ee190b180f9' +md5sums=('18c285053e9562b848209cb0ee16d4ab' + 'f8a99a3db44c9564b32fc47eca6d8cf0' 'c1cdbc5544034d9012e421e75a5e4890') build() { @@ -44,7 +43,7 @@ build() { package_sqlite3() { pkgdesc="A C library that implements an SQL database engine" - depends=('readline>=6.0.00') + depends=('readline') conflicts=('sqlite') replaces=('sqlite') @@ -62,6 +61,10 @@ package_sqlite3-tcl() { cd ${srcdir}/sqlite-autoconf-$_amalgamationver/tea make DESTDIR=${pkgdir} install + + # link license + install -m755 -d ${pkgdir}/usr/share/licenses + ln -sf /usr/share/licenses/${pkgbase} "${pkgdir}/usr/share/licenses/${pkgname}" } package_sqlite3-doc() {