summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbudRich2022-07-03 19:20:06 +0200
committerbudRich2022-07-03 19:20:06 +0200
commiteced2690002224cd67fcc83efb6e292fc9d66633 (patch)
treea4b242bd183eef977f1b0d819be48bff12cb609a
parent9725766350baa0216980e13d8cce0736484a13d2 (diff)
downloadaur-xfce4-genmon-plugin-git.tar.gz
FIX - use correct source url https://gitlab.xfce.org/panel-plugins/xfce4-genmon-plugin
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eaef1cba3292..378d584756a5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xfce4-genmon-plugin-git
pkgdesc = plugin that monitors customizable programs stdout for the Xfce4 panel
- pkgver = r768.efe2584
+ pkgver = r834.164b4a3
pkgrel = 1
arch = x86_64
license = LGPL2
@@ -9,8 +9,7 @@ pkgbase = xfce4-genmon-plugin-git
depends = xfce4-panel
provides = xfce4-genmon-plugin
conflicts = xfce4-genmon-plugin
- source = git+https://gitlab.xfce.org/kevinbowen/xfce4-genmon-plugin.git
+ source = git+https://gitlab.xfce.org/panel-plugins/xfce4-genmon-plugin.git
md5sums = SKIP
pkgname = xfce4-genmon-plugin-git
-
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')