summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrien Sohier2015-10-19 13:53:42 +0200
committerAdrien Sohier2015-10-19 13:53:42 +0200
commita8eb1765ed9cd5e04676ea6187e4f4f2188f22d9 (patch)
tree59e3aa2bdd9c4f2e15bf0da657e019de34c9c041
parent08d7fac18ed866ea6d559a3d34097642c4079bdc (diff)
downloadaur-a8eb1765ed9cd5e04676ea6187e4f4f2188f22d9.tar.gz
Updated version and patch
-rw-r--r--.SRCINFO4
-rw-r--r--24hour.patch2
-rw-r--r--PKGBUILD4
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8046a1a9d06b..9c80b13d3bf0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = i3lock-lixxia-git
pkgdesc = An improved screenlocker based upon XCB and PAM (Lixxia fork)
- pkgver = cd615c
+ pkgver = ff1273
pkgrel = 2
url = https://github.com/Lixxia/i3lock
arch = i686
@@ -19,7 +19,7 @@ pkgbase = i3lock-lixxia-git
source = git://github.com/Lixxia/i3lock.git
source = 24hour.patch
md5sums = SKIP
- md5sums = 2b4a24174ab2335049bfafcf04e9b24e
+ md5sums = 03a4b583be31541921d3392984c95cba
pkgname = i3lock-lixxia-git
diff --git a/24hour.patch b/24hour.patch
index b8a7c6e4a3b7..9b5e91a51548 100644
--- a/24hour.patch
+++ b/24hour.patch
@@ -6,7 +6,7 @@ diff -ru a/unlock_indicator.c b/unlock_indicator.c
#define BUTTON_SPACE (BUTTON_RADIUS + 5)
#define BUTTON_CENTER (BUTTON_RADIUS + 5)
#define BUTTON_DIAMETER (2 * BUTTON_SPACE)
--#define TIME_FORMAT "%l:%M%p"
+-#define TIME_FORMAT "%l:%M %p"
+#define TIME_FORMAT "%H:%M"
/*******************************************************************************
diff --git a/PKGBUILD b/PKGBUILD
index cf3af65ef20f..4824ead5f174 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Adrien Sohier <adrien.sohier@art-software.fr>
pkgname=i3lock-lixxia-git
-pkgver=cd615c
+pkgver=ff1273
pkgrel=2
pkgdesc="An improved screenlocker based upon XCB and PAM (Lixxia fork)"
arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@ backup=("etc/pam.d/i3lock")
source=("git://github.com/Lixxia/i3lock.git"
"24hour.patch")
md5sums=('SKIP'
- '2b4a24174ab2335049bfafcf04e9b24e')
+ '03a4b583be31541921d3392984c95cba')
pkgver() {
cd "${srcdir}/i3lock"