diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-12-17 19:04:50 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-12-17 19:04:50 +0100 |
commit | 3d22f733b8dc59e91161978ea9e60ebf7551aa98 (patch) | |
tree | 60785ea7c4c6c6f93eb49c0ac7e45feecb852172 /extra/sqlite | |
parent | 0e419b3bf8abe456c265cc1cd395129f50dde6f9 (diff) | |
parent | bfa298276aad0011c7ac64738d521600e76c3628 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/luajit/PKGBUILD
extra/sqlite/PKGBUILD
extra/xorg-server/PKGBUILD
Diffstat (limited to 'extra/sqlite')
-rw-r--r-- | extra/sqlite/PKGBUILD | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/extra/sqlite/PKGBUILD b/extra/sqlite/PKGBUILD index 537b4b933..2108aed7c 100644 --- a/extra/sqlite/PKGBUILD +++ b/extra/sqlite/PKGBUILD @@ -1,13 +1,13 @@ -# $Id: PKGBUILD 168022 2012-10-05 11:18:25Z andyrtr $ +# $Id: PKGBUILD 173255 2012-12-16 18:09:24Z andyrtr $ # Maintainer: Andreas Radke <andyrtr@archlinux.org> # Contributor: Tom Newsom <Jeepster@gmx.co.uk> pkgbase="sqlite" pkgname=('sqlite' 'sqlite-tcl') -_amalgamationver=3071401 +_amalgamationver=3071500 #_docver=${_amalgamationver} -_docver=3071400 -pkgver=3.7.14.1 +_docver=3071500 +pkgver=3.7.15 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=('4cf3fd434bbb6e50777019ff3507bfa5' +md5sums=('0d2a2d27b56ac73d49db76dcb6b4619c' 'c1cdbc5544034d9012e421e75a5e4890') build() { @@ -62,4 +62,3 @@ package_sqlite-tcl() { cd ${srcdir}/sqlite-autoconf-$_amalgamationver/tea make DESTDIR=${pkgdir} install } - |