[arch-commits] Commit in evolution-data-server/trunk (PKGBUILD)

Jan de Groot jgc at archlinux.org
Wed Feb 23 15:38:20 UTC 2011


    Date: Wednesday, February 23, 2011 @ 10:38:20
  Author: jgc
Revision: 110996

Update to 2.91.90, change libexecdir to match the plugin directory

Modified:
  evolution-data-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-02-23 15:30:03 UTC (rev 110995)
+++ PKGBUILD	2011-02-23 15:38:20 UTC (rev 110996)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=evolution-data-server
-pkgver=2.91.6
+pkgver=2.91.90
 pkgrel=1
 pkgdesc="Central location for addressbook and calendar storage in the GNOME Desktop"
 arch=('i686' 'x86_64')
@@ -12,13 +12,13 @@
 url="http://www.gnome.org"
 license=('GPL')
 source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.91/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('2db7f454ec1666a6c856ed3cbc807d32fc65089770440b44c7525b9c219a76ea')
+sha256sums=('16fad4862120c67144d0c630be86cf2417901b2fa5d56b61c24f69412fbde1f1')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr --sysconfdir=/etc \
       --localstatedir=/var --with-openldap=yes \
-      --libexecdir=/usr/lib/evolution-data-server-1.2 \
+      --libexecdir=/usr/lib/evolution-data-server \
       --with-krb5=/usr --with-libdb=/usr
   make
 }




More information about the arch-commits mailing list