diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-12-12 20:13:12 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-12-12 20:15:08 -0300 |
commit | 20abdc1416a90a30db969d529d75e3e355f1890f (patch) | |
tree | fc31b8b1c9f058ac06741263e32c738b90555299 /libre/icedove | |
parent | 36a219f491aef9bbcc44694f8ed684276dcfd756 (diff) | |
download | abslibre-20abdc1416a90a30db969d529d75e3e355f1890f.tar.gz abslibre-20abdc1416a90a30db969d529d75e3e355f1890f.tar.bz2 abslibre-20abdc1416a90a30db969d529d75e3e355f1890f.zip |
icedove-1:38.4.0.deb1-2{,.nonprism1}: C++11 ABI rebuild
Diffstat (limited to 'libre/icedove')
-rw-r--r-- | libre/icedove/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/icedove/PKGBUILD b/libre/icedove/PKGBUILD index 86721d7f5..0cebb96f6 100644 --- a/libre/icedove/PKGBUILD +++ b/libre/icedove/PKGBUILD @@ -11,7 +11,7 @@ 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') |