summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbudRich2022-07-03 19:20:06 +0200
committerbudRich2022-07-03 19:20:06 +0200
commiteced2690002224cd67fcc83efb6e292fc9d66633 (patch)
treea4b242bd183eef977f1b0d819be48bff12cb609a /PKGBUILD
parent9725766350baa0216980e13d8cce0736484a13d2 (diff)
downloadaur-eced2690002224cd67fcc83efb6e292fc9d66633.tar.gz
FIX - use correct source url https://gitlab.xfce.org/panel-plugins/xfce4-genmon-plugin
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a177576c937d..0a9f9e575438 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
-# Maintainer: Frederic Bezies <fredbezies at gmail dot com>
+# Maintainer: budRich <of budlabs>
+# Contributor: Frederic Bezies <fredbezies at gmail dot com>
# Contributor: Kevin Hanselman <kevin.hanselman@gmail.com>
pkgname=xfce4-genmon-plugin-git
-pkgver=r768.efe2584
+pkgver=r834.164b4a3
pkgrel=1
pkgdesc="plugin that monitors customizable programs stdout for the Xfce4 panel"
arch=('x86_64')
@@ -10,7 +11,7 @@ makedepends=('git' 'xfce4-dev-tools')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
depends=('xfce4-panel')
-source=('git+https://gitlab.xfce.org/kevinbowen/xfce4-genmon-plugin.git')
+source=('git+https://gitlab.xfce.org/panel-plugins/xfce4-genmon-plugin.git')
noextract=()
md5sums=('SKIP')