* update xfce4-timer-plugin to 1.7.3-1

This commit is contained in:
Alexander Baldeck 2025-01-23 21:56:31 +01:00
parent 03fa946106
commit 90c1697fe5
2 changed files with 8 additions and 9 deletions

View File

@ -1,7 +1,7 @@
pkgbase = xfce4-timer-plugin
pkgdesc = Plugin to track time for the Xfce4 panel
pkgver = 1.7.2
pkgrel = 4
pkgver = 1.7.3
pkgrel = 1
url = https://docs.xfce.org/panel-plugins/xfce4-timer-plugin/start
arch = x86_64
arch = powerpc64le
@ -11,10 +11,9 @@ pkgbase = xfce4-timer-plugin
groups = xfce4-goodies
license = GPL-2.0-or-later
makedepends = git
makedepends = intltool
makedepends = xfce4-dev-tools
depends = xfce4-panel
source = git+https://gitlab.xfce.org/panel-plugins/xfce4-timer-plugin.git#tag=xfce4-timer-plugin-1.7.2
sha256sums = 157ede1d3487586590bb37e525a6a26ea3045881ac0373c9b08cfc7fa8f6c56e
source = git+https://gitlab.xfce.org/panel-plugins/xfce4-timer-plugin.git#tag=xfce4-timer-plugin-1.7.3
sha256sums = b17d9b405a4f857d401c0d6c70b61c0f1089d1a3440824e8f47ad030c768f423
pkgname = xfce4-timer-plugin

View File

@ -5,17 +5,17 @@
# Contributor: Tobias Kieslich <tobias (at) archlinux.org>
pkgname=xfce4-timer-plugin
pkgver=1.7.2
pkgrel=4
pkgver=1.7.3
pkgrel=1
pkgdesc="Plugin to track time for the Xfce4 panel"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url="https://docs.xfce.org/panel-plugins/xfce4-timer-plugin/start"
license=('GPL-2.0-or-later')
groups=('xfce4-goodies')
depends=('xfce4-panel')
makedepends=('git' 'intltool' 'xfce4-dev-tools')
makedepends=('git' 'xfce4-dev-tools')
source=("git+https://gitlab.xfce.org/panel-plugins/xfce4-timer-plugin.git#tag=$pkgname-$pkgver")
sha256sums=('157ede1d3487586590bb37e525a6a26ea3045881ac0373c9b08cfc7fa8f6c56e')
sha256sums=('b17d9b405a4f857d401c0d6c70b61c0f1089d1a3440824e8f47ad030c768f423')
prepare() {
cd $pkgname