Date: Thursday, June 30, 2022 @ 22:38:40
  Author: heftig
Revision: 449697

archrelease: copy trunk to extra-x86_64

Added:
  geocode-glib/repos/extra-x86_64/PKGBUILD
    (from rev 449696, geocode-glib/trunk/PKGBUILD)
Deleted:
  geocode-glib/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   80 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-06-30 22:38:31 UTC (rev 449696)
+++ PKGBUILD    2022-06-30 22:38:40 UTC (rev 449697)
@@ -1,40 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
-# Contributor: Jan de Groot <[email protected]>
-
-pkgname=geocode-glib
-pkgver=3.26.2+r9+g6047da3
-pkgrel=2
-pkgdesc="Helper library for geocoding services"
-url="https://gitlab.gnome.org/GNOME/geocode-glib";
-arch=(x86_64)
-license=(LGPL)
-depends=(glib2 json-glib libsoup)
-makedepends=(gobject-introspection git gtk-doc meson)
-provides=(libgeocode-glib.so)
-options=(debug)
-_commit=6047da31cfeb7f9fb33499dcc8db3b6fabc75428  # master
-source=("git+https://gitlab.gnome.org/GNOME/geocode-glib.git#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build -D enable-installed-tests=false
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  meson install -C build --destdir "$pkgdir"
-}
-

Copied: geocode-glib/repos/extra-x86_64/PKGBUILD (from rev 449696, 
geocode-glib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-06-30 22:38:40 UTC (rev 449697)
@@ -0,0 +1,40 @@
+# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
+# Contributor: Jan de Groot <[email protected]>
+
+pkgname=geocode-glib
+pkgver=3.26.3
+pkgrel=1
+pkgdesc="Helper library for geocoding services"
+url="https://gitlab.gnome.org/GNOME/geocode-glib";
+arch=(x86_64)
+license=(LGPL)
+depends=(glib2 json-glib libsoup)
+makedepends=(gobject-introspection git gtk-doc meson)
+provides=(libgeocode-glib.so)
+options=(debug)
+_commit=11db75f37b77faa900255cc4835f4ab390e323bc  # tags/3.26.3^0
+source=("git+https://gitlab.gnome.org/GNOME/geocode-glib.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D enable-installed-tests=false
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}
+

Reply via email to