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

Allan McRae allan at archlinux.org
Fri Oct 22 00:32:22 UTC 2010


    Date: Thursday, October 21, 2010 @ 20:32:21
  Author: allan
Revision: 96521

upgpkg: libetpan 1.0-2
db-5.1 rebuild

Modified:
  libetpan/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-10-22 00:23:57 UTC (rev 96520)
+++ PKGBUILD	2010-10-22 00:32:21 UTC (rev 96521)
@@ -3,12 +3,12 @@
 
 pkgname=libetpan
 pkgver=1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A portable middleware for email access"
 arch=('i686' 'x86_64')
 url="http://www.etpan.org/"
 license=("custom:etpan")
-depends=('db>=4.8' 'libsasl>=2.1.23' 'curl>=7.19.5' 'expat>=2.0.1-1')
+depends=('db>=5.1' 'libsasl>=2.1.23' 'curl>=7.19.5' 'expat>=2.0.1-1')
 options=('!libtool')
 source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
 md5sums=('5addc766141a0b1d29ee1ca4ba1b6808')
@@ -16,7 +16,7 @@
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr --disable-static
-  make || return 1
+  make
 }
 
 package() {




More information about the arch-commits mailing list