summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYamakaky2018-01-30 22:49:21 +0100
committerYamakaky2018-01-30 22:49:21 +0100
commitb700e78dcd13a0b479811dcca0049e9ca57e54b4 (patch)
tree4e979fefb12ee075e713ba0155092233607780b0 /PKGBUILD
parent2f096635df1a7593b1cfe92d39d68cb2ab5feb6b (diff)
downloadaur-b700e78dcd13a0b479811dcca0049e9ca57e54b4.tar.gz
Add missing dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD15
1 files changed, 8 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cc2087732218..7f8f071dc48b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,22 +1,23 @@
# Maintainer: Yamakaky <yamakaky@yamaworld_fr>
pkgname=safeeyes
pkgver=2.0.2
-pkgrel=1
+pkgrel=2
pkgdesc="A Free and Open Source tool for Linux users to reduce and prevent repetitive strain injury (RSI)."
arch=("any")
url="https://github.com/slgobinath/SafeEyes"
license=("GPL3")
-depends=("python"
+depends=("alsa-utils"
"hicolor-icon-theme"
"libappindicator-gtk3"
- "python-xlib"
- "python-psutil"
+ "python"
"python-babel"
"python-dbus"
"python-gobject"
- "alsa-utils"
- "xorg-xprop"
- "xprintidle")
+ "python-psutil"
+ "python-xlib"
+ "xorg-xprop")
+makedepends=("python-setuptools")
+optdepends=("xprintidle: better idle timer")
source=(safeeyes-$pkgver.tar.gz::"https://github.com/slgobinath/SafeEyes/archive/v$pkgver.tar.gz")
sha1sums=('82ff927122ba39d1060f3bcd85d3bc06f5d082c7')