summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSanskritFritz2016-07-04 21:26:10 +0200
committerSanskritFritz2016-07-04 21:26:10 +0200
commit5ec5ceeef0a5afe6ea4b7bcb9df066f0524cdfc0 (patch)
treefb2ab37084b9038378115a87f1a56c1e763ba314
parent5218d0bbf15b04e6b3a57be0be6e8ff1e9a952d6 (diff)
downloadaur-timekpr.tar.gz
Dependency pygtk added.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e839fab63f9..5c0390d04121 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Tue Jun 21 08:34:49 UTC 2016
+# Mon Jul 4 19:25:51 UTC 2016
pkgbase = timekpr
pkgdesc = Control the computer usage of your users. You can limit daily usage based on a timed access duration and configure periods of day when they can log in.
pkgver = 0.3.2
- pkgrel = 12
+ pkgrel = 13
url = https://launchpad.net/timekpr
install = timekpr.install
- arch = i686
- arch = x86_64
+ arch = any
license = GPL
depends = python2
+ depends = pygtk
optdepends = gksu: run with root privileges
optdepends = kdesu: run with root privileges
optdepends = kdesudo: run with root privileges
diff --git a/PKGBUILD b/PKGBUILD
index e06470ff5929..ec9b802a387d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
pkgname=timekpr
pkgver=0.3.2
-pkgrel=12
+pkgrel=13
pkgdesc="Control the computer usage of your users. You can limit daily usage based on a timed access duration and configure periods of day when they can log in."
-arch=('i686' 'x86_64')
+arch=('any')
url=https://launchpad.net/timekpr
license=('GPL')
-depends=('python2')
+depends=('python2' 'pygtk')
optdepends=('gksu: run with root privileges'
'kdesu: run with root privileges'
'kdesudo: run with root privileges')
source=("http://launchpad.net/$pkgname/trunk/$pkgver/+download/${pkgname}_${pkgver}~ppa1~ubuntu2.tar.gz"
- "timekpr.service"
- "Initializes_lastNotified_before_it_is_used.patch")
+ "timekpr.service"
+ "Initializes_lastNotified_before_it_is_used.patch")
backup=('etc/timekpr.conf')
install='timekpr.install'
md5sums=('0626ee6b6b6d218dfdd6e79331f789a2'