Date: Friday, January 8, 2021 @ 12:03:33 Author: heftig Revision: 405717
3.38.3-1 Modified: evolution-data-server/trunk/PKGBUILD ----------+ PKGBUILD | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-01-08 11:55:32 UTC (rev 405716) +++ PKGBUILD 2021-01-08 12:03:33 UTC (rev 405717) @@ -2,8 +2,8 @@ # Contributor: Jan de Groot <[email protected]> pkgname=evolution-data-server -pkgver=3.38.2 -pkgrel=2 +pkgver=3.38.3 +pkgrel=1 pkgdesc="Centralized access to appointments and contacts" url="https://wiki.gnome.org/Apps/Evolution" arch=(x86_64) @@ -13,7 +13,7 @@ libecal-2.0.so libedata-book-1.2.so libedata-cal-2.0.so libedataserver-1.2.so libedataserverui-1.2.so) license=(GPL) -_commit=e5135dcf71a7f4ac0e60acb7ba2b3ac551e9578e # tags/3.38.2^0 +_commit=53df39527b113e1ea2ffb6bf4b61e26534f5355a # tags/3.38.3^0 source=("git+https://gitlab.gnome.org/GNOME/evolution-data-server.git#commit=$_commit") sha256sums=('SKIP') @@ -27,8 +27,6 @@ } build() { - CFLAGS+=" $CPPFLAGS" - CXXFLAGS+=" $CPPFLAGS" cmake -S $pkgname -B build -G Ninja \ -DCMAKE_INSTALL_PREFIX=/usr \ -DLIBEXEC_INSTALL_DIR=/usr/lib \
