[arch-commits] Commit in sylpheed/trunk (PKGBUILD)

Eric Bélanger eric at archlinux.org
Mon Jul 5 00:38:58 UTC 2010


    Date: Sunday, July 4, 2010 @ 20:38:58
  Author: eric
Revision: 84866

upgpkg: sylpheed 3.0.3-1
Upstream update

Modified:
  sylpheed/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-07-05 00:04:20 UTC (rev 84865)
+++ PKGBUILD	2010-07-05 00:38:58 UTC (rev 84866)
@@ -4,7 +4,7 @@
 # Contributor: dorphell <dorphell at archlinux.org>
 
 pkgname=sylpheed
-pkgver=3.0.2
+pkgver=3.0.3
 pkgrel=1
 pkgdesc="Lightweight and user-friendly e-mail client"
 arch=('i686' 'x86_64')
@@ -14,17 +14,16 @@
 makedepends=('compface' 'openssl')
 options=('libtool')
 source=(http://sylpheed.sraoss.jp/${pkgname}/v3.0/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('2ee330c737b02418d8692bd193f8b176')
+md5sums=('c69e5787868c7a8b5fe74cc24ffca189')
+sha1sums=('bf635432c8d735b8327895af9c2311ee75aec621')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr \
-              --enable-ldap || return 1
-  make || return 1
+  ./configure --prefix=/usr --enable-ldap
+  make
 }
 
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install || return 1
+  make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list