Balló György pushed to branch main at Arch Linux / Packaging / Packages /
libgmobile
Commits:
a2218b50 by Balló György at 2025-11-13T09:04:41+01:00
upgpkg: 0.5.0-1: Update to new release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = libgmobile
pkgdesc = Functions useful in mobile related, glib based projects
- pkgver = 0.4.0
- pkgrel = 2
+ pkgver = 0.5.0
+ pkgrel = 1
url = https://gitlab.gnome.org/World/Phosh/gmobile
arch = x86_64
license = LGPL-2.1-or-later AND GPL-3.0-or-later
@@ -11,7 +11,7 @@ pkgbase = libgmobile
makedepends = vala
depends = json-glib
depends = glib2
- source = git+https://gitlab.gnome.org/World/Phosh/gmobile.git#tag=v0.4.0
- sha256sums =
2978db123c81804002843a10cf65e44081b90486e13eb5a7702c780cf0934ec2
+ source = git+https://gitlab.gnome.org/World/Phosh/gmobile.git#tag=v0.5.0
+ sha256sums =
109dad0d5650b9cdfa4523f8e32079583489a644b1ffa0fe35af9646b76703e9
pkgname = libgmobile
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Contributor: Jelle van der Waa <[email protected]>
pkgname=libgmobile
-pkgver=0.4.0
-pkgrel=2
+pkgver=0.5.0
+pkgrel=1
pkgdesc='Functions useful in mobile related, glib based projects'
arch=('x86_64')
url='https://gitlab.gnome.org/World/Phosh/gmobile'
@@ -19,7 +19,7 @@ makedepends=(
"vala"
)
source=("git+${url}.git#tag=v${pkgver}")
-sha256sums=('2978db123c81804002843a10cf65e44081b90486e13eb5a7702c780cf0934ec2')
+sha256sums=('109dad0d5650b9cdfa4523f8e32079583489a644b1ffa0fe35af9646b76703e9')
build() {
arch-meson gmobile build
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libgmobile/-/commit/a2218b50c9a0376ab2687f76d01639482ac2412f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libgmobile/-/commit/a2218b50c9a0376ab2687f76d01639482ac2412f
You're receiving this email because of your account on gitlab.archlinux.org.