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

Ionut Biru ibiru at archlinux.org
Mon Jan 9 22:02:06 UTC 2012


    Date: Monday, January 9, 2012 @ 17:02:06
  Author: ibiru
Revision: 146377

 update to 3.2.3

Modified:
  evolution-groupwise/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-01-09 21:56:36 UTC (rev 146376)
+++ PKGBUILD	2012-01-09 22:02:06 UTC (rev 146377)
@@ -3,8 +3,8 @@
 # Contributor: György Balló <ballogy at freestart.hu>
 
 pkgname=evolution-groupwise
-pkgver=3.2.1
-pkgrel=2
+pkgver=3.2.3
+pkgrel=1
 pkgdesc="GroupWise connector for evolution"
 arch=(i686 x86_64)
 url="http://projects.gnome.org/evolution/"
@@ -13,14 +13,14 @@
 makedepends=(intltool evolution)
 optdepends=('evolution: evolution plugin')
 options=(!libtool)
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/3.2/$pkgname-$pkgver.tar.xz)
-sha256sums=('3a5a1590b92144e465b09abc0fdaefc6d6bf9a5465d0b07e01171ddfef4aebbf')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('9972cf6ab05168e2364f7d7af1a5d9dd2bb994ab833fc2aaf926a4390e6b8062')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
 
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-              --disable-static
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --localstatedir=/var  --disable-static
   make
 }
 




More information about the arch-commits mailing list