diff options
author | SanskritFritz | 2019-11-26 20:49:41 +0100 |
---|---|---|
committer | SanskritFritz | 2019-11-26 20:49:41 +0100 |
commit | c4ce065aea2c0570e03dcebd09d15bc0c765af7c (patch) | |
tree | 680cd082f5a5305950b432d61b823eff4e9a92cf | |
parent | 988a2831cea0eba98c974b6999fba00e0c814691 (diff) | |
download | aur-c4ce065aea2c0570e03dcebd09d15bc0c765af7c.tar.gz |
Upstream version 0.2.9
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -1,6 +1,6 @@ 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.7 + pkgver = 0.2.9 pkgrel = 1 url = https://launchpad.net/timekpr-next install = timekpr-next.install @@ -25,8 +25,8 @@ pkgbase = timekpr-next conflicts = timekpr-beta conflicts = timekpr-revived-bzr conflicts = timekpr-next-git - source = https://launchpad.net/timekpr-next/stable/0.2.7/+download/timekpr-next-0.2.7.tar.gz - md5sums = 24dbbc25c5c177a65e4335855795976a + source = https://launchpad.net/timekpr-next/stable/0.2.9/+download/timekpr-next-0.2.9.tar.gz + md5sums = 1a37b78d198e3ff9bcf06dd5db4b9849 pkgname = timekpr-next @@ -2,7 +2,7 @@ _pkgname=timekpr pkgname=$_pkgname-next -pkgver=0.2.7 +pkgver=0.2.9 pkgrel=1 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') @@ -16,9 +16,9 @@ optdepends=('lxqt-policykit: to start the Control Panel like in LXQT' 'xfce-polkit: to start the Control Panel like in XFCE') provides=('timekpr') conflicts=('timekpr' 'timekpr-next-beta' 'timekpr-beta' 'timekpr-revived-bzr' 'timekpr-next-git') -source=("https://launchpad.net/timekpr-next/stable/$pkgver/+download/timekpr-next-0.2.7.tar.gz") +source=("https://launchpad.net/timekpr-next/stable/$pkgver/+download/timekpr-next-$pkgver.tar.gz") install='timekpr-next.install' -md5sums=('24dbbc25c5c177a65e4335855795976a') +md5sums=('1a37b78d198e3ff9bcf06dd5db4b9849') package() { cd "$pkgname" |