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

andyrtr at archlinux.org andyrtr at archlinux.org
Fri Jul 3 20:46:05 UTC 2009


    Date: Friday, July 3, 2009 @ 16:46:05
  Author: andyrtr
Revision: 44748

upgpkg: libetpan 0.58-1
    new version 0.58

Modified:
  libetpan/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-07-03 20:42:50 UTC (rev 44747)
+++ PKGBUILD	2009-07-03 20:46:05 UTC (rev 44748)
@@ -2,21 +2,21 @@
 # Maintainer: Andreas Radke <andyrtr at archlinux.org>
 
 pkgname=libetpan
-pkgver=0.57
+pkgver=0.58
 pkgrel=1
 pkgdesc="a portable middleware for email access"
 arch=(i686 x86_64)
 url="http://www.etpan.org/"
 license=("custom:etpan")
-depends=('db>=4.7' 'libsasl>=2.1.22-7' 'curl>=7.18.2-1' 'expat>=2.0.1-1')
+depends=('db>=4.7' '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=('8ce8c6c071e81884a475b12b7f9a9cc0')
+md5sums=('bf20b5c0548f06b94bc588afdf5b3436')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
   # Fix detection of DB version
-  sed -e 's/db-4.4/db-4.7/g' -i configure
+  sed -e 's/db-4.4/db-4.7/g' -i configure || return 1
   ./configure --prefix=/usr --disable-static
   make || return 1
   make DESTDIR=${startdir}/pkg install




More information about the arch-commits mailing list