Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / libcloudproviders


Commits:
c9e2282e by Jan Alexander Steffens (heftig) at 2023-08-09T18:10:20+02:00
0.3.2-1

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -3,17 +3,23 @@
 # Contributor: Fina Wilke <[email protected]>
 
 pkgname=libcloudproviders
-pkgver=0.3.1+r8+g3a229ee
+pkgver=0.3.2
 pkgrel=1
 pkgdesc="DBus API that allows cloud storage sync clients to expose their 
services"
 url="https://gitlab.gnome.org/World/libcloudproviders";
 arch=(x86_64)
 license=(LGPL3)
 depends=(glib2)
-makedepends=(git gobject-introspection meson vala gtk-doc)
-_commit=3a229eee7dbdf7159fafab2f797e90fd89fdd05c  # master
+makedepends=(
+  git
+  gobject-introspection
+  gtk-doc
+  meson
+  vala
+)
+_commit=7082d9126057bdaffe9b50200283e6fe084bbf03  # tags/0.3.2^0
 
source=("git+https://gitlab.gnome.org/World/libcloudproviders.git#commit=$_commit";)
-sha256sums=('SKIP')
+b2sums=('SKIP')
 
 pkgver() {
   cd $pkgname
@@ -25,7 +31,11 @@ prepare() {
 }
 
 build() {
-  arch-meson $pkgname build -D enable-gtk-doc=true
+  local meson_options=(
+    -D enable-gtk-doc=true
+  )
+
+  arch-meson $pkgname build "${meson_options[@]}"
   meson compile -C build
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libcloudproviders/-/commit/c9e2282ee3de9cd2e65847c8e0ced6f702e49b1e

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libcloudproviders/-/commit/c9e2282ee3de9cd2e65847c8e0ced6f702e49b1e
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to