diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-12-21 13:07:59 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-12-21 13:07:59 +0100 |
commit | bdbfa57a41a969fbdf5a636adb2f8ff355d74263 (patch) | |
tree | 13ae3d40385bf4f944e6b78f239bb186f33d8ecf /extra/sqlite | |
parent | 24ac25bb11036f62ff8c578c4d3e3dba5f3dbcef (diff) | |
parent | ebf350f32a8352abbd1bb4a8a49ed750bb23f285 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
core/gmp/PKGBUILD
extra/sqlite/PKGBUILD
Diffstat (limited to 'extra/sqlite')
-rw-r--r-- | extra/sqlite/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/sqlite/PKGBUILD b/extra/sqlite/PKGBUILD index 2108aed7c..9b78639f9 100644 --- a/extra/sqlite/PKGBUILD +++ b/extra/sqlite/PKGBUILD @@ -1,13 +1,13 @@ -# $Id: PKGBUILD 173255 2012-12-16 18:09:24Z andyrtr $ +# $Id: PKGBUILD 173669 2012-12-20 16:11:37Z andyrtr $ # Maintainer: Andreas Radke <andyrtr@archlinux.org> # Contributor: Tom Newsom <Jeepster@gmx.co.uk> pkgbase="sqlite" pkgname=('sqlite' 'sqlite-tcl') -_amalgamationver=3071500 +_amalgamationver=3071501 #_docver=${_amalgamationver} -_docver=3071500 -pkgver=3.7.15 +_docver=3071501 +pkgver=3.7.15.1 pkgrel=1 pkgdesc="A C library that implements an SQL database engine" arch=('i686' 'x86_64' 'mips64el') @@ -18,7 +18,7 @@ source=( # tarball containing the amalgamation for SQLite >= 3.7.5 together with http://www.sqlite.org/sqlite-autoconf-$_amalgamationver.tar.gz license.txt) options=('!libtool' '!emptydirs') -md5sums=('0d2a2d27b56ac73d49db76dcb6b4619c' +md5sums=('a67c25afa199a11f0a37aff7ed9d2c14' 'c1cdbc5544034d9012e421e75a5e4890') build() { |