diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-11-12 12:05:37 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-11-12 12:05:37 -0500 |
commit | e1e3dcc49a7dd26406bab34b5107ab28cdd744a1 (patch) | |
tree | ed2b5008640c61e1bd93ed822bf4fc5f1d09f8bc /libre | |
parent | 7ce28deedb39ae293b23d9289dcbfe86e375f425 (diff) | |
download | abslibre-e1e3dcc49a7dd26406bab34b5107ab28cdd744a1.tar.gz abslibre-e1e3dcc49a7dd26406bab34b5107ab28cdd744a1.tar.bz2 abslibre-e1e3dcc49a7dd26406bab34b5107ab28cdd744a1.zip |
icedove-1:38.3.0.deb2-2: libvpx 1.5.0 rebuild
Diffstat (limited to 'libre')
-rw-r--r-- | libre/icedove/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/icedove/PKGBUILD b/libre/icedove/PKGBUILD index 7395727dd..b3a7cb714 100644 --- a/libre/icedove/PKGBUILD +++ b/libre/icedove/PKGBUILD @@ -11,14 +11,14 @@ debfile() { echo $@|sed -r 's@(.).*@\1/&/&@'; } pkgname=${_debname} epoch=1 pkgver=${_debver}.${_debrel} -pkgrel=1 +pkgrel=2 pkgdesc="A libre version of Debian Icedove, the standalone mail/news reader based on Mozilla Thunderbird." arch=('i686' 'x86_64') license=('MPL' 'GPL' 'LGPL') url="http://packages.debian.org/sid/${pkgname}" depends=('gtk2' 'mozilla-common' 'libxt' 'startup-notification' 'mime-types' 'dbus-glib' 'alsa-lib' 'desktop-file-utils' 'hicolor-icon-theme' - 'libvpx=1.4.0' 'icu=56.1' 'libevent' 'nss' 'hunspell' 'sqlite' 'mozilla-searchplugins') + 'libvpx=1.5.0' 'icu=56.1' 'libevent' 'nss' 'hunspell' 'sqlite' 'mozilla-searchplugins') makedepends=('unzip' 'zip' 'python2' 'wireless_tools' 'yasm' 'mesa' 'libpulse' 'pkg-config' 'autoconf2.13' 'quilt' 'jquery-ui') optdepends=('libcanberra: for sound support') |