extra/xfce4-whiskermenu-plugin to 2.9.0-1

This commit is contained in:
David Beauchamp 2025-01-30 12:10:57 -05:00
parent 53c68ba0e5
commit dcdcd3bf14
2 changed files with 5 additions and 5 deletions
extra/xfce4-whiskermenu-plugin

View file

@ -1,6 +1,6 @@
pkgbase = xfce4-whiskermenu-plugin
pkgdesc = Menu for Xfce4
pkgver = 2.8.4
pkgver = 2.9.0
pkgrel = 1
url = https://docs.xfce.org/panel-plugins/xfce4-whiskermenu-plugin/start
arch = x86_64
@ -14,7 +14,7 @@ pkgbase = xfce4-whiskermenu-plugin
depends = gtk3
depends = gtk-layer-shell
depends = xfce4-panel
source = git+https://gitlab.xfce.org/panel-plugins/xfce4-whiskermenu-plugin.git#tag=v2.8.4
sha256sums = bede0499d5852a9d2b6e3712a41bed7a73a4bfb90010b6c0dff048cde91e1fcf
source = git+https://gitlab.xfce.org/panel-plugins/xfce4-whiskermenu-plugin.git#tag=v2.9.0
sha256sums = 2bcb5ab9438445a1cd6ac1cbabd65e4a7eb67e991bbf0b9e6eac243f0faedec4
pkgname = xfce4-whiskermenu-plugin

View file

@ -7,7 +7,7 @@
# - cmake with -DENABLE_LINK_TIME_OPTIMIZATION=off
pkgname=xfce4-whiskermenu-plugin
pkgver=2.8.4
pkgver=2.9.0
pkgrel=1
pkgdesc='Menu for Xfce4'
arch=('x86_64')
@ -17,7 +17,7 @@ groups=('xfce4-goodies')
depends=('accountsservice' 'garcon' 'gtk3' 'gtk-layer-shell' 'xfce4-panel')
makedepends=('cmake' 'git' 'ninja')
source=("git+https://gitlab.xfce.org/panel-plugins/xfce4-whiskermenu-plugin.git#tag=v${pkgver}")
sha256sums=('bede0499d5852a9d2b6e3712a41bed7a73a4bfb90010b6c0dff048cde91e1fcf')
sha256sums=('2bcb5ab9438445a1cd6ac1cbabd65e4a7eb67e991bbf0b9e6eac243f0faedec4')
build() {
cmake -B build -S "${pkgname}" \