summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkoraynilay2020-06-29 16:34:50 +0200
committerkoraynilay2020-06-29 16:34:50 +0200
commit625813785dbd1c46eacf47200be9b269cb7e6352 (patch)
treedd943a22912dedf8c1a8aa965fd61aac2e7c7d7b
parente07c6af639a05849171bb6353c1ac356812145d7 (diff)
downloadaur-625813785dbd1c46eacf47200be9b269cb7e6352.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--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ed268cbf9e45..3d949078a70b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = scrnsvr
pkgdesc = Yet Another X Screensaver/locker
- pkgver = 0.2
+ pkgver = 0.3
pkgrel = 6
url = https://github.com/koraynilay/scrnsvr
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = scrnsvr
optdepends = dunst: dunstify for notifications
optdepends = libnotify: for notifications
conflicts = scrnsvr-bin
- source = scrnsvr-0.2::git+https://github.com/koraynilay/scrnsvr
+ source = scrnsvr-0.3::git+https://github.com/koraynilay/scrnsvr
md5sums = SKIP
pkgname = scrnsvr
diff --git a/PKGBUILD b/PKGBUILD
index 33d7cc6bccf2..459eb74b547d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: koraynilay <koray.fra@gmail.com>
pkgname=scrnsvr
-pkgver=0.2
+pkgver=0.3
pkgrel=6
pkgdesc="Yet Another X Screensaver/locker"
arch=('x86_64')