Date: Wednesday, January 18, 2023 @ 14:16:18
  Author: heftig
Revision: 466907

0.12.21-1

Modified:
  libchamplain/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-18 13:52:38 UTC (rev 466906)
+++ PKGBUILD    2023-01-18 14:16:18 UTC (rev 466907)
@@ -3,15 +3,15 @@
 # Contributor: Michael Kanis <[email protected]>
 
 pkgname=libchamplain
-pkgver=0.12.20
-pkgrel=3
-pkgdesc="A map widget"
+pkgver=0.12.21
+pkgrel=1
+pkgdesc="Map widget for GTK 3"
 url="https://wiki.gnome.org/Projects/libchamplain";
 license=(LGPL)
 arch=(x86_64)
-depends=(clutter-gtk libsoup cairo sqlite)
+depends=(clutter-gtk libsoup3 cairo sqlite)
 makedepends=(gobject-introspection gtk-doc vala meson git)
-_commit=145e417f32e507b63c21ad4e915b808a6174099e  # tags/LIBCHAMPLAIN_0_12_20^0
+_commit=941560af497148588783db991e8135f52a82574d  # tags/0.12.21^0
 source=("git+https://gitlab.gnome.org/GNOME/libchamplain.git#commit=$_commit";)
 sha256sums=('SKIP')
 
@@ -36,3 +36,5 @@
 package() {
   meson install -C build --destdir "$pkgdir"
 }
+
+# vim:set sw=2 sts=-1 et:

Reply via email to