mirror of
https://gitdl.cn/https://github.com/chakralinux/lib32.git
synced 2025-02-03 04:47:16 +08:00
Updated sqlite to 3.7.9
This commit is contained in:
parent
0d3911d0b6
commit
ec9dd1f984
@ -5,9 +5,9 @@
|
||||
|
||||
_pkgbasename=sqlite3
|
||||
pkgname=lib32-sqlite3
|
||||
_amalgamationver=3070500
|
||||
pkgver=3.7.5
|
||||
pkgrel=2
|
||||
_amalgamationver=3070900
|
||||
pkgver=3.7.9
|
||||
pkgrel=1
|
||||
pkgdesc="A C library that implements an SQL database engine (32-bit)"
|
||||
arch=('x86_64')
|
||||
license=('custom')
|
||||
@ -16,7 +16,7 @@ depends=(lib32-glibc $_pkgbasename)
|
||||
makedepends=('tcl' 'gcc-multilib' 'lib32-readline')
|
||||
source=(http://www.sqlite.org/sqlite-src-${_amalgamationver}.zip)
|
||||
options=(!libtool)
|
||||
md5sums=('d61d784997d42cd0d92bac7994094c56')
|
||||
md5sums=('b2646c5a0c0b5bc6b8f0b67fc318bab3')
|
||||
|
||||
build() {
|
||||
export CC="gcc -m32"
|
||||
|
Loading…
Reference in New Issue
Block a user