summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAsyrique Thevendran2017-04-26 11:18:28 +0800
committerAsyrique Thevendran2017-04-26 11:18:28 +0800
commitfa34feda1626c72196d8ac0697f8f92d39b42d04 (patch)
tree961f8cf6f9288817c647f20b82dea0899504289c
parenta44bf17cf07728a96c01f6ad2aa3e801dff7c472 (diff)
downloadaur-fa34feda1626c72196d8ac0697f8f92d39b42d04.tar.gz
update md5sums and package version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 95145a12bd56..3e70ddfc813d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = rescuetime
pkgdesc = Application time-tracking for Linux. Stable version
pkgver = 2.9.11.1295
- pkgrel = 1
+ pkgrel = 2
url = https://www.rescuetime.com
install = rescuetime.install
changelog = rescuetime.changelog
@@ -13,9 +13,9 @@ pkgbase = rescuetime
depends = xprintidle
conflicts = rescuetime-beta
source_i686 = https://www.rescuetime.com/installers/rescuetime_current_i386.deb
- md5sums_i686 = B5FC9496D6854EFD7CBBD336EA5404B1
+ md5sums_i686 = DCA26B5A45F0C461C791C716B0CE6A07
source_x86_64 = https://www.rescuetime.com/installers/rescuetime_current_amd64.deb
- md5sums_x86_64 = 37722B78310C7AEEEAAEB40863CD4933
+ md5sums_x86_64 = 0570FAA5FF802A42EC139FDEEC4681F2
pkgname = rescuetime
diff --git a/PKGBUILD b/PKGBUILD
index fd32a3e4ac3a..1c4484c45419 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=rescuetime
pkgver=2.9.11.1295
-pkgrel=1
+pkgrel=2
pkgdesc="Application time-tracking for Linux. Stable version"
arch=('i686' 'x86_64')
url=https://www.rescuetime.com
@@ -15,8 +15,8 @@ install=$pkgname.install
changelog=$pkgname.changelog
source_i686=("$url/installers/${pkgname}_current_i386.deb")
source_x86_64=("$url/installers/${pkgname}_current_amd64.deb")
-md5sums_i686=('B5FC9496D6854EFD7CBBD336EA5404B1')
-md5sums_x86_64=('37722B78310C7AEEEAAEB40863CD4933')
+md5sums_i686=('DCA26B5A45F0C461C791C716B0CE6A07')
+md5sums_x86_64=('0570FAA5FF802A42EC139FDEEC4681F2')
pkgver() {
grep Version control | cut --fields=2 -d' '