Date: Friday, September 13, 2019 @ 09:17:14 Author: heftig Revision: 362443
3.34.0-1 Modified: polari/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-09-13 09:12:57 UTC (rev 362442) +++ PKGBUILD 2019-09-13 09:17:14 UTC (rev 362443) @@ -1,7 +1,7 @@ # Maintainer: Jan Alexander Steffens (heftig) <[email protected]> pkgname=polari -pkgver=3.32.2 +pkgver=3.34.0 pkgrel=1 pkgdesc="An IRC Client for GNOME" url="https://wiki.gnome.org/Apps/Polari" @@ -8,9 +8,9 @@ arch=(x86_64) license=(GPL) depends=(gjs gtk3 telepathy-glib telepathy-idle telepathy-mission-control telepathy-logger gspell) -makedepends=(gobject-introspection appdata-tools yelp-tools appstream-glib git meson) +makedepends=(gobject-introspection yelp-tools appstream-glib git meson) groups=(gnome-extra) -_commit=17630c8d8ea1648f924dfe241a9e920cdd4547a3 # tags/3.32.2^0 +_commit=91c4a990d3e5c44bf62b2e58ab371e8298521520 # tags/3.34.0^0 source=("git+https://gitlab.gnome.org/GNOME/polari.git#commit=$_commit") sha256sums=('SKIP') @@ -29,7 +29,7 @@ } check() { - meson test -C build + meson test -C build --print-errorlogs } package() {
