diff options
-rw-r--r-- | libre/sqlite3-libre/PKGBUILD | 7 |
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 |