summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortuxflo2016-02-02 21:13:24 +0100
committertuxflo2016-02-02 21:13:24 +0100
commitdba46eeb0b11252122c9364a9a06963ceff9f15d (patch)
treeee8531523baa509431a5a7a690361a59dca431cd /PKGBUILD
parentdbc597c5af9209e58cd46ddb18e1590de6831bbc (diff)
downloadaur-timeit-git.tar.gz
add dependencies from namcap
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 442cc53a0e91..6f2a0212233d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Simple workspace based timetracking tool"
arch=('i686' 'x86_64')
url="https://github.com/Hoglet/TimeIT"
license=('gpl-2.0')
-depends=('cmake')
+depends=('cmake' 'libnotify' 'gtkmm' 'jansson' 'libxss')
#optdepends=('timeit-server')
source=('timeit::git+https://github.com/Hoglet/TimeIT')