diff options
author | SanskritFritz | 2020-03-06 12:51:02 +0100 |
---|---|---|
committer | SanskritFritz | 2020-03-06 12:51:02 +0100 |
commit | 8522742db64ad09b11432eb943ec3e9dfcf457cf (patch) | |
tree | 41c8d531f10510026768120c001ef88edcfbc0d8 | |
parent | a3be8b7257b09bba188a921a6503bac2a626f3a8 (diff) | |
download | aur-8522742db64ad09b11432eb943ec3e9dfcf457cf.tar.gz |
Upstream version 0.2.13
-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.2.12 + pkgver = 0.2.13 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.12/+download/timekpr-next-0.2.12.tar.gz - md5sums = f841b32d79dc744ae7b47f70671a296a + source = https://launchpad.net/timekpr-next/stable/0.2.13/+download/timekpr-next-0.2.13.tar.gz + md5sums = 6863eb2094ef8a36eeb39dbcbd3c23be pkgname = timekpr-next @@ -2,7 +2,7 @@ _pkgname=timekpr pkgname=$_pkgname-next -pkgver=0.2.12 +pkgver=0.2.13 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=('f841b32d79dc744ae7b47f70671a296a') +md5sums=('6863eb2094ef8a36eeb39dbcbd3c23be') package() { cd "$pkgname" |