summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Magno2016-02-22 06:00:17 -0300
committerAlexandre Magno2016-02-22 06:00:17 -0300
commitdd7340e8804776df85fe1eb82a79384e7f1349fb (patch)
tree93ecbc9116d6d2ba694f689c44ad4953c7ae33cc
parente25d00d4cecc64f3a4a7e96c415e6651a32667cd (diff)
downloadaur-dd7340e8804776df85fe1eb82a79384e7f1349fb.tar.gz
Fixes conflict with toggl-bin
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 82bd54d94a93..ea9663f98580 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
# Generated by mksrcinfo v8
-# Sat Feb 20 17:07:52 UTC 2016
+# Mon Feb 22 08:59:45 UTC 2016
pkgbase = toggl-cli
pkgdesc = Command line client for Toggl timekeeping
pkgver = 0.2.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/gabalese/toggl-cli
arch = any
license = MIT
depends = java-runtime
+ conflicts = toggl-bin
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 7a92b079f563..a8a60be87cac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,14 @@
pkgname=toggl-cli
_majorver=0.2
pkgver=0.2.1
-pkgrel=1
+pkgrel=2
_author=gabalese
_maintainer=alexandre-mbm
pkgdesc="Command line client for Toggl timekeeping"
arch=('any')
url="https://github.com/${_author}/${pkgname}"
license=('MIT')
+conflicts=('toggl-bin')
depends=('java-runtime')
makedepends=()
source=("https://github.com/${_author}/${pkgname}/releases/download/v${pkgver}/${pkgname}-${_majorver}.tar.gz")