Date: Monday, November 8, 2021 @ 21:05:44 Author: heftig Revision: 1038942
6.2.1-2: eds rebuild Modified: switchboard-plug-online-accounts/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-11-08 21:05:43 UTC (rev 1038941) +++ PKGBUILD 2021-11-08 21:05:44 UTC (rev 1038942) @@ -2,7 +2,7 @@ pkgname=switchboard-plug-online-accounts pkgver=6.2.1 -pkgrel=1 +pkgrel=2 pkgdesc='Switchboard Online Accounts Plug' arch=(x86_64) url=https://github.com/elementary/switchboard-plug-onlineaccounts @@ -13,6 +13,7 @@ glibc gtk3 json-glib + libcamel-1.2.so libedataserver-1.2.so libedataserverui-1.2.so libgee @@ -42,7 +43,7 @@ } package() { - DESTDIR="${pkgdir}" meson install -C build + meson install -C build --destdir "$pkgdir" } # vim: ts=2 sw=2 et:
