Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / lib32-glib-networking


Commits:
224ca785 by Jan Alexander Steffens (heftig) at 2024-02-29T22:44:59+01:00
1:2.78.1-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,19 @@
+pkgbase = lib32-glib-networking
+       pkgdesc = Network extensions for GLib (32-bit)
+       pkgver = 2.78.1
+       pkgrel = 1
+       epoch = 1
+       url = https://gitlab.gnome.org/GNOME/glib-networking
+       arch = x86_64
+       license = LGPL-2.1-or-later
+       checkdepends = ca-certificates
+       makedepends = git
+       makedepends = meson
+       depends = glib-networking
+       depends = lib32-glib2
+       depends = lib32-gnutls
+       depends = lib32-libproxy
+       source = 
git+https://gitlab.gnome.org/GNOME/glib-networking.git#commit=ff3ed94057edfd2e4d4c45c5e53e5b41d19fad6a
+       b2sums = SKIP
+
+pkgname = lib32-glib-networking


=====================================
PKGBUILD
=====================================
@@ -2,13 +2,13 @@
 # Contributor: josephgbr <[email protected]>
 
 pkgname=lib32-glib-networking
-pkgver=2.78.0
+pkgver=2.78.1
 pkgrel=1
 epoch=1
 pkgdesc="Network extensions for GLib (32-bit)"
 url="https://gitlab.gnome.org/GNOME/glib-networking";
 arch=(x86_64)
-license=(GPL2)
+license=(LGPL-2.1-or-later)
 depends=(
   glib-networking
   lib32-glib2
@@ -20,13 +20,13 @@ makedepends=(
   meson
 )
 checkdepends=(ca-certificates)
-_commit=40c448faf7cf32647d457a8bcda171c3d21bef22  # tags/2.78.0^0
+_commit=ff3ed94057edfd2e4d4c45c5e53e5b41d19fad6a  # tags/2.78.1^0
 
source=("git+https://gitlab.gnome.org/GNOME/glib-networking.git#commit=$_commit";)
 b2sums=('SKIP')
 
 pkgver() {
   cd glib-networking
-  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+  git describe --tags | sed -r 
's/\.([a-z])/\1/;s/([a-z])\./\1/;s/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-glib-networking/-/commit/224ca7853676a18a3a130911af9fe23b8be65c5e

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-glib-networking/-/commit/224ca7853676a18a3a130911af9fe23b8be65c5e
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to