[arch-commits] Commit in sqlite/trunk (PKGBUILD)
andyrtr at archlinux.org
andyrtr at archlinux.org
Fri Oct 5 11:17:46 UTC 2012
Date: Friday, October 5, 2012 @ 07:17:46
Author: andyrtr
Revision: 168021
upgpkg: sqlite 3.7.14.1-1
upstream update 3.7.14.1
Modified:
sqlite/trunk/PKGBUILD
----------+
PKGBUILD | 12 +++++-------
1 file changed, 5 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2012-10-05 10:53:35 UTC (rev 168020)
+++ PKGBUILD 2012-10-05 11:17:46 UTC (rev 168021)
@@ -4,11 +4,10 @@
pkgbase="sqlite"
pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc')
-_amalgamationver=3071400
-_amalgamationver2=${_amalgamationver/00/}
-_docver=${_amalgamationver} #3070700
-#pkgver=${_amalgamationver2//0/.}
-pkgver=3.7.14
+_amalgamationver=3071401
+#_docver=${_amalgamationver}
+_docver=3071400
+pkgver=3.7.14.1
pkgrel=1
pkgdesc="A C library that implements an SQL database engine"
arch=('i686' 'x86_64')
@@ -17,11 +16,10 @@
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/sqlite-autoconf-$_amalgamationver.tar.gz
- #http://www.sqlite.org/sqlite-doc-${_amalgamationver}.zip
http://www.sqlite.org/sqlite-doc-${_docver}.zip
license.txt)
options=('!libtool' '!emptydirs')
-md5sums=('6464d429b1396a8db35864e791673b65'
+md5sums=('4cf3fd434bbb6e50777019ff3507bfa5'
'5eaeaa2d0aef3b2c980aa784846fd562'
'c1cdbc5544034d9012e421e75a5e4890')
More information about the arch-commits
mailing list