summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYamakaky2017-01-12 08:53:52 -0500
committerYamakaky2017-01-12 08:53:52 -0500
commitea06c8f9cd882a7ec789821c11a077e222116792 (patch)
tree64e8a4a07331a9b2f717b4d1ec573f368f5fb5a6
parent2b426213becc89a86f814adf2814493c2a8a7057 (diff)
downloadaur-ea06c8f9cd882a7ec789821c11a077e222116792.tar.gz
1.1.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ffea8c771ce6..11c145bd52d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = safeeyes
pkgdesc = A Linux alternative for EyeLeo
- pkgver = 1.0.9
- pkgrel = 2
+ pkgver = 1.1.2
+ pkgrel = 1
url = https://github.com/slgobinath/SafeEyes
arch = any
license = GPL3
@@ -11,8 +11,8 @@ pkgbase = safeeyes
depends = hicolor-icon-theme
depends = xorg-xprop
depends = libappindicator-gtk3
- source = https://github.com/slgobinath/SafeEyes/releases/download/v1.0.9/safeeyes.tar.gz
- sha1sums = 4eafd846353478c14452733dc8943f512737734d
+ source = safeeyes-1.1.2.tar.gz::https://github.com/slgobinath/SafeEyes/releases/download/v1.1.2/safeeyes.tar.gz
+ sha1sums = d7b15ebafb20d09dda3b6d47763c31f7c4f82e58
pkgname = safeeyes
diff --git a/PKGBUILD b/PKGBUILD
index 1b92167f13ce..de75d9e20149 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Yamakaky <yamakaky@yamaworld_fr>
pkgname=safeeyes
-pkgver=1.0.9
-pkgrel=2
+pkgver=1.1.2
+pkgrel=1
pkgdesc="A Linux alternative for EyeLeo"
arch=("any")
url="https://github.com/slgobinath/SafeEyes"
@@ -12,8 +12,8 @@ depends=("python2-xlib"
"hicolor-icon-theme"
"xorg-xprop"
"libappindicator-gtk3")
-source=("https://github.com/slgobinath/SafeEyes/releases/download/v$pkgver/safeeyes.tar.gz")
-sha1sums=('4eafd846353478c14452733dc8943f512737734d')
+source=(safeeyes-$pkgver.tar.gz::"https://github.com/slgobinath/SafeEyes/releases/download/v$pkgver/safeeyes.tar.gz")
+sha1sums=('d7b15ebafb20d09dda3b6d47763c31f7c4f82e58')
package() {
mkdir -p "$pkgdir/usr/bin" "$pkgdir/usr/lib"