Date: Tuesday, October 25, 2022 @ 22:44:22 Author: heftig Revision: 459023
43.0-1 Modified: polari/trunk/PKGBUILD ----------+ PKGBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-25 22:40:54 UTC (rev 459022) +++ PKGBUILD 2022-10-25 22:44:22 UTC (rev 459023) @@ -1,7 +1,7 @@ # Maintainer: Jan Alexander Steffens (heftig) <[email protected]> pkgname=polari -pkgver=42.1 +pkgver=43.0 pkgrel=1 pkgdesc="An IRC Client for GNOME" url="https://wiki.gnome.org/Apps/Polari" @@ -12,7 +12,7 @@ makedepends=(gobject-introspection yelp-tools appstream-glib git meson) groups=(gnome-extra) options=(debug) -_commit=e110e9d434371d61bcb743b953d6438f8e0c3ef8 # tags/42.1^0 +_commit=0cf049c1c5704cf5fa0a4b80194860e2c4e433a9 # tags/43.0^0 source=("git+https://gitlab.gnome.org/GNOME/polari.git#commit=$_commit") sha256sums=('SKIP') @@ -37,3 +37,5 @@ package() { meson install -C build --destdir "$pkgdir" } + +# vim:set sw=2 sts=-1 et:
