author | Chih-Hsuan Yen
<yan12125@archlinux.org> 2021-09-03 15:00:28 UTC |
committer | Chih-Hsuan Yen
<yan12125@archlinux.org> 2021-09-03 15:00:28 UTC |
parent | 8320f310851e1660789358d970fcfd03d303fe86 |
PKGBUILD | +3 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 57f6741..5ae84dc 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -10,9 +10,9 @@ pkgname=(nextcloud-client nextcloud-client-cloudproviders) epoch=1 # Upstream does not provide signed tarballs (yet) # https://github.com/nextcloud/desktop/issues/1510 -pkgver=3.3.2 +pkgver=3.3.3 # `git rev-parse v$pkgver` -_tag=597cfaf4f782e2fd29f9fed4947a3f44325f9748 +_tag=b2420031063f587204222202b42d0f648a51ebf3 pkgrel=1 arch=(x86_64) url='https://nextcloud.com/' @@ -38,6 +38,7 @@ prepare() { # Use system GNUInstallDirs.cmake so that we can benefit from # https://gitlab.kitware.com/cmake/cmake/merge_requests/3735 + # XXX: the following line can be removed after https://github.com/nextcloud/desktop/pull/3729 is backported rm -v $pkgbase/cmake/modules/GNUInstallDirs.cmake }