summaryrefslogtreecommitdiff
path: root/libre/sqlite3-libre/PKGBUILD
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <andre@pc-01.localdomain>2012-04-01 18:57:39 -0300
committerAndré Fabian Silva Delgado <andre@pc-01.localdomain>2012-04-01 18:57:39 -0300
commita361ea7b37426fc868822aad30ffc4006659f9a5 (patch)
tree4c8bcb217b5a60d0e9276e1c0c6cd06800b81310 /libre/sqlite3-libre/PKGBUILD
parent84fa7ef387a1afd296a76a07cc13e3cf60136bda (diff)
libre/sqlite3-libre
Diffstat (limited to 'libre/sqlite3-libre/PKGBUILD')
-rw-r--r--libre/sqlite3-libre/PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/libre/sqlite3-libre/PKGBUILD b/libre/sqlite3-libre/PKGBUILD
index 97a36e1ce..569538fbf 100644
--- a/libre/sqlite3-libre/PKGBUILD
+++ b/libre/sqlite3-libre/PKGBUILD
@@ -8,7 +8,7 @@ _amalgamationver=3071100
_amalgamationver2=${_amalgamationver/00/}
#pkgver=${_amalgamationver2//0/.}
pkgver=3.7.11
-pkgrel=1
+pkgrel=1.1
pkgdesc="A C library that implements an SQL database engine"
arch=('i686' 'x86_64' 'mips64el')
license=('custom')
@@ -42,8 +42,9 @@ package_sqlite3() {
pkgdesc="A C library that implements an SQL database engine"
depends=('readline>=6.0.00')
- conflicts=('sqlite')
- replaces=('sqlite')
+ conflicts=('sqlite' 'sqlite3')
+ replaces=('sqlite' 'sqlite3')
+ provides=("sqlite3=$pkgver")
cd ${srcdir}/sqlite-autoconf-$_amalgamationver
make DESTDIR=${pkgdir} install