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

Jan Steffens heftig at archlinux.org
Thu Aug 16 16:56:48 UTC 2018


    Date: Thursday, August 16, 2018 @ 16:56:48
  Author: heftig
Revision: 331601

3.28.2-1

Modified:
  gnome-documents/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-08-16 16:38:40 UTC (rev 331600)
+++ PKGBUILD	2018-08-16 16:56:48 UTC (rev 331601)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
 
 pkgname=gnome-documents
-pkgver=3.28.1
+pkgver=3.28.2
 pkgrel=1
 pkgdesc="A document manager application for GNOME"
 url="https://wiki.gnome.org/Apps/Documents"
@@ -13,7 +13,7 @@
 makedepends=(gobject-introspection git meson yelp-tools inkscape)
 optdepends=('libreoffice-fresh: Support for Libreoffice document types')
 groups=(gnome)
-_commit=3a3b3d477ff4e2ecb9a0bc88b0e4c913e3eab287  # tags/3.28.1^0
+_commit=f2eb6c64529e3b0df2352b5715a740cc621f195c  # tags/3.28.2^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-documents.git#commit=$_commit"
         "git+https://gitlab.gnome.org/GNOME/libgd.git")
 sha256sums=('SKIP'
@@ -39,12 +39,11 @@
 }
 
 check() {
-  cd build
-  meson test
+  meson test -C build
 }
 
 package() {
-  DESTDIR="$pkgdir" ninja -C build install
+  DESTDIR="$pkgdir" meson install -C build
 }
 
 # vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list