summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 417eb0a65b5d..7523b894de05 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = timedoctorpro
pkgdesc = App to track work time from timedoctor.com
pkgver = 1.4.75.14
- pkgrel = 1
+ pkgrel = 2
url = https://www.timedoctor.com/download.html
arch = x86_64
license = proprietary
@@ -10,6 +10,7 @@ pkgbase = timedoctorpro
depends = zlib
depends = qt4
depends = opencv2
+ depends = jasper
source = https://updates.timedoctor.com/download/_production/tdpro/linux-ubuntu-16.04/timedoctorpro_1.4.75-14ubuntu16.04_amd64.deb
md5sums = 0d50154852f5f10bd8e470066f61a523
diff --git a/PKGBUILD b/PKGBUILD
index e206ec29fa7c..9a23d4636db7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,14 +7,14 @@
pkgname=timedoctorpro
pkgver=1.4.75.14
urlver=$(echo $pkgver|sed 's/\.\([^.]*\)$/-\1/')
-pkgrel=1
+pkgrel=2
arch=('x86_64')
pkgdesc="App to track work time from timedoctor.com"
url="https://www.timedoctor.com/download.html"
license=('proprietary')
#maybe also depends=('libxss')
-depends=('libx11' 'libxcb' 'zlib' 'qt4' 'opencv2')
+depends=('libx11' 'libxcb' 'zlib' 'qt4' 'opencv2' 'jasper')
source=("https://updates.timedoctor.com/download/_production/tdpro/linux-ubuntu-16.04/timedoctorpro_${urlver}ubuntu16.04_amd64.deb")
md5sums=('0d50154852f5f10bd8e470066f61a523')