start of core update sqlite3/unixodbc

This commit is contained in:
abveritas 2012-05-08 17:11:59 +00:00
parent 4af77f5163
commit 16dd24073e

View File

@ -1,15 +1,14 @@
# #
# Chakra Packages for Chakra, part of chakra-project.org # Chakra Packages for Chakra, part of chakra-project.org
# #
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org> # maintainer abveritas@chakra-project.org
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
pkgbase="sqlite3" pkgbase="sqlite3"
pkgname=('sqlite3' 'sqlite3-tcl' 'sqlite3-doc') pkgname=('sqlite3' 'sqlite3-tcl' 'sqlite3-doc')
_amalgamationver=3070900 _amalgamationver=3071100
_amalgamationver2=${_amalgamationver/00/} _amalgamationver2=${_amalgamationver/00/}
_docver=${_amalgamationver} #3070700 _docver=${_amalgamationver} #3070700
pkgver=${_amalgamationver2//0/.} pkgver=3.7.11
pkgrel=1 pkgrel=1
pkgdesc="A C library that implements an SQL database engine" pkgdesc="A C library that implements an SQL database engine"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
@ -22,8 +21,8 @@ source=( # tarball containing the amalgamation for SQLite 3.7.5 together with a
http://www.sqlite.org/sqlite-doc-${_docver}.zip http://www.sqlite.org/sqlite-doc-${_docver}.zip
license.txt) license.txt)
options=('!libtool' '!emptydirs') options=('!libtool' '!emptydirs')
md5sums=('dce303524736fe89a76b8ed29d566352' md5sums=('0552d71bda98ebdcaea305cd6058221b'
'c48c231dd43d3b74f1d00c36424d87f4' 'c1fb48beff33612b2c7f5ae6ab17a601'
'c1cdbc5544034d9012e421e75a5e4890') 'c1cdbc5544034d9012e421e75a5e4890')
build() { build() {