summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2023-08-16 22:02:32 -0400
committerTed Alff2023-08-16 22:02:32 -0400
commit8ae8029c73403f941d33f3fea5efb3867d6d6e7d (patch)
tree0a3a2d026c647b9db018bb75341eaa9284aad7f0
parent457d8b33f05f329959c937365ad84ee66a392bca (diff)
downloadaur-xfce4-panel-profiles-git.tar.gz
Add missing python-psutil dependency
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ac2fd3225da..2a4b4396289d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,19 @@
pkgbase = xfce4-panel-profiles-git
pkgdesc = Simple application to manage Xfce panel layouts
- pkgver = 1.0.13+0+g5afe601
+ pkgver = 1.0.14+7+g11fd0b6
pkgrel = 1
- url = https://gitlab.xfce.org/apps/xfce4-panel-profiles
+ url = https://docs.xfce.org/apps/xfce4-panel-profiles/start
arch = any
license = GPL3
makedepends = intltool
makedepends = git
depends = xfce4-panel
depends = python-gobject
- provides = xfce4-panel-profiles=1.0.13
+ depends = python-psutil
+ provides = xfce4-panel-profiles=1.0.14
conflicts = xfpanel-switch
conflicts = xfce4-panel-profiles
source = xfce4-panel-profiles::git+https://gitlab.xfce.org/apps/xfce4-panel-profiles
sha256sums = SKIP
pkgname = xfce4-panel-profiles-git
-
diff --git a/PKGBUILD b/PKGBUILD
index a711ff1a6c3a..03286fccbab3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
_pkgname=xfce4-panel-profiles
pkgname=${_pkgname}-git
-pkgver=1.0.13+0+g5afe601
+pkgver=1.0.14+7+g11fd0b6
pkgrel=1
pkgdesc="Simple application to manage Xfce panel layouts"
arch=('any')
-url="https://gitlab.xfce.org/apps/xfce4-panel-profiles"
+url="https://docs.xfce.org/apps/xfce4-panel-profiles/start"
license=('GPL3')
-depends=('xfce4-panel' 'python-gobject')
+depends=('xfce4-panel' 'python-gobject' 'python-psutil')
makedepends=('intltool' 'git')
conflicts=('xfpanel-switch' "${_pkgname}")
provides=("${_pkgname}=${pkgver%%+*}")