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

Maxime Gauduin alucryd at archlinux.org
Sat Sep 14 17:25:51 UTC 2019


    Date: Saturday, September 14, 2019 @ 17:25:50
  Author: alucryd
Revision: 510574

upgpkg: pantheon-files 4.2.0-1

Modified:
  pantheon-files/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-14 17:18:30 UTC (rev 510573)
+++ PKGBUILD	2019-09-14 17:25:50 UTC (rev 510574)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin <alucryd at archlinux.org>
 
 pkgname=pantheon-files
-pkgver=4.1.9
+pkgver=4.2.0
 pkgrel=1
 pkgdesc='The Pantheon File Browser'
 arch=(x86_64)
@@ -15,6 +15,7 @@
   glib2
   gtk3
   libcanberra
+  libcloudproviders
   libgee
   libgranite.so
   libnotify
@@ -33,9 +34,15 @@
   'gvfs: Cleaner devices section'
   'tumbler: Thumbnails generation'
 )
-source=(pantheon-files::git+https://github.com/elementary/files.git#tag=${pkgver})
+source=(pantheon-files::git+https://github.com/elementary/files.git#tag=e36b02dcf79a686cae1ab1f00e8ac3835f292c4a)
 sha256sums=(SKIP)
 
+pkgver() {
+  cd pantheon-files
+
+  git describe --tags
+}
+
 build() {
   arch-meson pantheon-files build \
     -D with-unity=false



More information about the arch-commits mailing list