diff options
author | SanskritFritz | 2020-10-26 11:30:50 +0100 |
---|---|---|
committer | SanskritFritz | 2020-10-26 11:30:50 +0100 |
commit | 163838feb926571950db834c4352ce3fef1522df (patch) | |
tree | 19471107531420a231ade18ee76f50ebf556b70c | |
parent | 3b9cd4c941a06ed81b4f38870203d411187d0a35 (diff) | |
download | aur-163838feb926571950db834c4352ce3fef1522df.tar.gz |
Removed unnecessary dependency versions.
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,18 +1,18 @@ 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.4.3 - pkgrel = 1 + pkgrel = 2 url = https://launchpad.net/timekpr-next install = timekpr-next.install arch = any license = GPL depends = python-gobject - depends = gtk3>=3.4 + depends = gtk3 depends = polkit depends = python-dbus depends = python-gobject depends = libappindicator-gtk3 - depends = dbus>=1.10.1 + depends = dbus depends = python-psutil optdepends = lxqt-policykit: to start the Control Panel like in LXQT optdepends = mate-polkit: to start the Control Panel like in Mate @@ -3,12 +3,12 @@ _pkgname=timekpr pkgname=$_pkgname-next pkgver=0.4.3 -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' 'libappindicator-gtk3' 'dbus>=1.10.1' 'python-psutil') +depends=('python-gobject' 'gtk3' 'polkit' 'python-dbus' 'python-gobject' 'libappindicator-gtk3' 'dbus' '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' |