summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authornano132017-09-25 22:40:43 +0200
committernano132017-09-25 22:40:43 +0200
commitc12bbf5ae737e6d38f66beff9b6d3e16182af93a (patch)
tree05ff81988d04bd9c548a0bd82957734275a379cb /PKGBUILD
parent6fe908352d1175f1255df5751012f360c763a03f (diff)
downloadaur-c12bbf5ae737e6d38f66beff9b6d3e16182af93a.tar.gz
removed unneded but disturbing comma
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 834f2e488989..b167b893a5df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="Kimai is a free open source timetracker"
url="http://www.kimai.org/"
arch=('any')
license=('GPL')
-depends=('php', 'mariadb')
+depends=('php' 'mariadb')
makedepends=('git')
source=("${pkgname}"::"git+https://github.com/kimai/kimai.git")
sha512sums=('SKIP')