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

andyrtr at archlinux.org andyrtr at archlinux.org
Mon Jun 30 21:09:42 UTC 2008


    Date: Monday, June 30, 2008 @ 17:09:42
  Author: andyrtr
Revision: 3771

upgpkg: libetpan 0.54-3

Modified:
  libetpan/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-06-30 21:00:58 UTC (rev 3770)
+++ PKGBUILD	2008-06-30 21:09:42 UTC (rev 3771)
@@ -3,12 +3,12 @@
 
 pkgname=libetpan
 pkgver=0.54
-pkgrel=2
+pkgrel=3
 pkgdesc="a portable middleware for email access"
 arch=(i686 x86_64)
 url="http://www.etpan.org/"
 license=("custom:etpan")
-depends=('db>=4.6' 'libsasl' 'curl' 'expat')
+depends=('db>=4.7' 'libsasl>=2.1.22-6' 'curl>=7.18.2-1' 'expat>=2.0.1-1')
 options=('!libtool')
 source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
 md5sums=('0214de45b1b92277fbfc6c9a00af5316')
@@ -16,7 +16,7 @@
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
   # Fix detection of DB version
-  sed -e 's/db-4.4/db-4.6/g' -i configure
+  sed -e 's/db-4.4/db-4.7/g' -i configure
   ./configure --prefix=/usr
   make || return 1
   make DESTDIR=${startdir}/pkg install





More information about the arch-commits mailing list