Date: Monday, October 2, 2017 @ 13:42:38 Author: heftig Revision: 306555
3.26.1-1 Modified: evolution-data-server/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-10-02 13:38:44 UTC (rev 306554) +++ PKGBUILD 2017-10-02 13:42:38 UTC (rev 306555) @@ -2,7 +2,7 @@ # Maintainer: Jan de Groot <[email protected]> pkgname=evolution-data-server -pkgver=3.26.0+9+g21214416c +pkgver=3.26.1 pkgrel=1 pkgdesc="Centralized access to appointments and contacts" url="https://wiki.gnome.org/Apps/Evolution" @@ -10,7 +10,7 @@ depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata libphonenumber) makedepends=(intltool gperf gobject-introspection vala gtk-doc boost git cmake ninja) license=(GPL) -_commit=21214416c489c71477785527321ca35d7511b881 # gnome-3-26 +_commit=cfd2bdb29f5bbb8b6cad90072011b23753122616 # tags/EVOLUTION_DATA_SERVER_3_26_1^0 source=("git+https://git.gnome.org/browse/evolution-data-server#commit=$_commit") sha256sums=('SKIP') @@ -19,6 +19,10 @@ git describe --tags | sed 's/^EVOLUTION_DATA_SERVER_//;s/_/./g;s/-/+/g' } +prepare() { + cd $pkgname +} + build() { cd $pkgname
