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

Jan Steffens heftig at archlinux.org
Wed Jun 3 04:38:48 UTC 2020


    Date: Wednesday, June 3, 2020 @ 04:38:44
  Author: heftig
Revision: 388121

3.36.3-1

Modified:
  polari/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-03 04:38:06 UTC (rev 388120)
+++ PKGBUILD	2020-06-03 04:38:44 UTC (rev 388121)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
 
 pkgname=polari
-pkgver=3.36.2
+pkgver=3.36.3
 pkgrel=1
 pkgdesc="An IRC Client for GNOME"
 url="https://wiki.gnome.org/Apps/Polari"
@@ -10,7 +10,7 @@
 depends=(gjs gtk3 telepathy-glib telepathy-idle telepathy-mission-control telepathy-logger gspell)
 makedepends=(gobject-introspection yelp-tools appstream-glib git meson)
 groups=(gnome-extra)
-_commit=e4b9b72c5d5364d1934196b5dc970f7e5da7ec28  # tags/3.36.2^0
+_commit=10cb78f0b81fb3177926e3048d9425383e98c3b0  # tags/3.36.3^0
 source=("git+https://gitlab.gnome.org/GNOME/polari.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -25,7 +25,7 @@
 
 build() {
   arch-meson $pkgname build
-  ninja -C build
+  meson compile -C build
 }
 
 check() {



More information about the arch-commits mailing list