Date: Friday, November 5, 2021 @ 09:36:17 Author: alucryd Revision: 1037183
upgpkg: pantheon-files 6.0.4-1 Modified: pantheon-files/trunk/PKGBUILD ----------+ PKGBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-11-05 09:36:14 UTC (rev 1037182) +++ PKGBUILD 2021-11-05 09:36:17 UTC (rev 1037183) @@ -1,7 +1,7 @@ # Maintainer: Maxime Gauduin <aluc...@archlinux.org> pkgname=pantheon-files -pkgver=6.0.3 +pkgver=6.0.4 pkgrel=1 pkgdesc='The Pantheon File Browser' arch=(x86_64) @@ -38,7 +38,7 @@ 'contractor: Various context menu entries' 'tumbler: Thumbnails generation' ) -_tag=a6d833c7224b2f1e354184dd4d51bf43029ed48b +_tag=5904faed04701f7ce2ad3dd7b17f93c7c5579643 source=(pantheon-files::git+https://github.com/elementary/files.git#tag=${_tag}) sha256sums=(SKIP) @@ -49,8 +49,7 @@ } build() { - arch-meson pantheon-files build \ - -D with-unity=disabled + arch-meson pantheon-files build ninja -C build }