summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAsyrique Thevendran2017-05-01 00:05:28 +0800
committerAsyrique Thevendran2017-05-01 00:05:28 +0800
commit20f117fdf46918956cd3b590306e4bdafd814dc5 (patch)
tree5c439c4ecfc47964ae6d9cf700872d72f45e8eb4
parentfa34feda1626c72196d8ac0697f8f92d39b42d04 (diff)
downloadaur-20f117fdf46918956cd3b590306e4bdafd814dc5.tar.gz
move to sha256sums
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e70ddfc813d..0d514fce3a6b 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 = 2
+ pkgrel = 3
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 = DCA26B5A45F0C461C791C716B0CE6A07
+ sha256sums_i686 = 41063f2bd2bc86d170874474707339ac5f01b0e3317f56a633c7d825c0132e1a
source_x86_64 = https://www.rescuetime.com/installers/rescuetime_current_amd64.deb
- md5sums_x86_64 = 0570FAA5FF802A42EC139FDEEC4681F2
+ sha256sums_x86_64 = d02492c721d51a3cffb9205a233218e74ef4261124c7fb59b826f111bf580cc9
pkgname = rescuetime
diff --git a/PKGBUILD b/PKGBUILD
index 1c4484c45419..e911fe98256d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=rescuetime
pkgver=2.9.11.1295
-pkgrel=2
+pkgrel=3
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=('DCA26B5A45F0C461C791C716B0CE6A07')
-md5sums_x86_64=('0570FAA5FF802A42EC139FDEEC4681F2')
+sha256sums_i686=('41063f2bd2bc86d170874474707339ac5f01b0e3317f56a633c7d825c0132e1a')
+sha256sums_x86_64=('d02492c721d51a3cffb9205a233218e74ef4261124c7fb59b826f111bf580cc9')
pkgver() {
grep Version control | cut --fields=2 -d' '