Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / libxfce4util
Commits: c4f4080a by Robin Candau at 2025-03-23T13:42:51+01:00 upgpkg: 4.20.1-1: New upstream release https://gitlab.xfce.org/xfce/libxfce4util/-/tags/libxfce4util-4.20.1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = libxfce4util pkgdesc = Basic utility non-GUI functions for Xfce - pkgver = 4.20.0 - pkgrel = 2 + pkgver = 4.20.1 + pkgrel = 1 url = https://docs.xfce.org/xfce/libxfce4util/start arch = x86_64 license = GPL-2.0-only @@ -10,7 +10,7 @@ pkgbase = libxfce4util makedepends = vala makedepends = xfce4-dev-tools depends = glib2 - source = git+https://gitlab.xfce.org/xfce/libxfce4util.git#tag=libxfce4util-4.20.0 - sha256sums = 106c5c1bc9d4b0859db372348ab207247626e0323a470cbdfc00699790905dec + source = git+https://gitlab.xfce.org/xfce/libxfce4util.git#tag=libxfce4util-4.20.1 + sha256sums = b2661455ff96e716069b3cfda8c181c74d26961059b8d65a8a0ca43311ea7bae pkgname = libxfce4util ===================================== PKGBUILD ===================================== @@ -3,8 +3,8 @@ # Contributor: tobias <tobias funnychar archlinux.org> pkgname=libxfce4util -pkgver=4.20.0 -pkgrel=2 +pkgver=4.20.1 +pkgrel=1 pkgdesc="Basic utility non-GUI functions for Xfce" arch=('x86_64') url="https://docs.xfce.org/xfce/libxfce4util/start" @@ -12,7 +12,7 @@ license=('GPL-2.0-only') depends=('glib2') makedepends=('git' 'gobject-introspection' 'vala' 'xfce4-dev-tools') source=("git+https://gitlab.xfce.org/xfce/libxfce4util.git#tag=$pkgname-$pkgver") -sha256sums=('106c5c1bc9d4b0859db372348ab207247626e0323a470cbdfc00699790905dec') +sha256sums=('b2661455ff96e716069b3cfda8c181c74d26961059b8d65a8a0ca43311ea7bae') prepare() { cd $pkgname View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libxfce4util/-/commit/c4f4080adad3bfca2a418d84dba53fd20ad4f358 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libxfce4util/-/commit/c4f4080adad3bfca2a418d84dba53fd20ad4f358 You're receiving this email because of your account on gitlab.archlinux.org.
