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 3c3ed02eee06..bc502d72b0c8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = rescuetime2
pkgdesc = Application time-tracking for Linux. Stable version
pkgver = 2.16.5.1
- pkgrel = 1
+ pkgrel = 2
url = https://www.rescuetime.com
arch = i686
arch = x86_64
@@ -11,6 +11,7 @@ pkgbase = rescuetime2
depends = qt5-base
depends = xorg-xprop
depends = xprintidle
+ depends = inetutils
conflicts = rescuetime
source_i686 = rescuetime2_2.16.5.1_i686.deb::https://www.rescuetime.com/installers/rescuetime_current_i386.deb
sha256sums_i686 = 0bb56c21225ecd6670ab7f95a140377489b7bf56976985d87281bd0881f73bf7
diff --git a/PKGBUILD b/PKGBUILD
index 35c7435c50ab..969ffa5f73f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=rescuetime2
pkgver=2.16.5.1
-pkgrel=1
+pkgrel=2
pkgdesc="Application time-tracking for Linux. Stable version"
arch=('i686' 'x86_64')
url=https://www.rescuetime.com
license=('proprietary')
-depends=('sqlite' 'qt5-base' 'xorg-xprop' 'xprintidle')
+depends=('sqlite' 'qt5-base' 'xorg-xprop' 'xprintidle' 'inetutils')
makedepends=('gendesk')
conflicts=('rescuetime')
source_i686=("${pkgname}_${pkgver}_i686.deb"::"$url/installers/rescuetime_current_i386.deb")