[arch-commits] Commit in libetpan/repos (extra-x86_64 extra-x86_64/PKGBUILD)

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


    Date: Saturday, October 4, 2008 @ 06:42:10
  Author: andyrtr
Revision: 14146

Merged revisions 14144 via svnmerge from 
svn+ssh://svn.archlinux.org/home/svn-packages/libetpan/trunk

........
  r14144 | andyrtr | 2008-10-04 10:41:24 +0000 (Sa, 04 Okt 2008) | 1 line
  
  upgpkg: libetpan 0.56-1
........

Modified:
  libetpan/repos/extra-x86_64/	(properties)
  libetpan/repos/extra-x86_64/PKGBUILD

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


Property changes on: libetpan/repos/extra-x86_64
___________________________________________________________________
Name: svnmerge-integrated
   - /libetpan/trunk:1-3771
   + /libetpan/trunk:1-14144

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2008-10-04 10:41:56 UTC (rev 14145)
+++ extra-x86_64/PKGBUILD	2008-10-04 10:42:10 UTC (rev 14146)
@@ -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