summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Elkouby2019-12-27 16:30:22 +0200
committerDan Elkouby2019-12-27 16:30:29 +0200
commit5019d038ae96df2d18dd0471ecf5455fa20a563d (patch)
tree2c09725e7e1219eb9237aaad85c19540b6c94372
parent702717615973098668af0a24d7afce8c65ba4cf3 (diff)
downloadaur-5019d038ae96df2d18dd0471ecf5455fa20a563d.tar.gz
Add exec --block flag
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f41a9328d02..57da6cdc6332 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=c937d8331580f5253f7dd9ee8b4ece42014357f1
source = 10-systemd.conf
validpgpkeys = 9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index e5e4571d6796..efa7df8c5789 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
pkgname=sway9
pkgver=1.2
epoch=1
-pkgrel=2
-_commit=49ba75fd2e9f637ae0ef26545292f4c96aa93888
+pkgrel=3
+_commit=c937d8331580f5253f7dd9ee8b4ece42014357f1
pkgdesc='Tiling Wayland compositor and replacement for the i3 window manager (personal build)'
arch=(x86_64)
url='https://github.com/Streetwalrus/sway9'