diff options
author | SanskritFritz | 2020-10-25 21:47:46 +0100 |
---|---|---|
committer | SanskritFritz | 2020-10-25 21:47:46 +0100 |
commit | 3b9cd4c941a06ed81b4f38870203d411187d0a35 (patch) | |
tree | af5706b94f89a2c59e97c36057c3ae5e5df394db | |
parent | ec2a37267227d336f38e21138fa0efbfb8f53dc2 (diff) | |
download | aur-3b9cd4c941a06ed81b4f38870203d411187d0a35.tar.gz |
Upstream version 0.4.3
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 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.4.2 + pkgver = 0.4.3 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.4.2/+download/timekpr-next-0.4.2.tar.gz - md5sums = bd7280d3d9f5813e34b7c0b2c2987c87 + source = https://launchpad.net/timekpr-next/stable/0.4.3/+download/timekpr-next-0.4.3.tar.gz + md5sums = e4bf477a83f5e37005c4ddc7198ecbe7 pkgname = timekpr-next @@ -2,7 +2,7 @@ _pkgname=timekpr pkgname=$_pkgname-next -pkgver=0.4.2 +pkgver=0.4.3 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') @@ -18,7 +18,7 @@ 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-$pkgver.tar.gz") install='timekpr-next.install' -md5sums=('bd7280d3d9f5813e34b7c0b2c2987c87') +md5sums=('e4bf477a83f5e37005c4ddc7198ecbe7') package() { cd "$pkgname" |