Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging
/ Packages / msgraph
Commits:
2a242ecf by Fabian Bornschein at 2025-01-27T10:29:38+01:00
upgpkg: 0.3.3-1
- - - - -
3 changed files:
- .SRCINFO
- .nvchecker.toml
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = msgraph
pkgdesc = A shared library for accessing MS Graph API
- pkgver = 0.2.3
- pkgrel = 2
+ pkgver = 0.3.3
+ pkgrel = 1
url = https://gitlab.gnome.org/GNOME/msgraph
arch = x86_64
license = LGPL-3.0-or-later
@@ -16,10 +16,11 @@ pkgbase = msgraph
depends = json-glib
depends = libgoa
depends = libsoup3
- source = git+https://gitlab.gnome.org/GNOME/msgraph.git#tag=0.2.3
- b2sums =
594de2a5b1773c2f6962adb5e66d17caae31110919eb5071b7a9a3d50f37b58534ca1cb5e90cbe1166c74e1c3a99b1687f15460f801cb51d27a1f8365ad74f0a
+ source = git+https://gitlab.gnome.org/GNOME/msgraph.git#tag=0.3.3
+ b2sums =
a800b4bdf8425aa8bfad65d217702ab6cf880a6a58b7ca632e9a6737f1e5bbeab45b14e1697f5cb727d8f9c5fb33fdbfa03188bc3ff736c08365b07f64efbabd
pkgname = msgraph
+ provides = libmsgraph-1.so
pkgname = msgraph-docs
pkgdesc = A shared library for accessing MS Graph API (documentation)
=====================================
.nvchecker.toml
=====================================
@@ -1,4 +1,4 @@
[msgraph]
source = "git"
git = "https://gitlab.gnome.org/GNOME/msgraph.git"
-include_regex = '0\.\d*[02468]\.\d+'
+# include_regex = '0\.\d*[02468]\.\d+'
=====================================
PKGBUILD
=====================================
@@ -6,8 +6,8 @@ pkgname=(
msgraph
msgraph-docs
)
-pkgver=0.2.3
-pkgrel=2
+pkgver=0.3.3
+pkgrel=1
pkgdesc="A shared library for accessing MS Graph API"
url="https://gitlab.gnome.org/GNOME/msgraph"
arch=(x86_64)
@@ -28,7 +28,7 @@ makedepends=(
uhttpmock
)
source=("git+https://gitlab.gnome.org/GNOME/msgraph.git#tag=$pkgver")
-b2sums=('594de2a5b1773c2f6962adb5e66d17caae31110919eb5071b7a9a3d50f37b58534ca1cb5e90cbe1166c74e1c3a99b1687f15460f801cb51d27a1f8365ad74f0a')
+b2sums=('a800b4bdf8425aa8bfad65d217702ab6cf880a6a58b7ca632e9a6737f1e5bbeab45b14e1697f5cb727d8f9c5fb33fdbfa03188bc3ff736c08365b07f64efbabd')
prepare() {
cd msgraph
@@ -45,6 +45,7 @@ check() {
package_msgraph() {
meson install -C build --destdir "$pkgdir"
+ provides=('libmsgraph-1.so')
mkdir -p doc/usr/share
mv {"$pkgdir",doc}/usr/share/doc
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/msgraph/-/commit/2a242ecf84faa530769fd76c62040245fa1f427b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/msgraph/-/commit/2a242ecf84faa530769fd76c62040245fa1f427b
You're receiving this email because of your account on gitlab.archlinux.org.