summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkolorafa2016-12-08 10:51:26 +0100
committerkolorafa2016-12-08 10:51:26 +0100
commit874f612e8ad401b764d798bc5387547d0c943f87 (patch)
tree88b2b9295bd2893bcaaf770a49bf3954bfbdaba0
parent696dc7d487da62ba9b4072f4e2ed162a83648224 (diff)
downloadaur-874f612e8ad401b764d798bc5387547d0c943f87.tar.gz
/opt/timedoctorpro/timedoctorpro.run: error while loading shared libraries: libjasper.so.1: cannot open shared object file: No such file or directory
-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')