summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormeskarune2016-03-28 10:48:07 -0400
committermeskarune2016-03-28 10:48:07 -0400
commit8cce1065f7237cdb849b2d2fb88d7e8d02f93a2e (patch)
tree69d125a66bdbcdda628d8e453f53bdfcae8c2fd5
parent779d7bf3fdd150c95e5f51516e2d2d4cf1c6e365 (diff)
downloadaur-8cce1065f7237cdb849b2d2fb88d7e8d02f93a2e.tar.gz
updated version and patch file
-rw-r--r--PKGBUILD2
-rw-r--r--package.patch12
2 files changed, 7 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1c53a69ad966..9c2d9834db96 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: burntcookie90 <aur at vishnurajeevan dot com>
_gitname=i3lock-fancy
pkgname=i3lock-fancy-git
-pkgver=r51.8dea2ee%
+pkgver=r70.70cf937
pkgrel=1
pkgdesc="i3lock-color script: blurs background, adds lock icon and text, offers dark/light background detection."
arch=('i686' 'x86_64')
diff --git a/package.patch b/package.patch
index f5e8b31bd4d0..c00aef1d494b 100644
--- a/package.patch
+++ b/package.patch
@@ -1,13 +1,13 @@
---- lock 2016-03-28 00:03:43.768501884 -0400
-+++ lock-new 2016-03-28 00:07:49.391761702 -0400
-@@ -34,10 +34,7 @@
+--- lock 2016-03-28 10:42:23.087201354 -0400
++++ lock-new 2016-03-28 10:45:26.600775556 -0400
+@@ -37,9 +37,8 @@
esac
done
-# get path where the script is located to find the lock icon
--pushd $(dirname $0) > /dev/null
--SCRIPTPATH=$(pwd)
--popd > /dev/null
+-SCRIPTPATH=$(realpath "$0")
+-SCRIPTPATH=${SCRIPTPATH%/*}
++# path where the lock icons are
+SCRIPTPATH="/usr/share/i3lock-fancy"
# l10n support