diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2018-02-06 21:07:38 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2018-02-06 21:07:56 +0100 |
commit | f59469be93f98093b2eb523dae406bd96de2f232 (patch) | |
tree | 7713c884ca4da35d1d1a441c8f6234a54412baf1 /libre/icedove | |
parent | 47887739e7422f29334e4b7e632814c82e3a4df4 (diff) | |
download | abslibre-f59469be93f98093b2eb523dae406bd96de2f232.tar.gz abslibre-f59469be93f98093b2eb523dae406bd96de2f232.tar.bz2 abslibre-f59469be93f98093b2eb523dae406bd96de2f232.zip |
libre/icedove: bumped pkgrel and rebuilt
Diffstat (limited to 'libre/icedove')
-rw-r--r-- | libre/icedove/PKGBUILD | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/libre/icedove/PKGBUILD b/libre/icedove/PKGBUILD index e2eeb878c..0535a100b 100644 --- a/libre/icedove/PKGBUILD +++ b/libre/icedove/PKGBUILD @@ -13,14 +13,14 @@ # parabola changes and rationale: # - rebranded to icedove # - added makedepends: quilt mozilla-searchplugins python2-blessings -# - added replaces, conflicts, provides: thunderbird +# - added replaces, conflicts: thunderbird # - disabled tests, they break in an environment without network access. _pkgname=thunderbird pkgname=icedove epoch=1 pkgver=52.6.0 -pkgrel=1 +pkgrel=2 _bver=52.1 _brel=1 pkgdesc="Libre standalone mail and news reader based on Mozilla Thunderbird" @@ -29,15 +29,11 @@ license=(MPL GPL LGPL) url="https://wiki.parabola.nu/$pkgname" depends=(gtk3 gtk2 mozilla-common libxt startup-notification mime-types dbus-glib alsa-lib ffmpeg nss hunspell sqlite ttf-font icu libvpx) -depends_x86_64=("icu>=60" "icu<61") -depends_i686=("icu>=60" "icu<61") -depends_armv7h=("icu>=60" "icu<61") makedepends=(unzip zip diffutils python2 yasm mesa imake gconf libpulse inetutils xorg-server-xvfb autoconf2.13 rust clang llvm quilt mozilla-searchplugins python2-blessings) optdepends=('libcanberra: sound support') -replaces=("$_oldname") -conflicts=("$_oldname") -provides=("$_oldname") +replaces=("$_pkgname") +conflicts=("$_pkgname") options=(!emptydirs !makeflags) source=(https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$pkgver/source/thunderbird-$pkgver.source.tar.xz 0001-Bug-1338655-Don-t-try-to-build-mp4parse-bindings.-r-.patch |