[arch-commits] Commit in libgweather/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-06-19 Thread Jan Steffens via arch-commits
Date: Friday, June 19, 2020 @ 17:53:54
  Author: heftig
Revision: 389547

archrelease: copy trunk to extra-x86_64

Added:
  libgweather/repos/extra-x86_64/PKGBUILD
(from rev 389545, libgweather/trunk/PKGBUILD)
Deleted:
  libgweather/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-19 17:53:52 UTC (rev 389546)
+++ PKGBUILD2020-06-19 17:53:54 UTC (rev 389547)
@@ -1,39 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot  
-
-pkgname=libgweather
-pkgver=3.36.0
-pkgrel=1
-pkgdesc="Location and timezone database and weather-lookup library"
-url="https://wiki.gnome.org/Projects/LibGWeather;
-arch=(x86_64)
-license=(LGPL)
-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
-source=("git+https://gitlab.gnome.org/GNOME/libgweather.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build -D gtk_doc=true
-  ninja -C build
-}
-
-check() {
-  # Test fails without fr_FR.UTF-8 locale
-  meson test -C build --print-errorlogs || :
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: libgweather/repos/extra-x86_64/PKGBUILD (from rev 389545, 
libgweather/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-19 17:53:54 UTC (rev 389547)
@@ -0,0 +1,39 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot  
+
+pkgname=libgweather
+pkgver=3.36.1
+pkgrel=1
+pkgdesc="Location and timezone database and weather-lookup library"
+url="https://wiki.gnome.org/Projects/LibGWeather;
+arch=(x86_64)
+license=(LGPL)
+depends=(libsoup gtk3 geocode-glib dconf)
+makedepends=(gobject-introspection vala git gtk-doc glade meson)
+provides=(libgweather-3.so)
+_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/-fixed//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D gtk_doc=true
+  meson compile -C build
+}
+
+check() {
+  # Test fails without fr_FR.UTF-8 locale
+  meson test -C build --print-errorlogs || :
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


[arch-commits] Commit in libgweather/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-03-09 Thread Jan Steffens via arch-commits
Date: Monday, March 9, 2020 @ 11:36:46
  Author: heftig
Revision: 377210

archrelease: copy trunk to extra-x86_64

Added:
  libgweather/repos/extra-x86_64/PKGBUILD
(from rev 377209, libgweather/trunk/PKGBUILD)
Deleted:
  libgweather/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   76 +++--
 1 file changed, 39 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-09 11:36:10 UTC (rev 377209)
+++ PKGBUILD2020-03-09 11:36:46 UTC (rev 377210)
@@ -1,37 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot  
-
-pkgname=libgweather
-pkgver=3.34.0
-pkgrel=1
-pkgdesc="Location and timezone database and weather-lookup library"
-url="https://wiki.gnome.org/Projects/LibGWeather;
-arch=(x86_64)
-license=(LGPL)
-depends=(libsoup gtk3 geocode-glib dconf)
-makedepends=(gobject-introspection vala git gtk-doc glade meson)
-_commit=1bf67499490d85d5d6f25f81d993fca7afbb58f0  # tags/3.34.0^0
-source=("git+https://gitlab.gnome.org/GNOME/libgweather.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build -D gtk_doc=true
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: libgweather/repos/extra-x86_64/PKGBUILD (from rev 377209, 
libgweather/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-09 11:36:46 UTC (rev 377210)
@@ -0,0 +1,39 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot  
+
+pkgname=libgweather
+pkgver=3.36.0
+pkgrel=1
+pkgdesc="Location and timezone database and weather-lookup library"
+url="https://wiki.gnome.org/Projects/LibGWeather;
+arch=(x86_64)
+license=(LGPL)
+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
+source=("git+https://gitlab.gnome.org/GNOME/libgweather.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D gtk_doc=true
+  ninja -C build
+}
+
+check() {
+  # Test fails without fr_FR.UTF-8 locale
+  meson test -C build --print-errorlogs || :
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


[arch-commits] Commit in libgweather/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-10-08 Thread Jan Steffens via arch-commits
Date: Tuesday, October 8, 2019 @ 10:28:16
  Author: heftig
Revision: 364145

archrelease: copy trunk to extra-x86_64

Added:
  libgweather/repos/extra-x86_64/PKGBUILD
(from rev 364142, libgweather/trunk/PKGBUILD)
Deleted:
  libgweather/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-08 10:28:16 UTC (rev 364144)
+++ PKGBUILD2019-10-08 10:28:16 UTC (rev 364145)
@@ -1,37 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot  
-
-pkgname=libgweather
-pkgver=3.33.92+11+g13ce5dd
-pkgrel=1
-pkgdesc="Location and timezone database and weather-lookup library"
-url="https://wiki.gnome.org/Projects/LibGWeather;
-arch=(x86_64)
-license=(LGPL)
-depends=(libsoup gtk3 geocode-glib dconf)
-makedepends=(gobject-introspection vala git gtk-doc glade meson)
-_commit=13ce5dd6bc84daa6d84331b0ce631bd9abdbdd9c  # master
-source=("git+https://gitlab.gnome.org/GNOME/libgweather.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build -D gtk_doc=true
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: libgweather/repos/extra-x86_64/PKGBUILD (from rev 364142, 
libgweather/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-08 10:28:16 UTC (rev 364145)
@@ -0,0 +1,37 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot  
+
+pkgname=libgweather
+pkgver=3.34.0
+pkgrel=1
+pkgdesc="Location and timezone database and weather-lookup library"
+url="https://wiki.gnome.org/Projects/LibGWeather;
+arch=(x86_64)
+license=(LGPL)
+depends=(libsoup gtk3 geocode-glib dconf)
+makedepends=(gobject-introspection vala git gtk-doc glade meson)
+_commit=1bf67499490d85d5d6f25f81d993fca7afbb58f0  # tags/3.34.0^0
+source=("git+https://gitlab.gnome.org/GNOME/libgweather.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D gtk_doc=true
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


[arch-commits] Commit in libgweather/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-07-04 Thread Jan Steffens via arch-commits
Date: Thursday, July 4, 2019 @ 12:13:59
  Author: heftig
Revision: 357303

archrelease: copy trunk to extra-x86_64

Added:
  libgweather/repos/extra-x86_64/PKGBUILD
(from rev 357302, libgweather/trunk/PKGBUILD)
Deleted:
  libgweather/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-04 12:13:44 UTC (rev 357302)
+++ PKGBUILD2019-07-04 12:13:59 UTC (rev 357303)
@@ -1,37 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot  
-
-pkgname=libgweather
-pkgver=3.32.1
-pkgrel=1
-pkgdesc="Location and timezone database and weather-lookup library"
-url="https://wiki.gnome.org/Projects/LibGWeather;
-arch=(x86_64)
-license=(LGPL)
-depends=(libsoup gtk3 geocode-glib dconf)
-makedepends=(gobject-introspection vala git gtk-doc glade meson)
-_commit=912ed3121d0b2df6ff646d4c1951983d7d3a08d3  # tags/3.32.1^0
-source=("git+https://gitlab.gnome.org/GNOME/libgweather.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build -D gtk_doc=true
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: libgweather/repos/extra-x86_64/PKGBUILD (from rev 357302, 
libgweather/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-04 12:13:59 UTC (rev 357303)
@@ -0,0 +1,37 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot  
+
+pkgname=libgweather
+pkgver=3.32.2
+pkgrel=1
+pkgdesc="Location and timezone database and weather-lookup library"
+url="https://wiki.gnome.org/Projects/LibGWeather;
+arch=(x86_64)
+license=(LGPL)
+depends=(libsoup gtk3 geocode-glib dconf)
+makedepends=(gobject-introspection vala git gtk-doc glade meson)
+_commit=3340fe07f80b79725f7ff2b4c686bce62ca4919a  # tags/3.32.2^0
+source=("git+https://gitlab.gnome.org/GNOME/libgweather.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D gtk_doc=true
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


[arch-commits] Commit in libgweather/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-03-20 Thread Jan Steffens via arch-commits
Date: Wednesday, March 20, 2019 @ 19:30:54
  Author: heftig
Revision: 348767

archrelease: copy trunk to extra-x86_64

Added:
  libgweather/repos/extra-x86_64/PKGBUILD
(from rev 348766, libgweather/trunk/PKGBUILD)
Deleted:
  libgweather/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-20 19:27:58 UTC (rev 348766)
+++ PKGBUILD2019-03-20 19:30:54 UTC (rev 348767)
@@ -1,37 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot  
-
-pkgname=libgweather
-pkgver=3.32.0
-pkgrel=1
-pkgdesc="Location and timezone database and weather-lookup library"
-url="https://wiki.gnome.org/Projects/LibGWeather;
-arch=(x86_64)
-license=(LGPL)
-depends=(libsoup gtk3 geocode-glib dconf)
-makedepends=(gobject-introspection vala git gtk-doc glade meson)
-_commit=c89ef0f64cb12ac615c393ad8a53f9469a8e7a0f  # tags/3.32.0^0
-source=("git+https://gitlab.gnome.org/GNOME/libgweather.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build -D gtk_doc=true
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: libgweather/repos/extra-x86_64/PKGBUILD (from rev 348766, 
libgweather/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-20 19:30:54 UTC (rev 348767)
@@ -0,0 +1,37 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot  
+
+pkgname=libgweather
+pkgver=3.32.1
+pkgrel=1
+pkgdesc="Location and timezone database and weather-lookup library"
+url="https://wiki.gnome.org/Projects/LibGWeather;
+arch=(x86_64)
+license=(LGPL)
+depends=(libsoup gtk3 geocode-glib dconf)
+makedepends=(gobject-introspection vala git gtk-doc glade meson)
+_commit=912ed3121d0b2df6ff646d4c1951983d7d3a08d3  # tags/3.32.1^0
+source=("git+https://gitlab.gnome.org/GNOME/libgweather.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D gtk_doc=true
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


[arch-commits] Commit in libgweather/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-02-22 Thread Jan Steffens via arch-commits
Date: Friday, February 22, 2019 @ 17:15:42
  Author: heftig
Revision: 346680

archrelease: copy trunk to extra-x86_64

Added:
  libgweather/repos/extra-x86_64/PKGBUILD
(from rev 346679, libgweather/trunk/PKGBUILD)
Deleted:
  libgweather/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   75 ++---
 1 file changed, 37 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-22 17:15:20 UTC (rev 346679)
+++ PKGBUILD2019-02-22 17:15:42 UTC (rev 346680)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot  
-
-pkgname=libgweather
-pkgver=3.28.2
-pkgrel=1
-pkgdesc="Location and timezone database and weather-lookup library"
-url="https://wiki.gnome.org/Projects/LibGWeather;
-arch=(x86_64)
-license=(LGPL)
-depends=(libsoup gtk3 geocode-glib dconf)
-makedepends=(gobject-introspection vala git gtk-doc glade meson)
-_commit=25c0b4ee1c7d93fb51eb609bff8d2874554a03f7  # tags/3.28.2^0
-source=("git+https://gitlab.gnome.org/GNOME/libgweather.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build -D gtk_doc=true
-  ninja -C build
-}
-
-check() {
-  cd build
-  meson test
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-}

Copied: libgweather/repos/extra-x86_64/PKGBUILD (from rev 346679, 
libgweather/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-22 17:15:42 UTC (rev 346680)
@@ -0,0 +1,37 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot  
+
+pkgname=libgweather
+pkgver=3.28.3
+pkgrel=1
+pkgdesc="Location and timezone database and weather-lookup library"
+url="https://wiki.gnome.org/Projects/LibGWeather;
+arch=(x86_64)
+license=(LGPL)
+depends=(libsoup gtk3 geocode-glib dconf)
+makedepends=(gobject-introspection vala git gtk-doc glade meson)
+_commit=eb7d2a914bb6fa696de0ae8f9babc2716ed0c595  # tags/3.28.3^0
+source=("git+https://gitlab.gnome.org/GNOME/libgweather.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D gtk_doc=true
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


[arch-commits] Commit in libgweather/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-06-13 Thread Jan Steffens via arch-commits
Date: Wednesday, June 13, 2018 @ 14:28:15
  Author: heftig
Revision: 326897

archrelease: copy trunk to extra-x86_64

Added:
  libgweather/repos/extra-x86_64/PKGBUILD
(from rev 326896, libgweather/trunk/PKGBUILD)
Deleted:
  libgweather/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-13 14:27:25 UTC (rev 326896)
+++ PKGBUILD2018-06-13 14:28:15 UTC (rev 326897)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot  
-
-pkgname=libgweather
-pkgver=3.28.1
-pkgrel=1
-pkgdesc="Location and timezone database and weather-lookup library"
-url="https://wiki.gnome.org/Projects/LibGWeather;
-arch=(x86_64)
-license=(LGPL)
-depends=(libsoup gtk3 geocode-glib dconf)
-makedepends=(gobject-introspection vala git gtk-doc glade meson)
-_commit=29f5a5b77c9c918502dc49f33928a1a4822236ac  # tags/3.28.1^0
-source=("git+https://gitlab.gnome.org/GNOME/libgweather.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build -D gtk_doc=true
-  ninja -C build
-}
-
-check() {
-  cd build
-  meson test
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-}

Copied: libgweather/repos/extra-x86_64/PKGBUILD (from rev 326896, 
libgweather/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-13 14:28:15 UTC (rev 326897)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot  
+
+pkgname=libgweather
+pkgver=3.28.2
+pkgrel=1
+pkgdesc="Location and timezone database and weather-lookup library"
+url="https://wiki.gnome.org/Projects/LibGWeather;
+arch=(x86_64)
+license=(LGPL)
+depends=(libsoup gtk3 geocode-glib dconf)
+makedepends=(gobject-introspection vala git gtk-doc glade meson)
+_commit=25c0b4ee1c7d93fb51eb609bff8d2874554a03f7  # tags/3.28.2^0
+source=("git+https://gitlab.gnome.org/GNOME/libgweather.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D gtk_doc=true
+  ninja -C build
+}
+
+check() {
+  cd build
+  meson test
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}


[arch-commits] Commit in libgweather/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2017-11-26 Thread Jan Steffens via arch-commits
Date: Monday, November 27, 2017 @ 01:42:08
  Author: heftig
Revision: 310983

archrelease: copy trunk to extra-x86_64

Added:
  libgweather/repos/extra-x86_64/PKGBUILD
(from rev 310982, libgweather/trunk/PKGBUILD)
Deleted:
  libgweather/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   84 ++---
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-27 01:41:26 UTC (rev 310982)
+++ PKGBUILD2017-11-27 01:42:08 UTC (rev 310983)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot  
-
-pkgname=libgweather
-pkgver=3.26.0
-pkgrel=1
-pkgdesc="Location and timezone database and weather-lookup library"
-url="https://wiki.gnome.org/Projects/LibGWeather;
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(libsoup gtk3 geocode-glib dconf)
-makedepends=(intltool gobject-introspection vala git gtk-doc autoconf-archive 
glade)
-options=(!emptydirs)
-_commit=7fc5c6e84eeac34e5a64dcef1ea44930b10f0d96  # tags/3.26.0^0
-source=("git+https://git.gnome.org/browse/libgweather#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd "$pkgname"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-gtk-doc
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd "$pkgname"
-  make DESTDIR="$pkgdir" install
-}

Copied: libgweather/repos/extra-x86_64/PKGBUILD (from rev 310982, 
libgweather/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-27 01:42:08 UTC (rev 310983)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan de Groot  
+
+pkgname=libgweather
+pkgver=3.26.1
+pkgrel=1
+pkgdesc="Location and timezone database and weather-lookup library"
+url="https://wiki.gnome.org/Projects/LibGWeather;
+arch=(x86_64)
+license=(LGPL)
+depends=(libsoup gtk3 geocode-glib dconf)
+makedepends=(intltool gobject-introspection vala git gtk-doc autoconf-archive 
glade)
+options=(!emptydirs)
+_commit=f8cde059f8ec58f1ba341fe219f1d8fbbe7eadb8  # tags/3.26.1^0
+source=("git+https://git.gnome.org/browse/libgweather#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd "$pkgname"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-gtk-doc
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd "$pkgname"
+  make DESTDIR="$pkgdir" install
+}