[arch-commits] CVS update of arch/build/daemons/exim (PKGBUILD)

Tobias Powalowski tpowa at archlinux.org
Wed May 9 16:14:39 UTC 2007


    Date: Wednesday, May 9, 2007 @ 12:14:39
  Author: tpowa
    Path: /home/cvs-arch/arch/build/daemons/exim

Modified: PKGBUILD (1.75 -> 1.76)

'upgpkg: update to new version'


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


Index: arch/build/daemons/exim/PKGBUILD
diff -u arch/build/daemons/exim/PKGBUILD:1.75 arch/build/daemons/exim/PKGBUILD:1.76
--- arch/build/daemons/exim/PKGBUILD:1.75	Fri Mar 16 12:05:48 2007
+++ arch/build/daemons/exim/PKGBUILD	Wed May  9 12:14:39 2007
@@ -1,11 +1,12 @@
-# $Id: PKGBUILD,v 1.75 2007/03/16 16:05:48 tpowa Exp $
+# $Id: PKGBUILD,v 1.76 2007/05/09 16:14:39 tpowa Exp $
 # Maintainer: judd <jvinet at zeroflux.org>
 pkgname=exim
-pkgver=4.66
-pkgrel=2
+pkgver=4.67
+pkgrel=1
 pkgdesc="A Message Transfer Agent"
 arch=(i686 x86_64)
 url="http://www.exim.org/"
+license=('GPL')
 backup=(etc/mail/aliases etc/mail/exim.conf \
         etc/logrotate.d/exim etc/conf.d/exim)
 install=exim.install
@@ -13,13 +14,16 @@
 provides=('smtp-server')
 conflicts=('smtp-server')
 source=(ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim4/exim-$pkgver.tar.bz2 aliases newaliases exim exim.logrotate exim.conf.d)
-md5sums=('01288e44919d8abdde5a7bd2c200449b' '4874006f0585253ddab027d441009757'\
-         'ea39f58bffc16f5e3bbe59dffcf09449' 'b01c5f057bac2da61b4513281865d92f'\
-         'd788c26f86a9d72a0aebb3b849fe74f2' 'b75fe4c6e960a59a25b5f51e8f61ba3a')
 
 # NOTE:  If you're building this as an unprivileged user and don't have exim
 #        already installed, the build will fail.  It requires an exim
 #        user/group (79/79) to build.
+md5sums=('9ee83186d9ac99e5ff297112aa6fddf0'
+         '4874006f0585253ddab027d441009757'
+         'ea39f58bffc16f5e3bbe59dffcf09449'
+         'b01c5f057bac2da61b4513281865d92f'
+         'd788c26f86a9d72a0aebb3b849fe74f2'
+         'b75fe4c6e960a59a25b5f51e8f61ba3a')
 
 build() {
   # An exim user is required to build this




More information about the arch-commits mailing list