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

andyrtr at archlinux.org andyrtr at archlinux.org
Sat Oct 4 10:41:25 UTC 2008


    Date: Saturday, October 4, 2008 @ 06:41:24
  Author: andyrtr
Revision: 14144

upgpkg: libetpan 0.56-1

Modified:
  libetpan/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-10-04 10:40:46 UTC (rev 14143)
+++ PKGBUILD	2008-10-04 10:41:24 UTC (rev 14144)
@@ -1,23 +1,23 @@
 # $Id$
-# Maintainer: tobias <tobias at archlinux.org>
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
 
 pkgname=libetpan
-pkgver=0.54
-pkgrel=3
+pkgver=0.56
+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-6' 'curl>=7.18.2-1' 'expat>=2.0.1-1')
+depends=('db>=4.7' 'libsasl>=2.1.22-7' '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')
+md5sums=('3f0c0ca0c45c0bd78070c066ae53d417')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
   # Fix detection of DB version
   sed -e 's/db-4.4/db-4.7/g' -i configure
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --disable-static
   make || return 1
   make DESTDIR=${startdir}/pkg install
   install -Dm644 COPYRIGHT ${startdir}/pkg/usr/share/licenses/$pkgname/license.txt




More information about the arch-commits mailing list