mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 22:37:14 +08:00
sqlite3 3.8.4.1
This commit is contained in:
parent
beea079b10
commit
698e37cd82
@ -1,13 +1,13 @@
|
||||
#
|
||||
# Chakra Packages for Chakra, part of chakra-project.org
|
||||
#
|
||||
# maintainer abveritas@chakra-project.org
|
||||
# maintainer almack@chakraos.org
|
||||
|
||||
pkgbase="sqlite3"
|
||||
pkgname=('sqlite3' 'sqlite3-tcl' 'sqlite3-doc')
|
||||
_amalgamationver=3080002
|
||||
_amalgamationver=3080401
|
||||
_docver=${_amalgamationver}
|
||||
pkgver=3.8.0.2
|
||||
pkgver=3.8.4.1
|
||||
pkgrel=1
|
||||
pkgdesc="A C library that implements an SQL database engine"
|
||||
arch=('x86_64')
|
||||
@ -15,12 +15,12 @@ license=('custom:Public Domain')
|
||||
url="http://www.sqlite.org/"
|
||||
makedepends=('tcl' 'readline')
|
||||
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/2013/sqlite-autoconf-$_amalgamationver.tar.gz
|
||||
http://www.sqlite.org/2013/sqlite-doc-${_docver}.zip
|
||||
http://www.sqlite.org/2014/sqlite-autoconf-$_amalgamationver.tar.gz
|
||||
http://www.sqlite.org/2014/sqlite-doc-${_docver}.zip
|
||||
license.txt)
|
||||
options=('!libtool' '!emptydirs')
|
||||
md5sums=('6d6cc639a4da04fbbdda7b1a1a01b386'
|
||||
'3f6cdfaff621cc3575ed71c66a396b75'
|
||||
options=('!emptydirs')
|
||||
md5sums=('6b8cb7b9063a1d97f7b5dc517e8ee0c4'
|
||||
'6411ba29baeab68f253fcc27fb262f3e'
|
||||
'c1cdbc5544034d9012e421e75a5e4890')
|
||||
|
||||
build() {
|
||||
|
Loading…
Reference in New Issue
Block a user