Date: Friday, April 28, 2023 @ 23:21:40
  Author: heftig
Revision: 475329

44.1-1

Modified:
  gnome-maps/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-28 23:21:26 UTC (rev 475328)
+++ PKGBUILD    2023-04-28 23:21:40 UTC (rev 475329)
@@ -2,19 +2,33 @@
 # Contributor: Jan de Groot <[email protected]>
 
 pkgname=gnome-maps
-pkgver=43.4
+pkgver=44.1
 pkgrel=1
 pkgdesc="A simple GNOME 3 maps application"
 url="https://wiki.gnome.org/Apps/Maps";
 arch=(x86_64)
 license=(GPL)
-depends=(gjs gtk4 libadwaita geocode-glib-2 geoclue libshumate librest libxml2
-         libgweather-4)
-makedepends=(gobject-introspection git meson yelp-tools)
+depends=(
+  geoclue
+  geocode-glib-2
+  gjs
+  gtk4
+  libadwaita
+  libgweather-4
+  librest
+  libshumate
+  libxml2
+)
+makedepends=(
+  git
+  gobject-introspection
+  meson
+  yelp-tools
+)
 groups=(gnome)
-_commit=c5d7052b6ab15e31025a05c4849edef1a2fd5479  # tags/v43.4^0
+_commit=20b36fbecf72db923dd5b1d7c8543c7989702137  # tags/v44.1^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-maps.git#commit=$_commit";)
-sha256sums=('SKIP')
+b2sums=('SKIP')
 
 pkgver() {
   cd $pkgname

Reply via email to