summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGobinath2017-10-12 13:10:08 -0400
committerGobinath2017-10-12 13:10:08 -0400
commitf02c9978532c79230ea3a7a81fdae9bc74635b5f (patch)
tree10dee91eb18321fbf316b1fd2dd77708d1d849fc /PKGBUILD
parentfc333c1973641129d16f4275ce50df767c989b49 (diff)
downloadaur-f02c9978532c79230ea3a7a81fdae9bc74635b5f.tar.gz
Release Safe Eyes 2.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 418409c5815b..1a24d27bd3c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Yamakaky <yamakaky@yamaworld_fr>
pkgname=safeeyes
-pkgver=1.2.2
+pkgver=2.0.0
pkgrel=1
pkgdesc="A Linux alternative for EyeLeo"
arch=("any")
@@ -10,14 +10,14 @@ depends=("python"
"hicolor-icon-theme"
"libappindicator-gtk3"
"python-xlib"
- "python-pyaudio"
"python-psutil"
"python-babel"
"python-dbus"
+ "alsa-utils"
"xorg-xprop"
"xprintidle")
source=(safeeyes-$pkgver.tar.gz::"https://github.com/slgobinath/SafeEyes/archive/v$pkgver.tar.gz")
-sha1sums=('0f10b298116e62fce79fe50dfe4f6af738d09c36')
+sha1sums=('3e5e0d848ca70a16c0534861d75ed63afdf4f6f7')
package() {
cd "$srcdir/SafeEyes-$pkgver"