Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging
/ Packages / msgraph
Commits:
529e64d5 by Jan Alexander Steffens (heftig) at 2026-01-14T15:25:26+01:00
0.3.4-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = msgraph
pkgdesc = A shared library for accessing MS Graph API
- pkgver = 0.3.3
+ pkgver = 0.3.4
pkgrel = 1
url = https://gitlab.gnome.org/GNOME/msgraph
arch = x86_64
@@ -16,8 +16,8 @@ pkgbase = msgraph
depends = json-glib
depends = libgoa
depends = libsoup3
- source = git+https://gitlab.gnome.org/GNOME/msgraph.git#tag=0.3.3
- b2sums =
a800b4bdf8425aa8bfad65d217702ab6cf880a6a58b7ca632e9a6737f1e5bbeab45b14e1697f5cb727d8f9c5fb33fdbfa03188bc3ff736c08365b07f64efbabd
+ source = git+https://gitlab.gnome.org/GNOME/msgraph.git#tag=0.3.4
+ b2sums =
679092f34701b0f44a38f17fad629cd9e7efad98dec8c888d058759f066fae06cb49cd2c39f205e5b1e2fb81f3b274dd158462a22d80cc2acd0c0f91e6c89b16
pkgname = msgraph
provides = libmsgraph-1.so
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@ pkgname=(
msgraph
msgraph-docs
)
-pkgver=0.3.3
+pkgver=0.3.4
pkgrel=1
pkgdesc="A shared library for accessing MS Graph API"
url="https://gitlab.gnome.org/GNOME/msgraph"
@@ -28,7 +28,7 @@ makedepends=(
uhttpmock
)
source=("git+https://gitlab.gnome.org/GNOME/msgraph.git#tag=$pkgver")
-b2sums=('a800b4bdf8425aa8bfad65d217702ab6cf880a6a58b7ca632e9a6737f1e5bbeab45b14e1697f5cb727d8f9c5fb33fdbfa03188bc3ff736c08365b07f64efbabd')
+b2sums=('679092f34701b0f44a38f17fad629cd9e7efad98dec8c888d058759f066fae06cb49cd2c39f205e5b1e2fb81f3b274dd158462a22d80cc2acd0c0f91e6c89b16')
prepare() {
cd msgraph
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/msgraph/-/commit/529e64d58ecc56de78861353f2e5098b41195e6b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/msgraph/-/commit/529e64d58ecc56de78861353f2e5098b41195e6b
You're receiving this email because of your account on gitlab.archlinux.org.