summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKye W. Shi2017-06-15 13:32:11 -0700
committerKye W. Shi2017-06-15 13:32:11 -0700
commit2365d81cb26bcca4e2a13d1b67abc942a2815ceb (patch)
tree8457dc0e19f1ef9ea4f93a854d3bed762ed91834
parentfc9292975b5888cba74b570c5ce01e03480787ae (diff)
downloadaur-slock-gruvbox.tar.gz
Change blue to aqua
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--gruvbox.patch2
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cdb3c20bd5bf..392014ad711a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = slock-gruvbox
pkgdesc = A simple screen locker for X, modified for the gruvbox colorscheme
pkgver = 1.4
- pkgrel = 2
+ pkgrel = 3
url = http://tools.suckless.org/slock
arch = any
license = MIT
@@ -15,7 +15,7 @@ pkgbase = slock-gruvbox
source = http://dl.suckless.org/tools/slock-1.4.tar.gz
source = gruvbox.patch
md5sums = f91dd5ba50ce7bd1842caeca067086a3
- md5sums = dcc568535e4dbffda9e807a01e47f65f
+ md5sums = edf4ea3c7db6dd0dc064bab667b3e1ba
pkgname = slock-gruvbox
diff --git a/PKGBUILD b/PKGBUILD
index 7451701f82e7..55d65d4d0453 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=slock-gruvbox
pkgver=1.4
-pkgrel=2
+pkgrel=3
pkgdesc="A simple screen locker for X, modified for the gruvbox colorscheme"
arch=('any')
url="http://tools.suckless.org/slock"
@@ -16,7 +16,7 @@ provides=('slock')
source=("http://dl.suckless.org/tools/slock-$pkgver.tar.gz" 'gruvbox.patch')
#source=("slock-$pkgver.tar.bz2::http://hg.suckless.org/slock/archive/$_pkgver.tar.gz")
md5sums=('f91dd5ba50ce7bd1842caeca067086a3'
- 'dcc568535e4dbffda9e807a01e47f65f')
+ 'edf4ea3c7db6dd0dc064bab667b3e1ba')
prepare() {
cd "$srcdir/slock-$pkgver"
diff --git a/gruvbox.patch b/gruvbox.patch
index 7b4a45cc7f50..830bbaa8709a 100644
--- a/gruvbox.patch
+++ b/gruvbox.patch
@@ -9,7 +9,7 @@ diff -aur slock-1.4/config.def.h slock-1.4.new/config.def.h
- [INPUT] = "#005577", /* during input */
- [FAILED] = "#CC3333", /* wrong password */
+ [INIT] = "#282828", /* after initialization */
-+ [INPUT] = "#458588", /* during input */
++ [INPUT] = "#689d6a", /* during input */
+ [FAILED] = "#cc241d", /* wrong password */
};