Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging
/ Packages / msgraph
Commits:
46f92ca9 by Jan Alexander Steffens (heftig) at 2024-06-18T23:38:53+02:00
0.2.3-2: remove unused librest dep
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = msgraph
pkgdesc = A shared library for accessing MS Graph API
pkgver = 0.2.3
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.gnome.org/GNOME/msgraph
arch = x86_64
license = LGPL-3.0-or-later
@@ -15,7 +15,6 @@ pkgbase = msgraph
depends = glibc
depends = json-glib
depends = libgoa
- depends = librest
depends = libsoup3
source = git+https://gitlab.gnome.org/GNOME/msgraph.git#tag=0.2.3
b2sums =
594de2a5b1773c2f6962adb5e66d17caae31110919eb5071b7a9a3d50f37b58534ca1cb5e90cbe1166c74e1c3a99b1687f15460f801cb51d27a1f8365ad74f0a
=====================================
PKGBUILD
=====================================
@@ -7,7 +7,7 @@ pkgname=(
msgraph-docs
)
pkgver=0.2.3
-pkgrel=1
+pkgrel=2
pkgdesc="A shared library for accessing MS Graph API"
url="https://gitlab.gnome.org/GNOME/msgraph"
arch=(x86_64)
@@ -18,7 +18,6 @@ depends=(
glibc
json-glib
libgoa
- librest
libsoup3
)
makedepends=(
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/msgraph/-/commit/46f92ca92f85407f523416de2d293c04864ccb95
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/msgraph/-/commit/46f92ca92f85407f523416de2d293c04864ccb95
You're receiving this email because of your account on gitlab.archlinux.org.