Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
msgraph


Commits:
ae783bfb by Balló György at 2024-04-22T12:16:14+02:00
upgpkg: 0.2.1-2: Move uhttpmock to checkdepends, remove 
gobject-introspection-runtime from depends, update upstream URL, use tag pinning

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,10 +1,11 @@
 pkgbase = msgraph
        pkgdesc = A shared library for accessing MS Graph API
        pkgver = 0.2.1
-       pkgrel = 1
-       url = https://gitlab.gnome.org/jbrummer/msgraph
+       pkgrel = 2
+       url = https://gitlab.gnome.org/GNOME/msgraph
        arch = x86_64
        license = LGPL-3.0-or-later
+       checkdepends = uhttpmock
        makedepends = gi-docgen
        makedepends = git
        makedepends = gobject-introspection
@@ -12,14 +13,12 @@ pkgbase = msgraph
        depends = gcc-libs
        depends = glib2
        depends = glibc
-       depends = gobject-introspection-runtime
        depends = json-glib
        depends = libgoa
        depends = librest
        depends = libsoup3
-       depends = uhttpmock
-       source = 
git+https://gitlab.gnome.org/jbrummer/msgraph.git#commit=9f3e53a7f38fa178e4c78caf271f9b93b3cf4c9b
-       b2sums = SKIP
+       source = git+https://gitlab.gnome.org/GNOME/msgraph.git#tag=0.2.1
+       b2sums = 
ecdc92424c477d512ff2b9de1c61c6bf8fd2a3dcedc4ec2c9a9a20d2e43e4316c107d50037781185f73b86b55c389b7a53f72ebd52be0d6a76ded0572ac6109a
 
 pkgname = msgraph
 


=====================================
PKGBUILD
=====================================
@@ -6,21 +6,19 @@ pkgname=(
   msgraph-docs
 )
 pkgver=0.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A shared library for accessing MS Graph API"
-url="https://gitlab.gnome.org/jbrummer/msgraph";
+url="https://gitlab.gnome.org/GNOME/msgraph";
 arch=(x86_64)
 license=(LGPL-3.0-or-later)
 depends=(
   gcc-libs
   glib2
   glibc
-  gobject-introspection-runtime
   json-glib
   libgoa
   librest
   libsoup3
-  uhttpmock
 )
 makedepends=(
   gi-docgen
@@ -28,14 +26,11 @@ makedepends=(
   gobject-introspection
   meson
 )
-_commit=9f3e53a7f38fa178e4c78caf271f9b93b3cf4c9b  # tags/0.2.1^0
-source=("git+https://gitlab.gnome.org/jbrummer/msgraph.git#commit=$_commit";)
-b2sums=('SKIP')
-
-pkgver() {
-  cd msgraph
-  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
-}
+checkdepends=(
+  uhttpmock
+)
+source=("git+https://gitlab.gnome.org/GNOME/msgraph.git#tag=$pkgver";)
+b2sums=('ecdc92424c477d512ff2b9de1c61c6bf8fd2a3dcedc4ec2c9a9a20d2e43e4316c107d50037781185f73b86b55c389b7a53f72ebd52be0d6a76ded0572ac6109a')
 
 prepare() {
   cd msgraph



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/msgraph/-/commit/ae783bfba8211ed4bcce6efea554e28914cb921f

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/msgraph/-/commit/ae783bfba8211ed4bcce6efea554e28914cb921f
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to