summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYamakaky2017-02-12 20:56:27 -0500
committerYamakaky2017-02-12 20:56:27 -0500
commitcf6386bae9d4bad7682190af932cf7037d8a53d7 (patch)
tree90c0512a758dce8d3eae7f747997417525a90ae0 /PKGBUILD
parentea06c8f9cd882a7ec789821c11a077e222116792 (diff)
downloadaur-cf6386bae9d4bad7682190af932cf7037d8a53d7.tar.gz
1.1.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD15
1 files changed, 9 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index de75d9e20149..058a16b0c911 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,22 @@
# Maintainer: Yamakaky <yamakaky@yamaworld_fr>
pkgname=safeeyes
-pkgver=1.1.2
+pkgver=1.1.5
pkgrel=1
pkgdesc="A Linux alternative for EyeLeo"
arch=("any")
url="https://github.com/slgobinath/SafeEyes"
license=("GPL3")
-depends=("python2-xlib"
- "python2-gobject"
+depends=("hicolor-icon-theme"
+ "libappindicator-gtk3"
+ "mpg123"
+ "python2-babel"
"python2-dbus"
- "hicolor-icon-theme"
+ "python2-gobject"
+ "python2-xlib"
"xorg-xprop"
- "libappindicator-gtk3")
+ "xprintidle")
source=(safeeyes-$pkgver.tar.gz::"https://github.com/slgobinath/SafeEyes/releases/download/v$pkgver/safeeyes.tar.gz")
-sha1sums=('d7b15ebafb20d09dda3b6d47763c31f7c4f82e58')
+sha1sums=('818d0a45c7469ce54aa66ad4667aaeed55cd1196')
package() {
mkdir -p "$pkgdir/usr/bin" "$pkgdir/usr/lib"