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