Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages /
xfce4-time-out-plugin
Commits:
94df24d4 by Evangelos Foutras at 2024-12-25T15:41:24+02:00
upgpkg: 1.1.4-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,16 +1,15 @@
pkgbase = xfce4-time-out-plugin
pkgdesc = Take a break from your computer with this plugin for Xfce4
- pkgver = 1.1.3
- pkgrel = 4
+ pkgver = 1.1.4
+ pkgrel = 1
url = https://docs.xfce.org/panel-plugins/xfce4-time-out-plugin/start
arch = x86_64
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-time-out-plugin.git#tag=xfce4-time-out-plugin-1.1.3
- sha256sums =
bea1f9a5bfae7cf2c59c764d8c0cb22a40cf61f9d3003bc49553454755ae08ea
+ source =
git+https://gitlab.xfce.org/panel-plugins/xfce4-time-out-plugin.git#tag=xfce4-time-out-plugin-1.1.4
+ sha256sums =
ce345a90feb1838d0ee31368b2b34e488032d8c7a103c058876ab66450f004c3
pkgname = xfce4-time-out-plugin
=====================================
PKGBUILD
=====================================
@@ -4,17 +4,17 @@
# Contributor: Abhishek Dasgupta <[email protected]>
pkgname=xfce4-time-out-plugin
-pkgver=1.1.3
-pkgrel=4
+pkgver=1.1.4
+pkgrel=1
pkgdesc="Take a break from your computer with this plugin for Xfce4"
arch=('x86_64')
url="https://docs.xfce.org/panel-plugins/xfce4-time-out-plugin/start"
groups=('xfce4-goodies')
license=('GPL-2.0-or-later')
depends=('xfce4-panel')
-makedepends=('git' 'intltool' 'xfce4-dev-tools')
+makedepends=('git' 'xfce4-dev-tools')
source=("git+https://gitlab.xfce.org/panel-plugins/xfce4-time-out-plugin.git#tag=$pkgname-$pkgver")
-sha256sums=('bea1f9a5bfae7cf2c59c764d8c0cb22a40cf61f9d3003bc49553454755ae08ea')
+sha256sums=('ce345a90feb1838d0ee31368b2b34e488032d8c7a103c058876ab66450f004c3')
prepare() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xfce4-time-out-plugin/-/commit/94df24d4afe1cba0153beae2caff2ea69efd9fc9
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xfce4-time-out-plugin/-/commit/94df24d4afe1cba0153beae2caff2ea69efd9fc9
You're receiving this email because of your account on gitlab.archlinux.org.