summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGobinath2017-10-12 13:10:08 -0400
committerGobinath2017-10-12 13:10:08 -0400
commitf02c9978532c79230ea3a7a81fdae9bc74635b5f (patch)
tree10dee91eb18321fbf316b1fd2dd77708d1d849fc
parentfc333c1973641129d16f4275ce50df767c989b49 (diff)
downloadaur-f02c9978532c79230ea3a7a81fdae9bc74635b5f.tar.gz
Release Safe Eyes 2.0.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a3ea12580b8e..3f0608143704 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = safeeyes
pkgdesc = A Linux alternative for EyeLeo
- pkgver = 1.2.2
+ pkgver = 2.0.0
pkgrel = 1
url = https://github.com/slgobinath/SafeEyes
arch = any
@@ -9,14 +9,14 @@ pkgbase = safeeyes
depends = hicolor-icon-theme
depends = libappindicator-gtk3
depends = python-xlib
- depends = python-pyaudio
depends = python-psutil
depends = python-babel
depends = python-dbus
+ depends = alsa-utils
depends = xorg-xprop
depends = xprintidle
- source = safeeyes-1.2.2.tar.gz::https://github.com/slgobinath/SafeEyes/archive/v1.2.2.tar.gz
- sha1sums = 0f10b298116e62fce79fe50dfe4f6af738d09c36
+ source = safeeyes-2.0.0.tar.gz::https://github.com/slgobinath/SafeEyes/archive/v2.0.0.tar.gz
+ sha1sums = 3e5e0d848ca70a16c0534861d75ed63afdf4f6f7
pkgname = safeeyes
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"