Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
libcall-ui
Commits:
a0314531 by Jelle van der Waa at 2025-01-01T18:29:52+01:00
Update to 0.2.1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = libcall-ui
pkgdesc = Libcall-ui carries common user interface parts for call
handling
- pkgver = 0.1.4
+ pkgver = 0.2.1
pkgrel = 1
url = https://gitlab.gnome.org/World/Phosh/libcall-ui
arch = x86_64
@@ -18,8 +18,8 @@ pkgbase = libcall-ui
depends = libhandy
depends = callaudiod
depends = libadwaita
- source =
git+https://gitlab.gnome.org/World/Phosh/libcall-ui.git#tag=v0.1.4
+ source =
git+https://gitlab.gnome.org/World/Phosh/libcall-ui.git#tag=v0.2.1
validpgpkeys = 0DB3932762F78E592F6522AFBB5A2C77584122D3
- sha256sums =
69fd998709629c010daf8d989bff0b100a431469b8400cd959e9b87e35e56eb9
+ sha256sums =
e1e7d623e7a6929564ba68394b417aecf9688dacc01aefd050753a1f9471114c
pkgname = libcall-ui
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Jelle van der Waa <[email protected]>
pkgname=libcall-ui
-pkgver=0.1.4
+pkgver=0.2.1
pkgrel=1
pkgdesc='Libcall-ui carries common user interface parts for call handling'
arch=(x86_64 aarch64)
@@ -12,7 +12,7 @@ makedepends=(meson git wayland-protocols python-docutils
python-packaging glib2-
checkdepends=(xorg-server-xvfb xorg-xauth)
source=("git+${url}.git#tag=v${pkgver}")
validpgpkeys=("0DB3932762F78E592F6522AFBB5A2C77584122D3")
-sha256sums=('69fd998709629c010daf8d989bff0b100a431469b8400cd959e9b87e35e56eb9')
+sha256sums=('e1e7d623e7a6929564ba68394b417aecf9688dacc01aefd050753a1f9471114c')
prepare() {
cd libcall-ui
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libcall-ui/-/commit/a03145312acc3578ac43bf611bf5a193f6f1efc2
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libcall-ui/-/commit/a03145312acc3578ac43bf611bf5a193f6f1efc2
You're receiving this email because of your account on gitlab.archlinux.org.