extra/xfce4-whiskermenu-plugin to 2.8.2-1

This commit is contained in:
Kevin Mihelich 2023-11-26 22:01:57 +00:00
parent 09fa081973
commit 9bc9f45577
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = xfce4-whiskermenu-plugin
pkgdesc = Menu for Xfce4
pkgver = 2.8.1
pkgver = 2.8.2
pkgrel = 1
url = https://gottcode.org/xfce4-whiskermenu-plugin/
arch = x86_64
@ -13,7 +13,7 @@ pkgbase = xfce4-whiskermenu-plugin
depends = gtk3
depends = gtk-layer-shell
depends = xfce4-panel
source = https://archive.xfce.org/src/panel-plugins/xfce4-whiskermenu-plugin/2.8/xfce4-whiskermenu-plugin-2.8.1.tar.bz2
sha256sums = e4b93dba818ee6f63037d2a49b9c29e2832e76991508d39e3db6e1b405c2f39f
source = https://archive.xfce.org/src/panel-plugins/xfce4-whiskermenu-plugin/2.8/xfce4-whiskermenu-plugin-2.8.2.tar.bz2
sha256sums = cbff8325999a20194e0bbce6f4d3d568ce06704d2b79acd9547d6c90aa083e70
pkgname = xfce4-whiskermenu-plugin

View file

@ -6,7 +6,7 @@
# - cmake with -DENABLE_LINK_TIME_OPTIMIZATION=off
pkgname=xfce4-whiskermenu-plugin
pkgver=2.8.1
pkgver=2.8.2
pkgrel=1
pkgdesc='Menu for Xfce4'
arch=('x86_64')
@ -16,7 +16,7 @@ license=('GPL2')
depends=('accountsservice' 'garcon' 'gtk3' 'gtk-layer-shell' 'xfce4-panel')
makedepends=('cmake' 'ninja')
source=("https://archive.xfce.org/src/panel-plugins/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2")
sha256sums=('e4b93dba818ee6f63037d2a49b9c29e2832e76991508d39e3db6e1b405c2f39f')
sha256sums=('cbff8325999a20194e0bbce6f4d3d568ce06704d2b79acd9547d6c90aa083e70')
build() {
cmake -B build -S "${srcdir}/${pkgname}-${pkgver}" \