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

Jan Steffens heftig at archlinux.org
Wed Mar 14 19:52:25 UTC 2018


    Date: Wednesday, March 14, 2018 @ 19:52:24
  Author: heftig
Revision: 319074

3.28.0-1

Modified:
  evolution-ews/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-14 19:52:01 UTC (rev 319073)
+++ PKGBUILD	2018-03-14 19:52:24 UTC (rev 319074)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru <ibiru at archlinux.org>
 
 pkgname=evolution-ews
-pkgver=3.26.5
+pkgver=3.28.0
 pkgrel=1
 pkgdesc="MS Exchange integration through Exchange Web Services"
 url="https://wiki.gnome.org/Apps/Evolution/EWS"
@@ -11,7 +11,7 @@
 depends=(libmspack evolution)
 makedepends=(git cmake ninja intltool python)
 options=(!emptydirs)
-_commit=7f9a0cd1df29b45c432f6525300f946b0681f38f  # tags/3.26.5^0
+_commit=ee0132a6132d50489011aace197d2eac516d5d65  # tags/3.28.0^0
 source=("git+https://git.gnome.org/browse/evolution-ews#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -30,6 +30,5 @@
 }
 
 package() {
-  cd $pkgname
-  DESTDIR="$pkgdir" ninja install
+  DESTDIR="$pkgdir" ninja -C $pkgname install
 }



More information about the arch-commits mailing list