summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormeskarune2016-03-27 22:16:45 -0400
committermeskarune2016-03-27 22:16:45 -0400
commit13e6263f622e8d012235640a7b27134e78c0e98a (patch)
treecad7ae9670ecc9d8fdec6bd7791cc3e7a071041b
parent8953c5881a075282643d5bdd481cd94e1904f76d (diff)
downloadaur-13e6263f622e8d012235640a7b27134e78c0e98a.tar.gz
updated to latest version, updated patch file to match
-rw-r--r--PKGBUILD6
-rw-r--r--package.patch10
2 files changed, 8 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5b100ec61edd..8126e7b78253 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Contributor: burntcookie90 <aur at vishnurajeevan dot com>
_gitname=i3lock-fancy
pkgname=i3lock-fancy-git
-pkgver=r46.c30b2a1
-pkgrel=2
+pkgver=r50.eb1b51a
+pkgrel=1
pkgdesc="i3lock-color script: blurs background, adds lock icon and text, offers dark/light background detection."
arch=('i686' 'x86_64')
url="https://github.com/meskarune/i3lock-fancy"
license=('MIT')
-depends=('coreutils' 'awk' 'sed' 'bash' 'util-linux' 'imagemagick' 'i3lock-color-git' 'scrot')
+depends=('coreutils' 'awk' 'sed' 'bash' 'util-linux' 'imagemagick' 'i3lock' 'scrot')
makedepends=('git')
provides=("i3lock-fancy")
source=("git+https://github.com/meskarune/$_gitname.git")
diff --git a/package.patch b/package.patch
index a80345e8074a..8ae3f4752dc6 100644
--- a/package.patch
+++ b/package.patch
@@ -1,8 +1,8 @@
---- lock 2016-03-25 16:26:26.083985910 -0400
-+++ lock-new 2016-03-27 10:28:53.597662747 -0400
-@@ -8,10 +8,7 @@
- # Set your own font. List with "convert list font" in a terminal
- #FONT="Noto-Sans"
+--- lock 2016-03-27 22:02:18.766576563 -0400
++++ lock-new 2016-03-27 22:08:27.721197035 -0400
+@@ -34,10 +34,7 @@
+ esac
+ done
-# get path where the script is located to find the lock icon
-pushd $(dirname $0) > /dev/null