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

Jan Steffens heftig at archlinux.org
Tue Mar 27 11:33:51 UTC 2012


    Date: Tuesday, March 27, 2012 @ 07:33:51
  Author: heftig
Revision: 154364

3.4.0

Modified:
  evolution-groupwise/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-03-27 11:33:48 UTC (rev 154363)
+++ PKGBUILD	2012-03-27 11:33:51 UTC (rev 154364)
@@ -3,8 +3,8 @@
 # Contributor: György Balló <ballogy at freestart.hu>
 
 pkgname=evolution-groupwise
-pkgver=3.2.3
-pkgrel=2
+pkgver=3.4.0
+pkgrel=1
 pkgdesc="GroupWise connector for evolution"
 arch=(i686 x86_64)
 url="http://projects.gnome.org/evolution/"
@@ -14,10 +14,10 @@
 optdepends=('evolution: evolution plugin')
 options=(!libtool)
 source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('9972cf6ab05168e2364f7d7af1a5d9dd2bb994ab833fc2aaf926a4390e6b8062')
+sha256sums=('b5e882811d10411249accb4ce1131d2e2d336d357b68a8f5dcfe7576b320c717')
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
 
   ./configure --prefix=/usr --sysconfdir=/etc \
       --localstatedir=/var  --disable-static
@@ -25,7 +25,7 @@
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
 
   make DESTDIR="$pkgdir" install
 }




More information about the arch-commits mailing list