Date: Tuesday, October 25, 2022 @ 17:02:54 Author: heftig Revision: 458934
3.46.1-1 Modified: evolution-ews/trunk/PKGBUILD ----------+ PKGBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-25 17:02:28 UTC (rev 458933) +++ PKGBUILD 2022-10-25 17:02:54 UTC (rev 458934) @@ -2,7 +2,7 @@ # Contributor: Ionut Biru <[email protected]> pkgname=evolution-ews -pkgver=3.44.4 +pkgver=3.46.1 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 intltool python cmake ninja systemd) options=(debug) -_commit=fa856850b74c653bba0e1dbf183e402cf26ff9ed # tags/3.44.4^0 +_commit=1e12804bae6386d43ccb63b3c85597092ef5ffa1 # tags/3.46.1^0 source=("git+https://gitlab.gnome.org/GNOME/evolution-ews.git#commit=$_commit") sha256sums=('SKIP') @@ -35,3 +35,5 @@ package() { DESTDIR="$pkgdir" cmake --install build } + +# vim:set sw=2 sts=-1 et:
