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

Andreas Radke andyrtr at archlinux.org
Sat Nov 1 08:32:49 UTC 2014


    Date: Saturday, November 1, 2014 @ 09:32:49
  Author: andyrtr
Revision: 225533

upgpkg: libetpan 1.6-1

upstream update 1.6

Modified:
  libetpan/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-11-01 04:17:37 UTC (rev 225532)
+++ PKGBUILD	2014-11-01 08:32:49 UTC (rev 225533)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke <andyrtr at archlinux.org>
 
 pkgname=libetpan
-pkgver=1.5
+pkgver=1.6
 pkgrel=1
 pkgdesc="A portable middleware for email access"
 arch=('i686' 'x86_64')
@@ -10,20 +10,22 @@
 license=("custom:etpan")
 depends=('libsasl' 'curl' 'expat')
 source=(https://github.com/dinhviethoa/${pkgname}/archive/${pkgver}.tar.gz)
-md5sums=('f5a0ae8071937b31d0facc1f2d874ead')
+md5sums=('1158c4ce291876c2b7bb003cd4b3566e')
 
 build() {
   cd ${pkgname}-${pkgver}
   
   # generate automake files that are not included in the tarball
-  libtoolize --force --copy
-  aclocal -I m4
-  autoheader
-  autoconf
-  automake --add-missing --foreign --force --copy
+#  libtoolize --force --copy
+#  aclocal -I m4
+#  autoheader
+#  autoconf
+#  automake --add-missing --foreign --force --copy
   #autoreconf -vfi
 
-  ./configure --prefix=/usr \
+  #./configure --prefix=/usr \
+  
+  ./autogen.sh --prefix=/usr \
     --disable-static \
     --disable-db
   make



More information about the arch-commits mailing list