summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYamakaky2016-10-25 21:44:56 -0400
committerYamakaky2016-10-25 21:44:56 -0400
commita52d70c0e58fab7d6f8a1dfe51f7a02a844615ad (patch)
treeb0dd2a57fdc39cf73f648d11ab0e536e9836ac89
parentdde9773b820af61a537fd398ddc757f18aedfb74 (diff)
downloadaur-a52d70c0e58fab7d6f8a1dfe51f7a02a844615ad.tar.gz
1.0.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 54578b9ac531..5d673c181e8e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = safeeyes
pkgdesc = A Linux alternative for EyeLeo
- pkgver = 1.0.6
+ pkgver = 1.0.7
pkgrel = 1
url = https://github.com/slgobinath/SafeEyes
arch = any
@@ -9,8 +9,8 @@ pkgbase = safeeyes
depends = hicolor-icon-theme
depends = xorg-xprop
depends = libappindicator-gtk3
- source = https://github.com/slgobinath/SafeEyes/releases/download/v1.0.6/safeeyes.tar.gz
- sha1sums = 993c429afc9982b6acbd5a2d7e790488154e3fb7
+ source = https://github.com/slgobinath/SafeEyes/releases/download/v1.0.7/safeeyes.tar.gz
+ sha1sums = 5b9bbc1b7d790ed6b62d80f475b24f78571a3414
pkgname = safeeyes
diff --git a/PKGBUILD b/PKGBUILD
index e8d929ea67b4..993fb15608ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Yamakaky <yamakaky@yamaworld_fr>
pkgname=safeeyes
-pkgver=1.0.6
+pkgver=1.0.7
pkgrel=1
pkgdesc="A Linux alternative for EyeLeo"
arch=("any")
@@ -11,13 +11,13 @@ depends=("python2-xlib"
"xorg-xprop"
"libappindicator-gtk3")
source=("https://github.com/slgobinath/SafeEyes/releases/download/v$pkgver/safeeyes.tar.gz")
-sha1sums=('993c429afc9982b6acbd5a2d7e790488154e3fb7')
+sha1sums=('5b9bbc1b7d790ed6b62d80f475b24f78571a3414')
package() {
mkdir -p "$pkgdir/usr/bin" "$pkgdir/usr/lib"
cp -r usr "$pkgdir/"
sed -ire "s/^Exec=.*$/Exec=safeeyes/" \
"$pkgdir/usr/share/applications/safeeyes.desktop"
- cp -r opt/safeeyes/safeeyes "$pkgdir/usr/lib/"
+ cp -r opt/safeeyes "$pkgdir/usr/lib/"
ln -s /usr/lib/safeeyes/safeeyes "$pkgdir/usr/bin/"
}