[arch-commits] Commit in pantheon-files/trunk (PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Tue Jun 2 09:23:17 UTC 2020


    Date: Tuesday, June 2, 2020 @ 09:23:17
  Author: alucryd
Revision: 637957

upgpkg: pantheon-files 4.4.3-1

Modified:
  pantheon-files/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-02 07:22:41 UTC (rev 637956)
+++ PKGBUILD	2020-06-02 09:23:17 UTC (rev 637957)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin <alucryd at archlinux.org>
 
 pkgname=pantheon-files
-pkgver=4.4.2
+pkgver=4.4.3
 pkgrel=1
 pkgdesc='The Pantheon File Browser'
 arch=(x86_64)
@@ -25,6 +25,7 @@
   zeitgeist
 )
 makedepends=(
+  clang
   git
   gnome-common
   meson
@@ -35,7 +36,7 @@
   'gvfs: Cleaner devices section'
   'tumbler: Thumbnails generation'
 )
-source=(pantheon-files::git+https://github.com/elementary/files.git#tag=39221eef3af5c9c20061f575c8729a773af5375d)
+source=(pantheon-files::git+https://github.com/elementary/files.git#tag=02ad7a20d0703b12d88b6ee03e7b4a5491b3c8ca)
 sha256sums=(SKIP)
 
 pkgver() {
@@ -45,8 +46,11 @@
 }
 
 build() {
+  export CC=clang
+  export CFLAGS="$CFLAGS -Wno-return-type"
+
   arch-meson pantheon-files build \
-    -D with-unity=false
+    -D with-unity=disabled
   ninja -C build
 }
 



More information about the arch-commits mailing list