[arch-commits] Commit in lib32-glib-networking/trunk (PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Mon Sep 9 07:07:48 UTC 2019


    Date: Monday, September 9, 2019 @ 07:07:47
  Author: alucryd
Revision: 509039

upgpkg: lib32-glib-networking 2.62.0-1

Modified:
  lib32-glib-networking/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-09 07:02:00 UTC (rev 509038)
+++ PKGBUILD	2019-09-09 07:07:47 UTC (rev 509039)
@@ -2,7 +2,7 @@
 # Contributor: josephgbr <rafael.f.f1 at gmail.com>
 
 pkgname=lib32-glib-networking
-pkgver=2.60.3
+pkgver=2.62.0
 pkgrel=1
 pkgdesc='Network-related giomodules for glib'
 arch=(x86_64)
@@ -25,9 +25,15 @@
 optdepends=(
   'lib32-openssl: Alternative backend'
 )
-source=(git+https://gitlab.gnome.org/GNOME/glib-networking.git#tag=${pkgver})
+source=(git+https://gitlab.gnome.org/GNOME/glib-networking.git#tag=5694abe27079301b106afb41d7faf42adbfe40f4)
 sha256sums=('SKIP')
 
+pkgver() {
+  cd glib-networking
+
+  git describe --tags
+}
+
 build() {
   export CC='gcc -m32'
   export PKG_CONFIG_PATH=/usr/lib32/pkgconfig



More information about the arch-commits mailing list