[arch-commits] Commit in balsa/trunk (PKGBUILD balsa.changelog)

Jaroslav Lichtblau jlichtblau at archlinux.org
Tue Dec 20 17:35:23 UTC 2016


    Date: Tuesday, December 20, 2016 @ 17:35:22
  Author: jlichtblau
Revision: 200513

upgpkg: balsa 2.5.3-1 - new upstream release

Modified:
  balsa/trunk/PKGBUILD
  balsa/trunk/balsa.changelog

-----------------+
 PKGBUILD        |   12 +++++++-----
 balsa.changelog |    3 +++
 2 files changed, 10 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-20 17:28:36 UTC (rev 200512)
+++ PKGBUILD	2016-12-20 17:35:22 UTC (rev 200513)
@@ -5,21 +5,23 @@
 # Contributor: Roman Kyrylych <roman at archlinux.org>
 
 pkgname=balsa
-pkgver=2.5.2
-pkgrel=3
+pkgver=2.5.3
+pkgrel=1
 pkgdesc="An e-mail client for GNOME"
 arch=('i686' 'x86_64')
 url='http://pawsa.fedorapeople.org/balsa/'
 license=('GPL')
-depends=('gmime' 'webkitgtk' 'libesmtp' 'libnotify' 'gpgme' 'gtksourceview3' 'gtkspell3' 'desktop-file-utils')
+depends=('gmime' 'webkit2gtk' 'webkitgtk' 'libesmtp' 'libnotify'
+         'gpgme' 'gtksourceview3' 'gtkspell3' 'desktop-file-utils')
 makedepends=('yelp-tools' 'intltool')
 changelog=$pkgname.changelog
-source=(http://pawsa.fedorapeople.org/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('01218dd8cb2c052c2d221d96e4ef5e277271befb2b50bbf4913223913214d21d')
+source=(https://git.gnome.org/browse/$pkgname/snapshot/$pkgname-$pkgver.tar.xz)
+sha256sums=('47c1cfa20ca8e8a58e8ca5fc6951c4c5048590031798c8b204a2eba0119ad1d2')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver
 
+  ./autogen.sh
   ./configure --prefix=/usr \
       --sysconfdir=/etc \
       --localstatedir=/var \

Modified: balsa.changelog
===================================================================
--- balsa.changelog	2016-12-20 17:28:36 UTC (rev 200512)
+++ balsa.changelog	2016-12-20 17:35:22 UTC (rev 200513)
@@ -1,3 +1,6 @@
+2016-12-20 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* balsa 2.5.3-1
+
 2016-04-29 Jaroslav Lichtblau <svetlemodry at archlinux.org>
 	* balsa 2.5.2-3 pacman hooks rebuild
 



More information about the arch-commits mailing list