mirror of
https://gitdl.cn/https://github.com/chakralinux/lib32.git
synced 2025-01-24 01:42:15 +08:00
update lib32-sqlite3
This commit is contained in:
parent
1886ba09da
commit
7c3aa428b2
@ -5,8 +5,9 @@
|
||||
|
||||
_pkgbasename=sqlite3
|
||||
pkgname=lib32-sqlite3
|
||||
_amalgamationver=3071100
|
||||
pkgver=3.7.11
|
||||
_amalgamationver=3071502
|
||||
_amalgamationver2=${_amalgamationver/00/}
|
||||
pkgver=3.7.15.2
|
||||
pkgrel=1
|
||||
pkgdesc="A C library that implements an SQL database engine (32-bit)"
|
||||
arch=('x86_64')
|
||||
@ -16,7 +17,7 @@ depends=(lib32-glibc $_pkgbasename=$pkgver)
|
||||
makedepends=('tcl' 'gcc-multilib' 'lib32-readline')
|
||||
source=(http://www.sqlite.org/sqlite-src-${_amalgamationver}.zip)
|
||||
options=(!libtool)
|
||||
md5sums=('73e2340ca2682ae914168d99c1f26e66')
|
||||
md5sums=('02629f8624398c0c321a0d9fa813b28e')
|
||||
|
||||
build() {
|
||||
export CC="gcc -m32"
|
||||
|
Loading…
Reference in New Issue
Block a user