mirror of
https://gitdl.cn/https://github.com/chakralinux/lib32.git
synced 2025-02-03 09:27:16 +08:00
lib32-sqlite3: update to 3.8.10.1
This commit is contained in:
parent
01e487f656
commit
76beea5880
@ -1,11 +1,7 @@
|
||||
# Lib32 Packages for Chakra, part of chakra-project.org
|
||||
#
|
||||
# maintainer (x86_64): Giuseppe Calà <jiveaxe@gmail.com>
|
||||
|
||||
_pkgbasename=sqlite3
|
||||
pkgname=lib32-sqlite3
|
||||
_amalgamationver=3080900
|
||||
pkgver=3.8.9
|
||||
_amalgamationver=3081001
|
||||
pkgver=3.8.10.1
|
||||
pkgrel=1
|
||||
pkgdesc="A C library that implements an SQL database engine (32-bit)"
|
||||
arch=('x86_64')
|
||||
@ -13,8 +9,9 @@ license=('custom')
|
||||
url="http://www.sqlite.org/"
|
||||
depends=('lib32-glibc' $_pkgbasename=$pkgver)
|
||||
makedepends=('tcl' 'gcc-multilib' 'lib32-readline')
|
||||
options=('!makeflags')
|
||||
source=(http://www.sqlite.org/2015/sqlite-autoconf-${_amalgamationver}.tar.gz)
|
||||
sha1sums=('db70dee268700b312cbaa5b3e5cf8454e1c8b7b9')
|
||||
sha1sums=('86bfed5752783fb24c051f3efac5972ce11023f0')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}/sqlite-autoconf-${_amalgamationver}
|
||||
|
Loading…
Reference in New Issue
Block a user