sqlite: Update to upstream release
This commit is contained in:
@@ -2,11 +2,10 @@
|
||||
|
||||
pkgbase="sqlite"
|
||||
pkgname=('sqlite' 'libsqlite' 'libsqlite-devel' 'sqlite-doc')
|
||||
_amalgamationver=3080200
|
||||
_amalgamationver=3080300
|
||||
_docver=${_amalgamationver}
|
||||
#_docver=3080001
|
||||
pkgver=3.8.3
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="A C library that implements an SQL database engine"
|
||||
arch=('i686' 'x86_64')
|
||||
license=('custom:Public Domain')
|
||||
@@ -14,24 +13,24 @@ url="http://www.sqlite.org/"
|
||||
depends=('libreadline' 'icu' 'zlib')
|
||||
makedepends=('libreadline-devel' 'icu-devel' 'zlib-devel')
|
||||
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
|
||||
http://www.sqlite.org/2014/sqlite-autoconf-$_amalgamationver.tar.gz
|
||||
http://www.sqlite.org/2014/sqlite-doc-${_docver}.zip
|
||||
license.txt
|
||||
'sqlite-3.8.0.1-msys2.patch'
|
||||
'sqlite3-3.8.3-1.src.patch'
|
||||
'sqlite3-3.8.3-2.src.patch'
|
||||
'sqlite-3.8.3-cygwin-need-_XOPEN_SORCE.patch')
|
||||
options=('!libtool' '!emptydirs')
|
||||
sha1sums=('6033ef603ce221d367c665477514d972ef1dc90e'
|
||||
'b9cbd42d08b8c1ce96656a6b111e918bb515b605'
|
||||
sha1sums=('c2a21d71d0c7dc3af71cf90f04dfd22ecfb280c2'
|
||||
'199c977b948d3e6b9b0b165cb661275e0856d38e'
|
||||
'f34f6daa4ab3073d74e774aad21d66878cf26853'
|
||||
'0810721cc17128498f99863c185753e06a95ad79'
|
||||
'a6ffdd697078d6621be8a1fbb6d938f67f799a41'
|
||||
'408ba072efcd069c657bdfa498524fba6ebb559d'
|
||||
'2ff3db98562a0a5c556ed6d0125de878466a9554')
|
||||
|
||||
prepare() {
|
||||
cd "$srcdir"/sqlite-autoconf-$_amalgamationver
|
||||
|
||||
patch -p2 -i ${srcdir}/sqlite3-3.8.3-1.src.patch
|
||||
patch -p2 -i ${srcdir}/sqlite3-3.8.3-2.src.patch
|
||||
patch -p1 -i ${srcdir}/sqlite-3.8.3-cygwin-need-_XOPEN_SORCE.patch
|
||||
patch -p1 -i ${srcdir}/sqlite-3.8.0.1-msys2.patch
|
||||
autoreconf -fi
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
3238
sqlite/sqlite3-3.8.3-2.src.patch
Normal file
3238
sqlite/sqlite3-3.8.3-2.src.patch
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user