Robin Candau pushed to branch main at Arch Linux / Packaging / Packages /
xfce4-panel
Commits:
605cdae0 by Robin Candau at 2025-08-14T22:11:06+02:00
upgpkg: 4.20.5-1: New upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = xfce4-panel
pkgdesc = Panel for the Xfce desktop environment
- pkgver = 4.20.4
+ pkgver = 4.20.5
pkgrel = 1
url = https://docs.xfce.org/xfce/xfce4-panel/start
arch = x86_64
@@ -21,7 +21,7 @@ pkgbase = xfce4-panel
depends = libxfce4windowing
depends = hicolor-icon-theme
depends = desktop-file-utils
- source =
git+https://gitlab.xfce.org/xfce/xfce4-panel.git#tag=xfce4-panel-4.20.4
- sha256sums =
a71a9397d5095315b3cb24b56b0ec40ff6a06beddc68d880a4af8e378dcbd3e0
+ source =
git+https://gitlab.xfce.org/xfce/xfce4-panel.git#tag=xfce4-panel-4.20.5
+ sha256sums =
11a7f04d2d71c99a6298ab5c70bf3e54dfc868a3aabd5a0601bedf3f144bba7b
pkgname = xfce4-panel
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: tobias <tobias funnychar archlinux.org>
pkgname=xfce4-panel
-pkgver=4.20.4
+pkgver=4.20.5
pkgrel=1
pkgdesc="Panel for the Xfce desktop environment"
arch=('x86_64')
@@ -14,7 +14,7 @@ depends=('exo' 'garcon' 'gtk-layer-shell' 'libxfce4ui'
'xfconf' 'libwnck3' 'libd
'libxfce4windowing' 'hicolor-icon-theme' 'desktop-file-utils')
makedepends=('git' 'glib2-devel' 'gobject-introspection' 'vala'
'xfce4-dev-tools')
source=("git+https://gitlab.xfce.org/xfce/xfce4-panel.git#tag=$pkgname-$pkgver")
-sha256sums=('a71a9397d5095315b3cb24b56b0ec40ff6a06beddc68d880a4af8e378dcbd3e0')
+sha256sums=('11a7f04d2d71c99a6298ab5c70bf3e54dfc868a3aabd5a0601bedf3f144bba7b')
prepare() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xfce4-panel/-/commit/605cdae001672f6a33db68d0d5647896c53d4096
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xfce4-panel/-/commit/605cdae001672f6a33db68d0d5647896c53d4096
You're receiving this email because of your account on gitlab.archlinux.org.