Fabian Bornschein pushed to branch gnome-unstable at Arch Linux / Packaging /
Packages / msgraph
Commits:
d3e88a49 by Fabian Bornschein at 2024-03-05T13:56:00+01:00
upgpkg: 0.2.0-1: gnome-unstable
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = msgraph
pkgdesc = A shared library for accessing MS Graph API
- pkgver = 0.1.0+r6+g0669359
+ pkgver = 0.2.0
pkgrel = 1
url = https://gitlab.gnome.org/jbrummer/msgraph
arch = x86_64
@@ -18,7 +18,7 @@ pkgbase = msgraph
depends = librest
depends = libsoup3
depends = uhttpmock
- source =
git+https://gitlab.gnome.org/jbrummer/msgraph.git#commit=0669359f5e09c7afd074e16b576dda6b65f4f64c
+ source =
git+https://gitlab.gnome.org/jbrummer/msgraph.git#commit=33f7e1c65afdf7206d511f669b9b7abda8d319fe
b2sums = SKIP
pkgname = msgraph
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@ pkgname=(
msgraph
msgraph-docs
)
-pkgver=0.1.0+r6+g0669359
+pkgver=0.2.0
pkgrel=1
pkgdesc="A shared library for accessing MS Graph API"
url="https://gitlab.gnome.org/jbrummer/msgraph"
@@ -28,7 +28,7 @@ makedepends=(
gobject-introspection
meson
)
-_commit=0669359f5e09c7afd074e16b576dda6b65f4f64c # main^0
+_commit=33f7e1c65afdf7206d511f669b9b7abda8d319fe # tags/0.2.0^0
source=("git+https://gitlab.gnome.org/jbrummer/msgraph.git#commit=$_commit")
b2sums=('SKIP')
@@ -47,7 +47,7 @@ build() {
}
check() {
- meson test -C build --print-errorlogs
+ meson test -vC build --print-errorlogs
}
package_msgraph() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/msgraph/-/commit/d3e88a49899221dae5bd0d109c2d016e88cd4f78
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/msgraph/-/commit/d3e88a49899221dae5bd0d109c2d016e88cd4f78
You're receiving this email because of your account on gitlab.archlinux.org.