summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2023-08-16 22:00:19 -0400
committerTed Alff2023-08-16 22:00:19 -0400
commit1f0d568c13663fd6fc7431449ce4b4340c0b78a7 (patch)
treedb0b3585a1d622f04c23211ee9137a06eb6e818c
parent7294418db4ffa81decb752ccd0c0fc3dd1f29d70 (diff)
downloadaur-1f0d568c13663fd6fc7431449ce4b4340c0b78a7.tar.gz
Add missing python-psutil dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a1c12c1d68ae..9c7253c55206 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
pkgbase = xfce4-panel-profiles
pkgdesc = Simple application to manage Xfce panel layouts
pkgver = 1.0.14
- pkgrel = 1
- url = https://git.xfce.org/apps/xfce4-panel-profiles/about/
+ pkgrel = 2
+ url = https://docs.xfce.org/apps/xfce4-panel-profiles/start
arch = any
groups = xfce4-goodies
license = GPL3
makedepends = intltool
depends = xfce4-panel
depends = python-gobject
+ depends = python-psutil
conflicts = xfpanel-switch
source = https://archive.xfce.org/src/apps/xfce4-panel-profiles/1.0/xfce4-panel-profiles-1.0.14.tar.bz2
sha256sums = 6d08354e8c44d4b0370150809c1ed601d09c8b488b68986477260609a78be3f9
diff --git a/PKGBUILD b/PKGBUILD
index 1561a8e106b6..34e68f617210 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=xfce4-panel-profiles
pkgver=1.0.14
-pkgrel=1
+pkgrel=2
pkgdesc="Simple application to manage Xfce panel layouts"
arch=('any')
-url="https://git.xfce.org/apps/xfce4-panel-profiles/about/"
+url="https://docs.xfce.org/apps/xfce4-panel-profiles/start"
license=('GPL3')
groups=('xfce4-goodies')
-depends=('xfce4-panel' 'python-gobject')
+depends=('xfce4-panel' 'python-gobject' 'python-psutil')
makedepends=('intltool')
conflicts=('xfpanel-switch')
replces=('xfpanel-switch')