[arch-commits] Commit in libgweather/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Fri Jun 19 17:46:08 UTC 2020


    Date: Friday, June 19, 2020 @ 17:46:07
  Author: heftig
Revision: 389544

3.36.1-1

Modified:
  libgweather/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-19 16:31:41 UTC (rev 389543)
+++ PKGBUILD	2020-06-19 17:46:07 UTC (rev 389544)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot  <jgc at archlinux.org>
 
 pkgname=libgweather
-pkgver=3.36.0
+pkgver=3.36.1
 pkgrel=1
 pkgdesc="Location and timezone database and weather-lookup library"
 url="https://wiki.gnome.org/Projects/LibGWeather"
@@ -11,13 +11,13 @@
 depends=(libsoup gtk3 geocode-glib dconf)
 makedepends=(gobject-introspection vala git gtk-doc glade meson)
 provides=(libgweather-3.so)
-_commit=89b2cc13d258f97405c61d1ec2e2930ef7dc1b23  # tags/3.36.0^0
+_commit=687c63f68b0a3561731889c14fb28ac5c52d5be0  # tags/3.36.1-fixed^0
 source=("git+https://gitlab.gnome.org/GNOME/libgweather.git#commit=$_commit")
 sha256sums=('SKIP')
 
 pkgver() {
   cd $pkgname
-  git describe --tags | sed 's/-/+/g'
+  git describe --tags | sed 's/-fixed//;s/-/+/g'
 }
 
 prepare() {
@@ -26,7 +26,7 @@
 
 build() {
   arch-meson $pkgname build -D gtk_doc=true
-  ninja -C build
+  meson compile -C build
 }
 
 check() {



More information about the arch-commits mailing list