Date: Saturday, September 8, 2018 @ 02:07:50
  Author: heftig
Revision: 333908

3.29.91-1

Modified:
  gnome-characters/trunk/PKGBUILD       (contents, properties)

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2018-09-08 02:04:31 UTC (rev 333907)
+++ PKGBUILD    2018-09-08 02:07:50 UTC (rev 333908)
@@ -1,17 +1,17 @@
-# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
 # Maintainer: Jan de Groot <[email protected]>
 
 pkgname=gnome-characters
-pkgver=3.28.2
+pkgver=3.29.91
 pkgrel=1
 pkgdesc="A character map application"
 arch=(x86_64)
-url="https://git.gnome.org/browse/gnome-characters";
+url="https://gitlab.gnome.org/GNOME/gnome-characters";
 license=(GPL2)
 depends=(gjs gtk3 libunistring gnome-desktop)
 makedepends=(meson intltool gobject-introspection appstream-glib git gperf)
 groups=(gnome)
-_commit=4bc74e63ebece8aa151b18f2a6c996ce4e7791e6  # tags/v3.28.2^0
+_commit=32ec6886aef93984bd3fb719f1d0ebab038fc3f6  # tags/v3.29.91^0
 
source=("git+https://gitlab.gnome.org/GNOME/gnome-characters.git#commit=$_commit";)
 sha256sums=('SKIP')
 
@@ -25,6 +25,10 @@
   ninja -C build
 }
 
+check() {
+  meson test -C build
+}
+
 package() {
-  DESTDIR="$pkgdir" ninja -C build install
+  DESTDIR="$pkgdir" meson install -C build
 }


Property changes on: gnome-characters/trunk/PKGBUILD
___________________________________________________________________
Deleted: svn:keywords
## -1 +0,0 ##
-Id
\ No newline at end of property

Reply via email to