summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
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")