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

Jan de Groot jgc at archlinux.org
Wed Jul 29 10:18:37 UTC 2015


    Date: Wednesday, July 29, 2015 @ 12:18:37
  Author: jgc
Revision: 242829

upgpkg: evolution-data-server 3.16.4-3

Modified:
  evolution-data-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-07-29 09:47:26 UTC (rev 242828)
+++ PKGBUILD	2015-07-29 10:18:37 UTC (rev 242829)
@@ -3,7 +3,7 @@
 
 pkgname=evolution-data-server
 pkgver=3.16.4
-pkgrel=2
+pkgrel=3
 pkgdesc="Centralized access to appointments and contacts"
 arch=(i686 x86_64)
 depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata)
@@ -11,14 +11,11 @@
 install=$pkgname.install
 url="https://wiki.gnome.org/Apps/Evolution"
 license=(GPL)
-source=(git://git.gnome.org/evolution-data-server#commit=d3587d1e064ff46406a3bd137ebdd3625c339001)
-sha256sums=('SKIP')
-#source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-#sha256sums=('ee68a114012a7410559e712a0603f0ae7734a34f15c224da9cb7088829dcaca5')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('62af92dd5563d58a2f13eceeee99cbb7201c15a60eb9e6f4f2bf69688aa07a06')
 
 build() {
-  cd "$pkgname"
-  NOCONFIGURE=1 ./autogen.sh
+  cd "$pkgname-$pkgver"
   ./configure --prefix=/usr --sysconfdir=/etc \
       --localstatedir=/var --with-openldap=yes \
       --libexecdir=/usr/lib/evolution-data-server \
@@ -31,6 +28,6 @@
 }
 
 package() {
-  cd "$pkgname"
+  cd "$pkgname-$pkgver"
   make DESTDIR="$pkgdir" install
 }



More information about the arch-commits mailing list