Date: Tuesday, October 25, 2022 @ 17:02:58 Author: heftig Revision: 458935
43.0-1 Modified: gnome-characters/trunk/PKGBUILD ----------+ PKGBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-25 17:02:54 UTC (rev 458934) +++ PKGBUILD 2022-10-25 17:02:58 UTC (rev 458935) @@ -2,7 +2,7 @@ # Contributor: Jan de Groot <[email protected]> pkgname=gnome-characters -pkgver=42.0 +pkgver=43.0 pkgrel=1 pkgdesc="A character map application" arch=(x86_64) @@ -12,7 +12,7 @@ makedepends=(meson gobject-introspection appstream-glib git gperf) groups=(gnome) options=(debug) -_commit=e0b22aecba4cd63e5936a097c7ba7e645c0e27e5 # tags/42.0^0 +_commit=661a3561e3d3130c8b47b4e9610e5d960d9db8af # tags/43.0^0 source=("git+https://gitlab.gnome.org/GNOME/gnome-characters.git#commit=$_commit") sha256sums=('SKIP') @@ -37,3 +37,5 @@ package() { meson install -C build --destdir "$pkgdir" } + +# vim:set sw=2 sts=-1 et:
