summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormattydebie2021-07-08 09:15:02 +0200
committermattydebie2021-07-08 09:15:02 +0200
commita8495ed3e2d5f393d9b6f36e11f244012d71b4d2 (patch)
tree5e011d1296b02f3aef91f48763ea921be9dfab7f
parent5e254f3efcfc8549a9d3bf5f852bbac3fb6c2c6e (diff)
downloadaur-a8495ed3e2d5f393d9b6f36e11f244012d71b4d2.tar.gz
add depends and description
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d0a88acb5ca4..88db80b8f915 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,12 @@
pkgbase = kimai2-console
+ pkgdesc = PHP Command line client for Kimai.
pkgver = 0.3.3
pkgrel = 1
url = https://github.com/kevinpapst/kimai2-console
arch = i686
arch = x86_64
license = unknown
+ depends = php>=7
source = https://github.com/kevinpapst/kimai2-console/releases/download/0.3.3/kimai.phar
sha256sums = 113e35de2a8045c2ad0510eea78076f3ac684a8af973c0b2bf7b0fa42e065103
diff --git a/PKGBUILD b/PKGBUILD
index f88b92e92e79..cec279fb0f3d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,7 @@
# Maintainer: Matthias De Bie <mattydebie@gmail.com>
pkgname="kimai2-console"
+pkgdesc="PHP Command line client for Kimai."
pkgver="0.3.3"
pkgrel=1
url="https://github.com/kevinpapst/kimai2-console"
@@ -8,6 +9,7 @@ arch=('i686' 'x86_64')
license=('unknown')
source=("https://github.com/kevinpapst/kimai2-console/releases/download/0.3.3/kimai.phar")
sha256sums=('113e35de2a8045c2ad0510eea78076f3ac684a8af973c0b2bf7b0fa42e065103')
+depends=("php>=7")
package() {
chmod +x kimai.phar