[arch-commits] Commit in sqlite/trunk (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Sun May 20 10:16:26 UTC 2012


    Date: Sunday, May 20, 2012 @ 06:16:25
  Author: andyrtr
Revision: 159274

upgpkg: sqlite 3.7.12-2

fix replaces; FS#29589

Modified:
  sqlite/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-05-20 10:00:34 UTC (rev 159273)
+++ PKGBUILD	2012-05-20 10:16:25 UTC (rev 159274)
@@ -9,7 +9,7 @@
 _docver=${_amalgamationver}	#3070700
 #pkgver=${_amalgamationver2//0/.}
 pkgver=3.7.12
-pkgrel=1
+pkgrel=2
 pkgdesc="A C library that implements an SQL database engine"
 arch=('i686' 'x86_64')
 license=('custom')
@@ -47,7 +47,7 @@
  pkgdesc="A C library that implements an SQL database engine"
  depends=('readline')
  provides=("sqlite3=$pkgver")
- replaces=("sqlite3=$pkgver")
+ replaces=("sqlite3")
  
   cd ${srcdir}/sqlite-autoconf-$_amalgamationver
   make DESTDIR=${pkgdir} install
@@ -59,9 +59,9 @@
 package_sqlite-tcl() {
  
  pkgdesc="sqlite Tcl Extension Architecture (TEA)"
- depends=('sqlite>=3.7.5')
+ depends=('sqlite')
  provides=("sqlite3-tcl=$pkgver")
- replaces=("sqlite3-tcl=$pkgver")
+ replaces=("sqlite3-tcl")
  
   cd ${srcdir}/sqlite-autoconf-$_amalgamationver/tea
   make DESTDIR=${pkgdir} install
@@ -72,7 +72,7 @@
  pkgdesc="most of the static HTML files that comprise this website, including all of the SQL Syntax and the C/C++ interface specs and other miscellaneous documentation"
  #arch=('any') - not yet supported
  provides=("sqlite3-doc=$pkgver")
- replaces=("sqlite3-doc=$pkgver")
+ replaces=("sqlite3-doc")
  
   #cd ${srcdir}/sqlite-doc-${_amalgamationver}
   cd ${srcdir}/sqlite-doc-${_docver}




More information about the arch-commits mailing list