summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkoraynilay2020-07-03 15:23:35 +0200
committerkoraynilay2020-07-03 15:23:35 +0200
commiteb993c63992f7b04b9b32f956222be966835107e (patch)
tree7469da6c8b6b8f2338ebaa0403977a1b238bb8f9
parente359a68a2da058c534cfc2bb1b073cbe764cd833 (diff)
downloadaur-eb993c63992f7b04b9b32f956222be966835107e.tar.gz
when the screen is locked, the blanker will always be activated, even if there is a fullscreen window (that would be blocked by the locker)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 819b7e5d312e..a738d7a67b95 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = scrnsvr
pkgdesc = Yet Another X Screensaver/locker
- pkgver = 0.3
- pkgrel = 7
+ pkgver = 0.4
+ pkgrel = 8
url = https://github.com/koraynilay/scrnsvr
arch = x86_64
license = WTFPL
@@ -14,7 +14,7 @@ pkgbase = scrnsvr
optdepends = dunst: dunstify for notifications
optdepends = libnotify: for notifications
conflicts = scrnsvr-bin
- source = scrnsvr-0.3::git+https://github.com/koraynilay/scrnsvr
+ source = scrnsvr-0.4::git+https://github.com/koraynilay/scrnsvr
md5sums = SKIP
pkgname = scrnsvr
diff --git a/PKGBUILD b/PKGBUILD
index a85987870539..f69bba1dead0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: koraynilay <koray.fra@gmail.com>
pkgname=scrnsvr
-pkgver=0.3
-pkgrel=7
+pkgver=0.4
+pkgrel=8
pkgdesc="Yet Another X Screensaver/locker"
arch=('x86_64')
url="https://github.com/koraynilay/scrnsvr"