Date: Tuesday, June 23, 2015 @ 15:30:43
  Author: jgc
Revision: 241228

upgpkg: evolution-data-server 3.16.4-1

Update to git snapshot on 3.16 branch

Modified:
  evolution-data-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2015-06-23 13:20:26 UTC (rev 241227)
+++ PKGBUILD    2015-06-23 13:30:43 UTC (rev 241228)
@@ -2,20 +2,23 @@
 # Maintainer: Jan de Groot <j...@archlinux.org>
 
 pkgname=evolution-data-server
-pkgver=3.16.3
+pkgver=3.16.4
 pkgrel=1
 pkgdesc="Centralized access to appointments and contacts"
 arch=(i686 x86_64)
 depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata)
-makedepends=(intltool gperf gobject-introspection vala gtk-doc)
+makedepends=(intltool gperf gobject-introspection vala gtk-doc git 
gnome-common)
 install=$pkgname.install
 url="https://wiki.gnome.org/Apps/Evolution";
 license=(GPL)
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('ee68a114012a7410559e712a0603f0ae7734a34f15c224da9cb7088829dcaca5')
+source=(git://git.gnome.org/evolution-data-server#commit=79dbb273a37623a1e667b82788e7f05e2746b444)
+sha256sums=('SKIP')
+#source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+#sha256sums=('ee68a114012a7410559e712a0603f0ae7734a34f15c224da9cb7088829dcaca5')
 
 build() {
-  cd "$pkgname-$pkgver"
+  cd "$pkgname"
+  NOCONFIGURE=1 ./autogen.sh
   ./configure --prefix=/usr --sysconfdir=/etc \
       --localstatedir=/var --with-openldap=yes \
       --libexecdir=/usr/lib/evolution-data-server \
@@ -28,6 +31,6 @@
 }
 
 package() {
-  cd "$pkgname-$pkgver"
+  cd "$pkgname"
   make DESTDIR="$pkgdir" install
 }

Reply via email to