summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Elkouby2019-12-28 13:45:36 +0200
committerDan Elkouby2019-12-28 13:45:36 +0200
commit1f41987875f09381916da09d3a5db0212639f364 (patch)
tree8bbf4cf16c4edc27cda3d139f936ff705bfb363d
parent6938c50fe10ec3c538480656e52cf50eff6ef7ee (diff)
downloadaur-1f41987875f09381916da09d3a5db0212639f364.tar.gz
Better scroll-to-focus patch
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e82d2502d62d..620a075dbd07 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sway9
pkgdesc = Tiling Wayland compositor and replacement for the i3 window manager (personal build)
pkgver = 1.2
- pkgrel = 3
+ pkgrel = 4
epoch = 1
url = https://github.com/Streetwalrus/sway9
arch = x86_64
@@ -34,7 +34,7 @@ pkgbase = sway9
provides = sway
conflicts = sway
backup = etc/sway/config
- source = git+https://github.com/Streetwalrus/sway9.git#commit=ca4d09b97597ebe66615405e00b841b29c1d930d
+ source = git+https://github.com/Streetwalrus/sway9.git#commit=a1c3ae39adda7d810c6d740f83e1526be06bc55f
source = 10-systemd.conf
validpgpkeys = 9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 76b77cd7d916..3a6a82acef02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
pkgname=sway9
pkgver=1.2
epoch=1
-pkgrel=3
-_commit=ca4d09b97597ebe66615405e00b841b29c1d930d
+pkgrel=4
+_commit=a1c3ae39adda7d810c6d740f83e1526be06bc55f
pkgdesc='Tiling Wayland compositor and replacement for the i3 window manager (personal build)'
arch=(x86_64)
url='https://github.com/Streetwalrus/sway9'