summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkolorafa2016-10-04 21:06:15 +0200
committerkolorafa2016-10-04 21:06:15 +0200
commit24d6e0b1b7c4336767c1417115f1e3adc7a8a510 (patch)
tree43c2fc01762dfb6ef7470056905c012655918e37
parentb19b3238eccfb82f91f07122a621e9bff15e0238 (diff)
downloadaur-24d6e0b1b7c4336767c1417115f1e3adc7a8a510.tar.gz
Updated version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b43e33f3a7e..a13c342732d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = timedoctorpro
pkgdesc = App to track work time from timedoctor.com
- pkgver = 1.4.75
- pkgrel = 2
+ pkgver = 1.4.75.13
+ pkgrel = 1
url = https://www.timedoctor.com/download.html
arch = x86_64
license = proprietary
@@ -10,8 +10,8 @@ pkgbase = timedoctorpro
depends = zlib
depends = qt4
depends = opencv2
- source = https://updates.timedoctor.com/download/_production/tdpro/linux-ubuntu-16.04/timedoctorpro_1.4.75-12ubuntu16.04_amd64.deb
- md5sums = 4b9273274ed90aff40fbcde13cf4ce6d
+ source = https://updates.timedoctor.com/download/_production/tdpro/linux-ubuntu-16.04/timedoctorpro_1.4.75-13ubuntu16.04_amd64.deb
+ md5sums = 5529730788fd82ecf549eacd92006a1a
pkgname = timedoctorpro
diff --git a/PKGBUILD b/PKGBUILD
index 4d001a2f2bb3..b1099465659f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,9 @@
# Maintainer: Your Name <youremail@domain.com>
pkgname=timedoctorpro
-pkgver=1.4.75
-pkgrel=2
+pkgver=1.4.75.13
+urlver=$(echo $pkgver|sed 's/\.\([^.]*\)$/-\1/')
+pkgrel=1
arch=('x86_64')
pkgdesc="App to track work time from timedoctor.com"
url="https://www.timedoctor.com/download.html"
@@ -15,8 +16,8 @@ license=('proprietary')
#maybe also depends=('libxss')
depends=('libx11' 'libxcb' 'zlib' 'qt4' 'opencv2')
-source=("https://updates.timedoctor.com/download/_production/tdpro/linux-ubuntu-16.04/timedoctorpro_${pkgver}-12ubuntu16.04_amd64.deb")
-md5sums=('4b9273274ed90aff40fbcde13cf4ce6d')
+source=("https://updates.timedoctor.com/download/_production/tdpro/linux-ubuntu-16.04/timedoctorpro_${urlver}ubuntu16.04_amd64.deb")
+md5sums=('5529730788fd82ecf549eacd92006a1a')
package() {
cd $pkgdir