Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / libxfce4ui
Commits: 92fee014 by Robin Candau at 2025-03-23T13:47:20+01:00 upgpkg: 4.20.1-1: New upstream release https://gitlab.xfce.org/xfce/libxfce4ui/-/tags/libxfce4ui-4.20.1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = libxfce4ui pkgdesc = Widgets library for the Xfce desktop environment - pkgver = 4.20.0 - pkgrel = 3 + pkgver = 4.20.1 + pkgrel = 1 url = https://docs.xfce.org/xfce/libxfce4ui/start arch = x86_64 license = GPL-2.0-only @@ -18,7 +18,7 @@ pkgbase = libxfce4ui depends = libgtop depends = libepoxy depends = hicolor-icon-theme - source = git+https://gitlab.xfce.org/xfce/libxfce4ui.git#tag=libxfce4ui-4.20.0 - sha256sums = 297e45740a44abd05f4f35bab4e097e6399c9dd1b88baac78f42ceacb2ed185f + source = git+https://gitlab.xfce.org/xfce/libxfce4ui.git#tag=libxfce4ui-4.20.1 + sha256sums = 7bf2715f15e754665ef882df8bb28810c9dbf2c26fab8d55776b59b9eff26b86 pkgname = libxfce4ui ===================================== PKGBUILD ===================================== @@ -3,8 +3,8 @@ # Contributor: Xavier Devlamynck <[email protected]> pkgname=libxfce4ui -pkgver=4.20.0 -pkgrel=3 +pkgver=4.20.1 +pkgrel=1 pkgdesc="Widgets library for the Xfce desktop environment" arch=('x86_64') url="https://docs.xfce.org/xfce/libxfce4ui/start" @@ -13,7 +13,7 @@ depends=('libxfce4util' 'gtk3' 'xfconf' 'libsm' 'startup-notification' 'libgtop' 'libepoxy' 'hicolor-icon-theme') makedepends=('git' 'glib2-devel' 'gobject-introspection' 'vala' 'xfce4-dev-tools') source=("git+https://gitlab.xfce.org/xfce/libxfce4ui.git#tag=$pkgname-$pkgver") -sha256sums=('297e45740a44abd05f4f35bab4e097e6399c9dd1b88baac78f42ceacb2ed185f') +sha256sums=('7bf2715f15e754665ef882df8bb28810c9dbf2c26fab8d55776b59b9eff26b86') prepare() { cd $pkgname View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libxfce4ui/-/commit/92fee0144f43ed1daa239638f175be2145a90ebf -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libxfce4ui/-/commit/92fee0144f43ed1daa239638f175be2145a90ebf You're receiving this email because of your account on gitlab.archlinux.org.
