summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkolorafa2017-04-04 20:34:42 +0200
committerkolorafa2017-04-04 20:34:42 +0200
commit3d484dc77c7f8a79fa31b9806198f04b5c9c6709 (patch)
tree66347223bdf61fd3981b0082cc13f97718983a9d /PKGBUILD
parentd78439f01c2a0cd76cb40d82ff39592fb938f94a (diff)
downloadaur-3d484dc77c7f8a79fa31b9806198f04b5c9c6709.tar.gz
Added flag that it conflicts with opencv2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7653bcadb96a..9be881dd2760 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=timedoctorpro
pkgver=1.4.75.14
urlver=$(echo $pkgver|sed 's/\.\([^.]*\)$/-\1/')
-pkgrel=4
+pkgrel=5
arch=('x86_64')
pkgdesc="App to track work time from timedoctor.com"
url="https://www.timedoctor.com/download.html"
@@ -15,6 +15,7 @@ license=('proprietary')
#maybe also depends=('libxss')
depends=('libx11' 'libxcb' 'zlib' 'qt4' 'opencv' 'jasper')
+conflicts=('opencv2')
source=(
"https://updates.timedoctor.com/download/_production/tdpro/linux-ubuntu-16.04/timedoctorpro_${urlver}ubuntu16.04_amd64.deb"