diff options
-rw-r--r-- | nonprism/evolution-data-server/PKGBUILD | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/nonprism/evolution-data-server/PKGBUILD b/nonprism/evolution-data-server/PKGBUILD index d93414304..bcf9440ac 100644 --- a/nonprism/evolution-data-server/PKGBUILD +++ b/nonprism/evolution-data-server/PKGBUILD @@ -9,7 +9,7 @@ # - removed libgdata support pkgname=evolution-data-server -pkgver=3.34.2 +pkgver=3.34.4 pkgrel=1 pkgrel+=.nonprism1 pkgdesc="Centralized access to appointments and contacts" @@ -18,8 +18,11 @@ url="https://wiki.gnome.org/Apps/Evolution" arch=(x86_64 i686 armv7h) depends=(gnome-online-accounts nss krb5 libgweather libical db libphonenumber) makedepends=(intltool gperf gobject-introspection vala gtk-doc boost git cmake) +provides=(libcamel-1.2.so libebackend-1.2.so libebook-1.2.so libebook-contacts-1.2.so + 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=192ad5abdb23c3e121345b4b282dad51fa874160 # tags/3.34.2^0 +_commit=bbb17b9bd981982f4d336827c9ec7d5935266c1c # tags/3.34.4^0 source=("git+https://gitlab.gnome.org/GNOME/evolution-data-server.git#commit=$_commit") sha256sums=('SKIP') |