summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkoraynilay2020-06-29 16:35:54 +0200
committerkoraynilay2020-06-29 16:35:54 +0200
commit849cfa89d66932043390a8200a7a2174e40e385e (patch)
treea67e82920ae8dcdf53c54b28560e1730ccbc75c3
parentc78c7c624deaf97959644072cae71798d0bcb8d2 (diff)
downloadaur-849cfa89d66932043390a8200a7a2174e40e385e.tar.gz
Added geometry detection as fullscreen
This works alongside the Atom detection, so that in case that fails, the fullscreen is still recognized
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 61f288c6b639..6feaac42db22 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = scrnsvr-bin
pkgdesc = Yet Another X Screensaver/locker. Precompiled version.
- pkgver = 0.2
+ pkgver = 0.3
pkgrel = 6
url = https://github.com/koraynilay/scrnsvr
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = scrnsvr-bin
optdepends = dunst: dunstify for notifications
optdepends = libnotify: for notifications
conflicts = scrnsvr
- source = scrnsvr-bin-0.2::git+https://github.com/koraynilay/scrnsvr
+ source = scrnsvr-bin-0.3::git+https://github.com/koraynilay/scrnsvr
md5sums = SKIP
pkgname = scrnsvr-bin
diff --git a/PKGBUILD b/PKGBUILD
index 9be55bf15cd7..09d4b8b7beb1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: koraynilay <koray.fra@gmail.com>
pkgname=scrnsvr-bin
-pkgver=0.2
-pkgrel=6
+pkgver=0.3
+pkgrel=7
pkgdesc="Yet Another X Screensaver/locker. Precompiled version."
arch=('x86_64')
url="https://github.com/koraynilay/scrnsvr"