Skip to content

Commit

Permalink
sqlite: Update to 3.8.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexpux committed Feb 15, 2015
1 parent e06d492 commit 9201fc1
Show file tree
Hide file tree
Showing 3 changed files with 653 additions and 1,253 deletions.
22 changes: 11 additions & 11 deletions sqlite/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,35 +3,35 @@

pkgbase="sqlite"
pkgname=('sqlite' 'libsqlite' 'libsqlite-devel' 'sqlite-doc')
_amalgamationver=3080701
_amalgamationver=3080802
_docver=${_amalgamationver}
pkgver=3.8.7.1
pkgrel=3
pkgver=3.8.8.2
pkgrel=1
pkgdesc="A C library that implements an SQL database engine"
arch=('i686' 'x86_64')
license=(PublicDomain)
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/2014/sqlite-autoconf-$_amalgamationver.tar.gz
http://www.sqlite.org/2014/sqlite-doc-${_docver}.zip
http://www.sqlite.org/2015/sqlite-autoconf-$_amalgamationver.tar.gz
http://www.sqlite.org/2015/sqlite-doc-${_docver}.zip
LICENSE
'sqlite-3.8.0.1-msys2.patch'
'sqlite3-3.8.7.1-1.src.patch'
'sqlite3-3.8.8.2-1.src.patch'
'sqlite3-cygwin-msys.patch')
options=('!libtool' '!emptydirs' '!debug' 'strip')
sha1sums=('5601be1263842209d7c5dbf6128f1cc0b6bbe2e5'
'712b4ce64317646f27a046d5850515cd710bd00a'
sha1sums=('1db237523419af7110e1d92c6b766e965f9322e4'
'a11a6ea95d3d4a88b8d7d4e0cb6fcc3e5f4bf887'
'e2aa07adae13aed713860b74165d3325a18c6792'
'f357145f11da54b3dfd9c45e594d93960af87105'
'4d7565aa6b7ce75fcdbd6f67cbfdfa05f5aea486'
'f42143b5d9c6a802de727a503b50e0bc17d20835')
'10bb572e806e93fe9bfd2e4c024415778880180c'
'69b3f261aae4990d23daa14ca0d2f0c8b53fb423')

prepare() {
cd "$srcdir"/sqlite-autoconf-$_amalgamationver

patch -p2 -i ${srcdir}/sqlite3-3.8.7.1-1.src.patch
patch -p2 -i ${srcdir}/sqlite3-3.8.8.2-1.src.patch
patch -p1 -i ${srcdir}/sqlite3-cygwin-msys.patch
patch -p1 -i ${srcdir}/sqlite-3.8.0.1-msys2.patch

Expand Down
Loading

0 comments on commit 9201fc1

Please sign in to comment.