Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / xfce4-docklike-plugin
Commits: e2392834 by Evangelos Foutras at 2024-12-24T20:10:47+02:00 upgpkg: 0.4.3-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,12 +1,11 @@ pkgbase = xfce4-docklike-plugin pkgdesc = A modern, docklike, minimalist taskbar for XFCE - pkgver = 0.4.2 - pkgrel = 7 + pkgver = 0.4.3 + pkgrel = 1 url = https://docs.xfce.org/panel-plugins/xfce4-docklike-plugin/start arch = x86_64 license = GPL-3.0-or-later makedepends = git - makedepends = intltool makedepends = xfce4-dev-tools depends = xfce4-panel depends = libwnck3 @@ -15,7 +14,7 @@ pkgbase = xfce4-docklike-plugin depends = cairo depends = glib2 depends = exo - source = git+https://gitlab.xfce.org/panel-plugins/xfce4-docklike-plugin.git#tag=xfce4-docklike-plugin-0.4.2 - sha256sums = 598d228eec9759dfad6db65ad0ae4b7ca8cc9f93a46323574d8c5ea7849d470b + source = git+https://gitlab.xfce.org/panel-plugins/xfce4-docklike-plugin.git#tag=xfce4-docklike-plugin-0.4.3 + sha256sums = c02c93be762c00dc90db2d5930ea9104c3434df3695ef6359603394980282a5b pkgname = xfce4-docklike-plugin ===================================== PKGBUILD ===================================== @@ -3,16 +3,16 @@ # Contributor: nsz32 <nszabo2 at gmail dot com>, bittin pkgname=xfce4-docklike-plugin -pkgver=0.4.2 -pkgrel=7 +pkgver=0.4.3 +pkgrel=1 pkgdesc="A modern, docklike, minimalist taskbar for XFCE" arch=('x86_64') url="https://docs.xfce.org/panel-plugins/xfce4-docklike-plugin/start" license=('GPL-3.0-or-later') depends=('xfce4-panel' 'libwnck3' 'libxfce4ui' 'gtk3' 'cairo' 'glib2' 'exo') -makedepends=('git' 'intltool' 'xfce4-dev-tools') +makedepends=('git' 'xfce4-dev-tools') source=("git+https://gitlab.xfce.org/panel-plugins/xfce4-docklike-plugin.git#tag=$pkgname-$pkgver") -sha256sums=('598d228eec9759dfad6db65ad0ae4b7ca8cc9f93a46323574d8c5ea7849d470b') +sha256sums=('c02c93be762c00dc90db2d5930ea9104c3434df3695ef6359603394980282a5b') prepare() { cd $pkgname View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/xfce4-docklike-plugin/-/commit/e239283447811f7554bf6f8e9345d344c476dd59 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/xfce4-docklike-plugin/-/commit/e239283447811f7554bf6f8e9345d344c476dd59 You're receiving this email because of your account on gitlab.archlinux.org.