Date: Monday, March 29, 2021 @ 07:24:37 Author: alucryd Revision: 908667
upgpkg: switchboard-plug-online-accounts 2.0.1-3 Modified: switchboard-plug-online-accounts/trunk/PKGBUILD ----------+ PKGBUILD | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-03-29 07:23:35 UTC (rev 908666) +++ PKGBUILD 2021-03-29 07:24:37 UTC (rev 908667) @@ -2,7 +2,7 @@ pkgname=switchboard-plug-online-accounts pkgver=2.0.1 -pkgrel=2 +pkgrel=3 pkgdesc='Switchboard Online Accounts Plug' arch=(x86_64) url=https://github.com/elementary/switchboard-plug-onlineaccounts @@ -26,23 +26,29 @@ meson vala ) -source=(switchboard-plug-online-accounts::git+https://github.com/elementary/switchboard-plug-onlineaccounts.git#tag=${pkgver}) +_tag=207e1acbfb937df1862c9076a8a34264bea8e39b +source=(switchboard-plug-online-accounts::git+https://github.com/elementary/switchboard-plug-onlineaccounts.git#tag=${_tag}) sha256sums=(SKIP) prepare() { - cd $pkgname - # fix build + cd switchboard-plug-online-accounts git cherry-pick -n 5fa2882f765076d20c6ef4886198a34a05159f8a git cherry-pick -n 34164a9fc2044380c82d2cc29b7b1a8583c4fd9c + git cherry-pick -n b1853b7427102b8dd94774e1e2cc455f50902263 } +pkgver() { + cd switchboard-plug-online-accounts + git describe --tags +} + build() { arch-meson switchboard-plug-online-accounts build - ninja -C build + meson compile -C build } package() { - DESTDIR="${pkgdir}" ninja -C build install + DESTDIR="${pkgdir}" meson install -C build } # vim: ts=2 sw=2 et:
