slock

My slock fork
git clone https://git.kausban.com/slock/raw/.git
Log | Files | Refs | README

commit 4ad9b1b0dc5f64761bf7d12a58c4dfc1984aed33
parent c35a03f6848a897ecc52ba5c03ac0deec0ee4727
Author: kausban <mail@kausban.com>
Date:   Tue, 20 Oct 2020 23:44:02 +0200

update version

Diffstat:
MPKGBUILD | 4++--
Mconfig.h | 2+-
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/PKGBUILD b/PKGBUILD @@ -3,7 +3,7 @@ pkgname=slock pkgver=1.4 -pkgrel=3 +pkgrel=4 pkgdesc="A simple screen locker for X" arch=('x86_64') url="https://tools.suckless.org/slock" @@ -17,7 +17,7 @@ source=("https://dl.suckless.org/tools/$pkgname-$pkgver.tar.gz" md5sums=('f91dd5ba50ce7bd1842caeca067086a3' 'eddc691152663c3f623ad63649b93bc2' '030f0ba0039750b67460f0b4b0ad147b' - 'f282e1e40e71a2e0fb0c6731c012695b') + '3c7c2f5567299b01b28232ada132e28f') prepare() { cd "$srcdir/slock-$pkgver" diff --git a/config.h b/config.h @@ -7,7 +7,7 @@ static const char *colorname[NUMCOLS] = { [INIT] = "black", /* after initialization */ [INPUT] = "#005577", /* during input */ [FAILED] = "#CC3333", /* wrong password */ - [PAM] = "#9400D3", /* waiting for PAM */ + [PAM] = "#C87137", /* waiting for PAM */ }; /* treat a cleared input like a wrong password (color) */