Date: Friday, August 14, 2020 @ 14:22:08 Author: alucryd Revision: 679142
upgpkg: pantheon-files 4.5.0-1 Modified: pantheon-files/trunk/PKGBUILD ----------+ PKGBUILD | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-08-14 13:55:46 UTC (rev 679141) +++ PKGBUILD 2020-08-14 14:22:08 UTC (rev 679142) @@ -1,7 +1,7 @@ # Maintainer: Maxime Gauduin <aluc...@archlinux.org> pkgname=pantheon-files -pkgver=4.4.3 +pkgver=4.5.0 pkgrel=1 pkgdesc='The Pantheon File Browser' arch=(x86_64) @@ -36,7 +36,8 @@ 'gvfs: Cleaner devices section' 'tumbler: Thumbnails generation' ) -source=(pantheon-files::git+https://github.com/elementary/files.git#tag=02ad7a20d0703b12d88b6ee03e7b4a5491b3c8ca) +_tag=57cb89b64fd2d5c08f4aaf23e8c74bfaa5d0384f +source=(pantheon-files::git+https://github.com/elementary/files.git#tag=${_tag}) sha256sums=(SKIP) pkgver() { @@ -46,9 +47,6 @@ } build() { - export CC=clang - export CFLAGS="$CFLAGS -Wno-return-type" - arch-meson pantheon-files build \ -D with-unity=disabled ninja -C build