summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Magno2016-02-20 14:08:39 -0300
committerAlexandre Magno2016-02-20 14:08:39 -0300
commite25d00d4cecc64f3a4a7e96c415e6651a32667cd (patch)
tree4dfe48fdac784cf5180f9923a255be680b15bc86
parent8bb21a52939d62098e5f7790a53273feec570d04 (diff)
downloadaur-e25d00d4cecc64f3a4a7e96c415e6651a32667cd.tar.gz
Fixes license and depends
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b794083178d1..82bd54d94a93 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
# Generated by mksrcinfo v8
-# Sat Feb 20 16:26:16 UTC 2016
+# Sat Feb 20 17:07:52 UTC 2016
pkgbase = toggl-cli
pkgdesc = Command line client for Toggl timekeeping
pkgver = 0.2.1
pkgrel = 1
url = https://github.com/gabalese/toggl-cli
arch = any
- license = GPL
+ license = MIT
+ depends = java-runtime
source = https://github.com/gabalese/toggl-cli/releases/download/v0.2.1/toggl-cli-0.2.tar.gz
md5sums = 8653f9d5728dad2bd6e0e9a3911fb3e8
diff --git a/PKGBUILD b/PKGBUILD
index 30c74ca33e06..7a92b079f563 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,8 @@ _maintainer=alexandre-mbm
pkgdesc="Command line client for Toggl timekeeping"
arch=('any')
url="https://github.com/${_author}/${pkgname}"
-license=('GPL')
-depends=()
+license=('MIT')
+depends=('java-runtime')
makedepends=()
source=("https://github.com/${_author}/${pkgname}/releases/download/v${pkgver}/${pkgname}-${_majorver}.tar.gz")
md5sums=('8653f9d5728dad2bd6e0e9a3911fb3e8')