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

Andreas Radke andyrtr at nymeria.archlinux.org
Mon Nov 4 13:38:50 UTC 2013


    Date: Monday, November 4, 2013 @ 14:38:50
  Author: andyrtr
Revision: 198779

upgpkg: dovecot 2.2.7-1

upstream update 2.2.7

Modified:
  dovecot/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-11-04 11:24:01 UTC (rev 198778)
+++ PKGBUILD	2013-11-04 13:38:50 UTC (rev 198779)
@@ -8,15 +8,15 @@
 # --->>> remember to rebuild/bump pigeonhole in one step <<<---
 
 pkgname=dovecot
-pkgver=2.2.6
+pkgver=2.2.7
 pkgrel=1
 pkgdesc="An IMAP and POP3 server written with security primarily in mind"
 arch=('i686' 'x86_64')
 url="http://dovecot.org/"
 license=("LGPL")
-depends=('krb5' 'openssl' 'sqlite>=3.7.5' 'libmariadbclient'
-        'postgresql-libs>=9.0.3' 'bzip2' 'expat' 'curl')
-makedepends=('pam>=1.1.1' 'libcap>=2.19' 'libldap>=2.4.22' 'clucene')
+depends=('krb5' 'openssl' 'sqlite' 'libmariadbclient'
+        'postgresql-libs' 'bzip2' 'expat' 'curl')
+makedepends=('pam' 'libcap' 'libldap' 'clucene')
 optdepends=('libldap: ldap plugin'
            'clucene: alternative FTS indexer')
 provides=('imap-server' 'pop3-server')
@@ -23,12 +23,12 @@
 install=$pkgname.install
 source=(http://dovecot.org/releases/2.2/${pkgname}-${pkgver}.tar.gz{,.sig}
         dovecot.tmpfilesd)
-md5sums=('db65988ef2e6889dd8b49c132b21fc8f'
+md5sums=('d2c7c83acc21f3dcab652868d40522e0'
          'SKIP'
          '342a28251d40f983c98c0d1f1bf3d07d')
 
 build() {
-  cd ${srcdir}/$pkgname-$pkgver
+  cd $pkgname-$pkgver
 
   # fix build with recent clucene (FC)
 #  sed -i '/DEFAULT_INCLUDES *=/s|$| '"$(pkg-config --cflags libclucene-core)|" src/plugins/fts-lucene/Makefile.in
@@ -62,12 +62,12 @@
 }
 
 check() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   make -k check
 }
 
 package() {
-  cd ${srcdir}/$pkgname-$pkgver
+  cd $pkgname-$pkgver
   make DESTDIR=${pkgdir} install
 
   # install example conf files and ssl.conf




More information about the arch-commits mailing list