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

Jan Steffens heftig at archlinux.org
Sun Nov 26 16:06:04 UTC 2017


    Date: Sunday, November 26, 2017 @ 16:06:03
  Author: heftig
Revision: 310957

0.2.5-2

Modified:
  libcloudproviders/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-26 15:35:03 UTC (rev 310956)
+++ PKGBUILD	2017-11-26 16:06:03 UTC (rev 310957)
@@ -3,13 +3,13 @@
 
 pkgname=libcloudproviders
 pkgver=0.2.5
-pkgrel=1
+pkgrel=2
 pkgdesc="DBus API that allows cloud storage sync clients to expose their services"
 url="https://gitlab.gnome.org/External/libcloudproviders"
 arch=(x86_64)
 license=(LGPL3)
 depends=(glib2)
-makedepends=(git meson)
+makedepends=(git meson gtk-doc)
 _commit=6fc78d1ac63400a098037d14984eaadba5ad6526  # tags/0.2.5^0
 source=("git+https://gitlab.gnome.org/External/libcloudproviders.git#commit=$_commit")
 sha256sums=('SKIP')
@@ -24,7 +24,7 @@
 }
 
 build() {
-  arch-meson $pkgname build
+  arch-meson $pkgname build -Denable-gtk-doc=true
   ninja -C build
 }
 



More information about the arch-commits mailing list