From a5724532453b21e0adffddf8879742ef6d735093 Mon Sep 17 00:00:00 2001 From: Cedric Girard Date: Mon, 18 Jun 2012 17:24:33 +0200 Subject: [PATCH] thunderbird-nightly: sqlite3 is now sqlite --- pkgbuild/thunderbird-nightly/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgbuild/thunderbird-nightly/PKGBUILD b/pkgbuild/thunderbird-nightly/PKGBUILD index f9ed610..5b430b6 100644 --- a/pkgbuild/thunderbird-nightly/PKGBUILD +++ b/pkgbuild/thunderbird-nightly/PKGBUILD @@ -4,12 +4,12 @@ pkgname=thunderbird-nightly pkgver=15.0a1 -pkgrel=1 +pkgrel=2 pkgdesc="Standalone Mail/News reader - Nightly build" arch=('i686' 'x86_64') license=('MPL' 'GPL' 'LGPL') url="http://www.mozilla.org/thunderbird" -depends=('alsa-lib' 'cairo' 'dbus-glib' 'desktop-file-utils' 'fontconfig' 'freetype2' 'gtk2' 'hicolor-icon-theme' 'hunspell' 'libevent' 'libjpeg' 'libmng' 'libpng' 'libvpx' 'libxt' 'mozilla-common' 'nspr' 'nss' 'shared-mime-info' 'sqlite3' 'startup-notification') +depends=('alsa-lib' 'cairo' 'dbus-glib' 'desktop-file-utils' 'fontconfig' 'freetype2' 'gtk2' 'hicolor-icon-theme' 'hunspell' 'libevent' 'libjpeg' 'libmng' 'libpng' 'libvpx' 'libxt' 'mozilla-common' 'nspr' 'nss' 'shared-mime-info' 'sqlite' 'startup-notification') optdepends=('libcanberra: for sound support') provides=("thunderbird=$pkgver") install=$pkgname.install