diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-07-09 20:52:21 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-07-09 20:52:21 -0300 |
commit | aabab2c530c33c1beb40ac3dacb95e19ab99eac3 (patch) | |
tree | 1417c10b601a05725676a727a25901a32e7fd94c /community/balsa/PKGBUILD | |
parent | 3357db80ffa8a795fb5cdad0fc726470887706b0 (diff) | |
parent | d1e588afc2779754c0abd1122ecf4f8e3c863d7a (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
extra/cinepaint/PKGBUILD
extra/cmake/PKGBUILD
extra/fltk/PKGBUILD
extra/foomatic/PKGBUILD
extra/kdegraphics/PKGBUILD
extra/kdelibs/PKGBUILD
extra/kdepim-runtime/PKGBUILD
extra/kdepim/PKGBUILD
extra/libxi/PKGBUILD
extra/monica/PKGBUILD
extra/rasqal/PKGBUILD
extra/soprano/PKGBUILD
multilib/wine/PKGBUILD
testing/mesa/PKGBUILD
Diffstat (limited to 'community/balsa/PKGBUILD')
-rw-r--r-- | community/balsa/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/balsa/PKGBUILD b/community/balsa/PKGBUILD index a3b91bee5..da1d77a3f 100644 --- a/community/balsa/PKGBUILD +++ b/community/balsa/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 48556 2011-06-02 02:30:07Z bfanella $ +# $Id: PKGBUILD 51383 2011-07-08 03:41:33Z bfanella $ # Maintainer : Ionut Biru <ibiru@archlinux.org> # Maintainer: Brad Fanella <bradfanella@archlinux.us> # Contributor: Roman Kyrylych <roman@archlinux.org> pkgname=balsa -pkgver=2.4.9 -pkgrel=4 +pkgver=2.4.10 +pkgrel=1 pkgdesc="An e-mail client for GNOME" arch=('i686' 'x86_64' 'mips64el') license=('GPL') @@ -14,7 +14,7 @@ depends=('gmime' 'libwebkit' 'libesmtp' 'libnotify' 'gpgme' 'gtksourceview2' 'gt makedepends=('perlxml' 'gnome-doc-utils' 'intltool' 'namcap') install=balsa.install source=(http://pawsa.fedorapeople.org/${pkgname}/${pkgname}-${pkgver}.tar.bz2) -md5sums=('bd7ac44f0cf3117a5fdb46d17dac2b51') +md5sums=('fa2b7cb9d248912ac2e3dcc08cd6aa5b') build() { cd ${srcdir}/${pkgname}-${pkgver} |