diff options
author | André Fabian Silva Delgado <andre@pc-01.localdomain> | 2012-05-22 20:32:03 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <andre@pc-01.localdomain> | 2012-05-22 20:32:03 -0300 |
commit | 7c94c2fcff3bcee745c4120c02fe56dc6fc0b465 (patch) | |
tree | 9c3e62839ec98aa4438c8b6f8137e38b284f095c /libre | |
parent | 399ccedda1523cd21a01f20574c70ab48438705a (diff) |
icedove-libre-11.0.1-1: fixing pkgver
Diffstat (limited to 'libre')
-rw-r--r-- | libre/icedove-libre/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/icedove-libre/PKGBUILD b/libre/icedove-libre/PKGBUILD index ddf93e4f2..6bd50cd47 100644 --- a/libre/icedove-libre/PKGBUILD +++ b/libre/icedove-libre/PKGBUILD @@ -10,8 +10,8 @@ debfile() { echo $@|sed -r 's@(.).*@\1/&/&@'; } _pkgname=${_debname} pkgname=${_debname}-libre -pkgver=${_debver} -pkgrel=4 +pkgver=${_debver}.${_debrel} +pkgrel=1 pkgdesc="A libre version of Debian Icedove, the Standalone Mail/News reader based on Mozilla Thunderbird." arch=('i586' 'i686' 'x86_64' 'mips64el') license=('GPL2' 'MPL' 'LGPL') |