summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Elkouby2019-12-28 12:02:31 +0200
committerDan Elkouby2019-12-28 12:02:31 +0200
commit6938c50fe10ec3c538480656e52cf50eff6ef7ee (patch)
tree5563ce6578171b8f2754129623895a2ee7ef973b
parentc3da44065a9c90abeba3c1b68cd27de5a79f98e8 (diff)
downloadaur-6938c50fe10ec3c538480656e52cf50eff6ef7ee.tar.gz
New patches
- Add scroll-to-focus - seatop_default: do not apply scroll_factor for switching windows in tabbed layout
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f41a9328d02..e82d2502d62d 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 = 2
+ pkgrel = 3
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=49ba75fd2e9f637ae0ef26545292f4c96aa93888
+ source = git+https://github.com/Streetwalrus/sway9.git#commit=ca4d09b97597ebe66615405e00b841b29c1d930d
source = 10-systemd.conf
validpgpkeys = 9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index e5e4571d6796..76b77cd7d916 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
pkgname=sway9
pkgver=1.2
epoch=1
-pkgrel=2
-_commit=49ba75fd2e9f637ae0ef26545292f4c96aa93888
+pkgrel=3
+_commit=ca4d09b97597ebe66615405e00b841b29c1d930d
pkgdesc='Tiling Wayland compositor and replacement for the i3 window manager (personal build)'
arch=(x86_64)
url='https://github.com/Streetwalrus/sway9'