Date: Friday, October 16, 2020 @ 19:12:50 Author: heftig Revision: 398455
3.34.0+9+geeab5f2-1 Modified: gnome-characters/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-10-16 19:03:25 UTC (rev 398454) +++ PKGBUILD 2020-10-16 19:12:50 UTC (rev 398455) @@ -1,17 +1,17 @@ -# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> -# Maintainer: Jan de Groot <[email protected]> +# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> +# Contributor: Jan de Groot <[email protected]> pkgname=gnome-characters -pkgver=3.34.0 +pkgver=3.34.0+9+geeab5f2 pkgrel=1 pkgdesc="A character map application" arch=(x86_64) url="https://gitlab.gnome.org/GNOME/gnome-characters" license=(GPL2) -depends=(gjs gtk3 libunistring gnome-desktop) +depends=(gjs gtk3 libunistring gnome-desktop emoji-font) makedepends=(meson gobject-introspection appstream-glib git gperf) groups=(gnome) -_commit=9c61138bc829094a2b58d982bd18c1bbf1c7ecdb # tags/v3.34.0^0 +_commit=eeab5f206d2857f396adec8857235dd8d5b9795d # gnome-3-34 source=("git+https://gitlab.gnome.org/GNOME/gnome-characters.git#commit=$_commit") sha256sums=('SKIP') @@ -26,7 +26,7 @@ build() { arch-meson $pkgname build - ninja -C build + meson compile -C build } check() {
