summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkoraynilay2021-09-30 21:45:07 +0200
committerkoraynilay2021-09-30 21:45:07 +0200
commit77661604b28fda52b6f4c428298a81b63d642985 (patch)
tree4abb1fda571ed4ed707ca112e0e6be4896936046
parent94759e1e400f8f7e4d919b38eb7fa6c41ee14a1e (diff)
downloadaur-77661604b28fda52b6f4c428298a81b63d642985.tar.gz
Now to lock the screen you can call `scrnsvr l` or `scrnsvr lock` to manually lock, so that the main scrnsvr process doesn't lock again if already manually locked
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 614dcadac906..83ffa02cf2cd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = scrnsvr
pkgdesc = Yet Another X Screensaver/locker
- pkgver = 1.18
- pkgrel = 3
+ pkgver = 1.19
+ pkgrel = 1
url = https://github.com/koraynilay/scrnsvr
install = scrnsvr.install
arch = x86_64
@@ -17,7 +17,7 @@ pkgbase = scrnsvr
optdepends = libxinerama: for multi-monitor with xinerama fullscreen check support
optdepends = libxrandr: for multi-monitor with xrandr fullscreen check support
conflicts = scrnsvr-bin
- source = scrnsvr-1.18::git+https://github.com/koraynilay/scrnsvr
+ source = scrnsvr-1.19::git+https://github.com/koraynilay/scrnsvr
md5sums = SKIP
pkgname = scrnsvr
diff --git a/PKGBUILD b/PKGBUILD
index aba91c7c90a3..b90140e0124a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: koraynilay <koray.fra@gmail.com>
pkgname=scrnsvr
-pkgver=1.18
-pkgrel=3
+pkgver=1.19
+pkgrel=1
pkgdesc="Yet Another X Screensaver/locker"
arch=('x86_64')
url="https://github.com/koraynilay/scrnsvr"