diff options
author | André Fabian Silva Delgado <andre@pc-01.localdomain> | 2012-05-10 17:52:35 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <andre@pc-01.localdomain> | 2012-05-10 17:52:35 -0300 |
commit | 68c79cb957282ff776218f3e97584fa2ade9dbf7 (patch) | |
tree | 77ff4d8be80b5b29eff81588893bec4cc9ad496e /libre | |
parent | 7d48f8cf09d0a81713ac1b71e3ebb4dbbfe9c5b0 (diff) | |
download | abslibre-68c79cb957282ff776218f3e97584fa2ade9dbf7.tar.gz abslibre-68c79cb957282ff776218f3e97584fa2ade9dbf7.tar.bz2 abslibre-68c79cb957282ff776218f3e97584fa2ade9dbf7.zip |
icedove-libre-11.0-3: fixing sqlite3 to sqlite
Diffstat (limited to 'libre')
-rw-r--r-- | libre/icedove-libre/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/icedove-libre/PKGBUILD b/libre/icedove-libre/PKGBUILD index 4a448caad..d86333871 100644 --- a/libre/icedove-libre/PKGBUILD +++ b/libre/icedove-libre/PKGBUILD @@ -16,7 +16,7 @@ pkgdesc="A libre version of Debian Icedove, the Standalone Mail/News reader base arch=('i586' 'i686' 'x86_64' 'mips64el') license=('GPL2' 'MPL' 'LGPL') url="http://packages.debian.org/source/experimental/${_pkgname}" -depends=('alsa-lib' 'dbus-glib' 'desktop-file-utils' 'gtk2' 'hicolor-icon-theme' 'hunspell' 'libevent' 'libnotify' 'libvpx' 'libxt' 'mime-types' 'mozilla-common' 'nss' 'sqlite3' 'startup-notification') +depends=('alsa-lib' 'dbus-glib' 'desktop-file-utils' 'gtk2' 'hicolor-icon-theme' 'hunspell' 'libevent' 'libnotify' 'libvpx' 'libxt' 'mime-types' 'mozilla-common' 'nss' 'sqlite' 'startup-notification') makedepends=('unzip-libre' 'zip' 'pkg-config' 'python2' 'wireless_tools' 'yasm' 'mesa' 'autoconf2.13' 'quilt') optdepends=('libcanberra: for sound support') replaces=('thunderbird') |