diff options
author | SanskritFritz | 2020-03-22 12:48:57 +0100 |
---|---|---|
committer | SanskritFritz | 2020-03-22 12:48:57 +0100 |
commit | 40e2a89f34b2c6fba9a3c430f0f3304e1069a0c0 (patch) | |
tree | 85fef06822c0d16f7d5b2e1bf60593af49fa17ab | |
parent | 8522742db64ad09b11432eb943ec3e9dfcf457cf (diff) | |
download | aur-40e2a89f34b2c6fba9a3c430f0f3304e1069a0c0.tar.gz |
Dependency package name change.
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -1,7 +1,7 @@ pkgbase = timekpr-next pkgdesc = Control the computer usage of users. You can limit daily usage based on a timed access duration and configure periods of day when they can log in. pkgver = 0.2.13 - pkgrel = 1 + pkgrel = 2 url = https://launchpad.net/timekpr-next install = timekpr-next.install arch = any @@ -11,7 +11,7 @@ pkgbase = timekpr-next depends = polkit depends = python-dbus depends = python-gobject - depends = libappindicator3 + depends = libappindicator-gtk3 depends = dbus>=1.10.1 depends = python-psutil optdepends = lxqt-policykit: to start the Control Panel like in LXQT @@ -3,12 +3,12 @@ _pkgname=timekpr pkgname=$_pkgname-next pkgver=0.2.13 -pkgrel=1 +pkgrel=2 pkgdesc="Control the computer usage of users. You can limit daily usage based on a timed access duration and configure periods of day when they can log in." arch=('any') url='https://launchpad.net/timekpr-next' license=('GPL') -depends=('python-gobject' 'gtk3>=3.4' 'polkit' 'python-dbus' 'python-gobject' 'libappindicator3' 'dbus>=1.10.1' 'python-psutil') +depends=('python-gobject' 'gtk3>=3.4' 'polkit' 'python-dbus' 'python-gobject' 'libappindicator-gtk3' 'dbus>=1.10.1' 'python-psutil') optdepends=('lxqt-policykit: to start the Control Panel like in LXQT' 'mate-polkit: to start the Control Panel like in Mate' 'polkit-kde-agent: to start the Control Panel like in Plasma' |