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

Jaroslav Lichtblau jlichtblau at archlinux.org
Sat Jul 11 12:00:09 UTC 2015


    Date: Saturday, July 11, 2015 @ 14:00:08
  Author: jlichtblau
Revision: 136695

upgpkg: balsa 2.5.2-1 - new upstream release

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

-----------------+
 PKGBUILD        |   46 +++++++++++++++++++++++-----------------------
 balsa.changelog |    5 ++++-
 2 files changed, 27 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-07-11 10:13:29 UTC (rev 136694)
+++ PKGBUILD	2015-07-11 12:00:08 UTC (rev 136695)
@@ -1,12 +1,12 @@
 # $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
 # Contributor: Ionut Biru <ibiru at archlinux.org>
 # Contributor: Brad Fanella <bradfanella at archlinux.us>
 # Contributor: Roman Kyrylych <roman at archlinux.org>
 
 pkgname=balsa
-pkgver=2.5.1
-pkgrel=2
+pkgver=2.5.2
+pkgrel=1
 pkgdesc="An e-mail client for GNOME"
 arch=('i686' 'x86_64')
 url='http://pawsa.fedorapeople.org/balsa/'
@@ -16,30 +16,30 @@
 install=$pkgname.install
 changelog=$pkgname.changelog
 source=(http://pawsa.fedorapeople.org/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('52ce445dca86eb42e2e402a5b76616a1a522b89acbb631215079022ef80a7a10')
+sha256sums=('01218dd8cb2c052c2d221d96e4ef5e277271befb2b50bbf4913223913214d21d')
 
 build() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
+  cd "${srcdir}"/$pkgname-$pkgver
 
-    ./configure --prefix=/usr \
-        --sysconfdir=/etc \
-        --localstatedir=/var \
-        --with-ssl \
-        --with-gpgme=gpgme-config \
-        --with-gss \
-        --with-ldap \
-        --with-gtksourceview \
-        --with-gtkspell \
-        --with-rubrica \
-        --with-sqlite \
-        --without-nm \
-        --without-gnome \
-        --with-html-widget=webkit
-    make
+  ./configure --prefix=/usr \
+      --sysconfdir=/etc \
+      --localstatedir=/var \
+      --with-ssl \
+      --with-gpgme=gpgme-config \
+      --with-gss \
+      --with-ldap \
+      --with-gtksourceview \
+      --with-gtkspell \
+      --with-rubrica \
+      --with-sqlite \
+      --without-nm \
+      --without-gnome \
+      --with-html-widget=webkit
+  make
 }
 
 package() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    
-    make GTK_UPDATE_ICON_CACHE=/bin/true DESTDIR="${pkgdir}" install
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make GTK_UPDATE_ICON_CACHE=/bin/true DESTDIR="${pkgdir}" install
 }

Modified: balsa.changelog
===================================================================
--- balsa.changelog	2015-07-11 10:13:29 UTC (rev 136694)
+++ balsa.changelog	2015-07-11 12:00:08 UTC (rev 136695)
@@ -1,2 +1,5 @@
-2013-05-18 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+2015-07-11 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* balsa 2.5.2-1
+
+2013-05-18 Jaroslav Lichtblau <svetlemodry at archlinux.org>
 	* balsa 2.5.1-1



More information about the arch-commits mailing list